Uses of Class
com.orchestranetworks.workflow.ProcessInstanceKey
-
Packages that use ProcessInstanceKey Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ProcessInstanceKey in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return ProcessInstanceKey Modifier and Type Method Description ProcessInstanceKeyProcessInstance. getParentKey()Returns the parent of the sub-workflow if the process instance is a sub-workflow, otherwise returnsnull.ProcessInstanceKeyProcessExecutionInfoContext. getProcessInstanceKey()Returns the current process instance Key.ProcessInstanceKeyProcessInstance. getProcessInstanceKey()Returns the identifier of this workflow.ProcessInstanceKeyProcessLauncherResult. getProcessInstanceKey()Returns the key of the launched workflow instance.ProcessInstanceKeyUserTask.WorkItem. getProcessInstanceKey()Returns theProcessInstanceKeyof the workflow associated to the current work item.ProcessInstanceKeyProcessLauncher. launchProcess()Starts a new workflow instance.static ProcessInstanceKeyProcessInstanceKey. parse(String aString)Parses the specified string, so as to return a process instance key.Methods in com.orchestranetworks.workflow that return types with arguments of type ProcessInstanceKey Modifier and Type Method Description List<ProcessInstanceKey>WorkflowEngine. getProcessInstanceKeys(PublishedProcessKey aKey)Returns a list containing all existing process instance keys for the specified publication key.List<ProcessInstanceKey>WorkflowEngine. getProcessInstanceKeys(String aLaunchingPublicationName)Returns a list containing all existing workflow keys for the specified launching publication name.List<ProcessInstanceKey>WorkflowEngine. getProcessInstanceKeysForDataContextVariable(PublishedProcessKey publishedProcessKey, String varName, String varValue)This method selects process instances which: are associated with the specified published process key, have in their current data context the specified variable and equal to the specified value. The result is a list containing all the process instance keys.List<ProcessInstanceKey>WorkflowEngine. getProcessInstanceKeysFromHistory(PublishedProcessKey aKey)Returns a list containing all the process instance keys for the specified publication key, including deleted processes.List<ProcessInstanceKey>WorkflowEngine. getProcessInstanceKeysFromHistory(String aLaucnhingPublicationName)Returns a list containing all existing workflow keys for the specified launching publication name, including deleted workflows.List<ProcessInstanceKey>ProcessInstanceStep. getSubWorkflowsKeys()Returns the list including the key of each sub-workflow created by this step ornullif this step is not a sub-workflow invocation.Methods in com.orchestranetworks.workflow with parameters of type ProcessInstanceKey Modifier and Type Method Description voidWorkflowEngine. cleanHistory(ProcessInstanceKey processInstanceKey)Deletes the data in history for workflows terminated for a givenProcessInstanceKey.voidWorkflowEngine. forceTerminationWithoutCleaning(ProcessInstanceKey aKey)Terminates the specified process instance without deleting it.ProcessInstanceWorkflowEngine. getProcessInstance(ProcessInstanceKey aProcessInstanceKey)Returns information about the specified workflow.List<ProcessInstanceComment>WorkflowEngine. getProcessInstanceComments(ProcessInstanceKey aProcessInstanceKey)Returns the comments of the specified workflow.ProcessInstanceHistoryWorkflowEngine. getProcessInstanceHistory(ProcessInstanceKey aProcessInstanceKey)Returns the history of the specified workflow.booleanWorkflowEngine. isProcessInstanceRunning(ProcessInstanceKey aKey)Returnstrueif the specified process instance is running, elsefalse.voidWorkflowEngine. replayCurrentStep(ProcessInstanceKey aKey)Replays the current step of the specified workflow.voidWorkflowEngine. terminateProcessInstance(ProcessInstanceKey aKey)Terminates and cleans the specified process instance.
-