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 Type
    Method
    Description
    Returns a list of actors.
    Returns a list of the actor's state variables.
    Returns an XML base (for more information see http://www.w3.org/TR/xmlbase/).
    Returns a list of message streams between the actors.
    void
    setBase(String value)
    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

      List<OapiActor> getActorsList()
      Returns a list of actors.
      Returns:
      a list of actors
    • getFlowsList

      List<OapiFlow> 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

      void setBase(String value)
      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: