Uses of Class
com.orchestranetworks.workflow.ProcessInstanceKey
Packages that use ProcessInstanceKey
Package
Description
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 ProcessInstanceKeyModifier and TypeMethodDescriptionProcessInstance.getParentKey()Returns the parent of the sub-workflow if the process instance is a sub-workflow, otherwise returnsnull.ProcessExecutionInfoContext.getProcessInstanceKey()Returns the current process instance Key.ProcessInstance.getProcessInstanceKey()Returns the identifier of this workflow.ProcessLauncherResult.getProcessInstanceKey()Returns the key of the launched workflow instance.UserTask.WorkItem.getProcessInstanceKey()Returns theProcessInstanceKeyof the workflow associated to the current work item.ProcessLauncher.launchProcess()Starts a new workflow instance.static ProcessInstanceKeyParses the specified string, so as to return a process instance key.Methods in com.orchestranetworks.workflow that return types with arguments of type ProcessInstanceKeyModifier and TypeMethodDescriptionWorkflowEngine.getProcessInstanceKeys(PublishedProcessKey aKey) Returns a list containing all existing process instance keys for the specified publication key.WorkflowEngine.getProcessInstanceKeys(String aLaunchingPublicationName) Returns a list containing all existing workflow keys for the specified launching publication name.WorkflowEngine.getProcessInstanceKeysForDataContextVariable(PublishedProcessKey publishedProcessKey, String varName, String varValue) Retrieves active process instances that match a specified data context value within a given published process.WorkflowEngine.getProcessInstanceKeysForDataContextVariableIncludingHistory(PublishedProcessKey publishedProcessKey, String varName, String varValue) Retrieves process instance keys for a data context variable, including search in publication history.WorkflowEngine.getProcessInstanceKeysFromHistory(PublishedProcessKey aKey) Returns a list containing all the process instance keys for the specified publication key, including deleted processes.WorkflowEngine.getProcessInstanceKeysFromHistory(String aLaucnhingPublicationName) Returns a list containing all existing workflow keys for the specified launching publication name, including deleted workflows.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 ProcessInstanceKeyModifier and TypeMethodDescriptionvoidWorkflowEngine.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.WorkflowEngine.getProcessInstance(ProcessInstanceKey aProcessInstanceKey) Returns information about the specified workflow.WorkflowEngine.getProcessInstanceComments(ProcessInstanceKey aProcessInstanceKey) Returns the comments of the specified workflow.WorkflowEngine.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.