Uses of Interface
org.hippoecm.repository.api.WorkflowDescriptor
Packages that use WorkflowDescriptor
-
Uses of WorkflowDescriptor in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return WorkflowDescriptorModifier and TypeMethodDescriptionWorkflowManager.getWorkflowDescriptor
(String category, Node item) Obtains a reference to the workflow for the document as indicated by the javax.jcr.Node in the specified category.WorkflowManager.getWorkflowDescriptor
(String category, Document document) Obtains a reference to the workflow for the document as indicated Document instance in the specified category.Methods in org.hippoecm.repository.api with parameters of type WorkflowDescriptorModifier and TypeMethodDescriptionWorkflowManager.getWorkflow
(WorkflowDescriptor descriptor) Obtains the workflow for the previously requested workflow descriptor within the same session.