Uses of Class
com.orchestranetworks.workflow.PublishedProcessKey
Packages that use PublishedProcessKey
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of PublishedProcessKey in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return PublishedProcessKeyModifier and TypeMethodDescriptionstatic PublishedProcessKeyCreates a new publication identifier.ProcessExecutionInfoContext.getPublishedProcessKey()Returns the current publication key.ProcessLauncher.getPublishedProcessKey()Returns the publication identifier associated to the workflow launcher.PublishedProcess.getPublishedProcessKey()Returns the identifier of the workflow publication.ProcessInstance.getPublishProcessKey()Returns the identifier of the associated workflow publication.Methods in com.orchestranetworks.workflow that return types with arguments of type PublishedProcessKeyModifier and TypeMethodDescriptionWorkflowEngine.getPublishedKeys()Returns the enabled publication keys.WorkflowEngine.getPublishedKeys(boolean onlyEnabled) Returns the publication keys.Methods in com.orchestranetworks.workflow with parameters of type PublishedProcessKeyModifier and TypeMethodDescriptionWorkflowEngine.getProcessInstanceKeys(PublishedProcessKey aKey) Returns a list containing all existing process instance keys for the specified publication key.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.WorkflowEngine.getProcessInstanceKeysFromHistory(PublishedProcessKey aKey) Returns a list containing all the process instance keys for the specified publication key, including deleted processes.WorkflowEngine.getProcessLauncher(PublishedProcessKey aKey) Returns a launcher to create workflows from the specified publication.WorkflowEngine.getPublishedProcess(PublishedProcessKey aPublishProcessKey) Returns information about the specified workflow publication.booleanWorkflowEngine.isUserInRoleAdmin(PublishedProcessKey aKey) Returnstrueif the user of the current session is the administrator of the process definition associated with the specified publication key.