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.PublicationMetadata.getPublishedProcessKey()Returns the key of the published process.PublishedProcess.getPublishedProcessKey()Returns the identifier of the workflow publication.WorkflowLauncherInfo.getPublishedProcessKey()Gets the published process key.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) 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.getProcessLauncher(PublishedProcessKey aKey) Returns a launcher to create workflows from the specified publication.WorkflowEngine.getPublicationMetadata(PublishedProcessKey aPublishedProcessKey) Returns thePublicationMetadataobject that contains the metadata of the publication.WorkflowEngine.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.PublicationMetadata.PublicationMetadataBuilder.publishedProcessKey(PublishedProcessKey publishedProcessKey) Sets the published process key for the metadata.voidWorkflowEngine.unPublish(PublishedProcessKey publicationKey, boolean forceCurrentInstanceToTerminate, UserReference user) Unpublishes a workflow process publication.Method parameters in com.orchestranetworks.workflow with type arguments of type PublishedProcessKeyModifier and TypeMethodDescriptionvoidWorkflowEngine.unPublish(List<PublishedProcessKey> publicationKeys, boolean forceCurrentInstanceToTerminate, UserReference user) Unpublishes multiple workflow process publications.