Uses of Class
com.orchestranetworks.workflow.PublishedProcessKey
-
Packages that use PublishedProcessKey Package Description com.orchestranetworks.workflow 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 PublishedProcessKey Modifier and Type Method Description static PublishedProcessKeyPublishedProcessKey. forName(String aPublicationName)Creates a new publication identifier.PublishedProcessKeyProcessExecutionInfoContext. getPublishedProcessKey()Returns the current publication key.PublishedProcessKeyProcessLauncher. getPublishedProcessKey()Returns the publication identifier associated to the workflow launcher.PublishedProcessKeyPublishedProcess. getPublishedProcessKey()Returns the identifier of the workflow publication.PublishedProcessKeyProcessInstance. getPublishProcessKey()Returns the identifier of the associated workflow publication.Methods in com.orchestranetworks.workflow that return types with arguments of type PublishedProcessKey Modifier and Type Method Description List<PublishedProcessKey>WorkflowEngine. getPublishedKeys()Returns the enabled publication keys.List<PublishedProcessKey>WorkflowEngine. getPublishedKeys(boolean onlyEnabled)Returns the publication keys.Methods in com.orchestranetworks.workflow with parameters of type PublishedProcessKey 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. 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.ProcessLauncherWorkflowEngine. getProcessLauncher(PublishedProcessKey aKey)Returns a launcher to create workflows from the specified publication.PublishedProcessWorkflowEngine. getPublishedProcess(PublishedProcessKey aPublishProcessKey)Returns information about the specified workflow publication.booleanWorkflowEngine. isUserAuthorizedToLaunch(PublishedProcessKey aKey)Returnstrueif the user of the current session is authorized to launch a workflow for the specified publication key.booleanWorkflowEngine. isUserInRoleAdmin(PublishedProcessKey aKey)Returnstrueif the user of the current session is the administrator of the process definition associated with the specified publication key.
-