Package com.esprow.oapi.repository
Interface OapiResponse
- All Superinterfaces:
OapiAction
A response to a received message.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns all metadata on an element (documentation etc.).getName()
Returns the name of the response.getSync()
Returns the synchronization mode of the response.getWhen()
Returns a logic statement defining the condition when the response is true.void
setAnnotation
(OapiAnnotation value) Set all metadata on an element (documentation etc.).void
Set the name of the response.void
setSync
(Synchronization value) Set the synchronization mode of the response.void
Set a logic statement defining the condition when the response is true .Methods inherited from interface com.esprow.oapi.repository.OapiAction
getAllActions, getAllParameters, getAssignments, getComponentRefs, getComponents, getFieldRefs, getFields, getGroupRefs, getGroups, getMessageRefs, getTimerSchedules, getTriggers
-
Method Details
-
getWhen
String getWhen()Returns a logic statement defining the condition when the response is true .- Returns:
- a logic statement defining the condition when the response is true
- See Also:
-
setWhen
Set a logic statement defining the condition when the response is true .- Parameters:
value
- the new value of the 'When' attribute.- See Also:
-
getAnnotation
OapiAnnotation getAnnotation()Returns all metadata on an element (documentation etc.).- Returns:
- all metadata on an element (documentation etc.)
- See Also:
-
setAnnotation
Set all metadata on an element (documentation etc.).- Parameters:
value
- the new value of the 'Annotation' containment reference.- See Also:
-
getName
String getName()Returns the name of the response.- Returns:
- the name of the response
- See Also:
-
setName
Set the name of the response.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getSync
Synchronization getSync()Returns the synchronization mode of the response. The literals are from the enumerationSynchronization
.- Returns:
- the synchronization mode of the response
- See Also:
-
setSync
Set the synchronization mode of the response.- Parameters:
value
- the new value of the 'Sync' attribute.- See Also:
-