Package com.esprow.oapi.repository
Interface OapiActors
public interface OapiActors
A storage of external state information concerning the session participants.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of actors.Returns a list of the actor's state variables.getBase()
Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).Returns a list of message streams between the actors.void
Set an XML base (for more information see http://www.w3.org/TR/xmlbase/).
-
Method Details
-
getAllElements
MixedContent getAllElements()Returns a list of the actor's state variables.- Returns:
- a list of the actor's state variables
-
getActorsList
Returns a list of actors.- Returns:
- a list of actors
-
getFlowsList
Returns a list of message streams between the actors.- Returns:
- a list of message streams between the actors
-
getBase
String getBase()Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).- Returns:
- an XML base (for more information see http://www.w3.org/TR/xmlbase/)
- See Also:
-
setBase
Set an XML base (for more information see http://www.w3.org/TR/xmlbase/).- Parameters:
value
- the new value of the 'Base' attribute.- See Also:
-