Interface ProcessProxyManager

All Superinterfaces:
AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, ProcessProfile, Sourceable

public interface ProcessProxyManager extends OsidProxyManager, ProcessProfile

The state manager provides access to state lookup and creation session and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy for the purposes of passing information from a server environment. The sessions included in this manager are:

  • StateSession : a session to look up state to Id mappings
  • StateAssignmentSession : a session to manage state to Id mappings
  • StateChangeNotificationSession : a session to subscribe to state changes
  • StateLookupSession : a session to retrieve states
  • StateQuerySession : a session to query states
  • StateSearchSession : a session to search for states
  • StateAdminSession : a session to create and delete states
  • StateSequencingSession : a session to sequence states
  • StateNotificationSession : a session to receive notifications pertaining to state changes
  • ProcessLookupSession: a session to retrieve processes
  • ProcessQuerySession : a session to query processes
  • ProcessSearchSession : a session to search for processes
  • ProcessAdminSession : a session to create, update and delete processes
  • ProcessNotificationSession : a session to receive notifications pertaining to changes in processes
  • ProcessHierarchySession : a session to traverse process hierarchies
  • ProcessHierarchyDesignSession : a session to manage process hierarchies