Uses of Interface
org.hippoecm.repository.api.WorkflowDescriptor
-
Packages that use WorkflowDescriptor Package Description org.hippoecm.repository.api -
-
Uses of WorkflowDescriptor in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return WorkflowDescriptor Modifier and Type Method Description WorkflowDescriptor
WorkflowManager. 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.WorkflowDescriptor
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 WorkflowDescriptor Modifier and Type Method Description Workflow
WorkflowManager. getWorkflow(WorkflowDescriptor descriptor)
Obtains the workflow for the previously requested workflow descriptor within the same session.
-