Uses of Interface
com.orchestranetworks.interactions.SessionInteraction.Specification
-
Packages that use SessionInteraction.Specification Package Description com.orchestranetworks.interactions Provides classes for UI interactions.com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of SessionInteraction.Specification in com.orchestranetworks.interactions
Methods in com.orchestranetworks.interactions that return SessionInteraction.Specification Modifier and Type Method Description SessionInteraction.SpecificationSessionInteraction. getSpecification()Returns the specification of the interaction given by the associated definition. -
Uses of SessionInteraction.Specification in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return SessionInteraction.Specification Modifier and Type Method Description SessionInteraction.SpecificationWorkflowEngine. getInteractionSpecification(WorkItemKey aWorkItemKey)Returns the specification of a session interaction.
-