Uses of Interface
com.orchestranetworks.interactions.SessionInteraction
-
Packages that use SessionInteraction Package Description com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of SessionInteraction in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return SessionInteraction Modifier and Type Method Description SessionInteractionSession. getInteraction(boolean lookupInParentSessions)Returns the workflow interaction associated with this session. -
Uses of SessionInteraction in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return SessionInteraction Modifier and Type Method Description SessionInteractionWorkflowEngine. createOrOpenInteraction(WorkItemKey aWorkItemKey)Creates or opens the interaction associated with the specified work item.
-