Uses of Interface
org.hippoecm.repository.api.Workflow
-
Uses of Workflow in org.hippoecm.repository.api
Modifier and TypeMethodDescriptionWorkflowContext.getWorkflow
(String category) Obtains a workflow instance for this workflow context its subject.WorkflowContext.getWorkflow
(String category, Document document) Obtains a workflow instance for a document subjectWorkflowManager.getWorkflow
(String category, Node item) Obtains the workflow for the document as indicated by the javax.jcr.Node instance in the specified category.WorkflowManager.getWorkflow
(String category, Document document) Obtains the workflow for the document as indicated Document instance in the specified category.WorkflowManager.getWorkflow
(WorkflowDescriptor descriptor) Obtains the workflow for the previously requested workflow descriptor within the same session.Modifier and TypeMethodDescriptionWorkflowDescriptor.getInterfaces()
Obtain the workflow interfaces implemented by this workflow. -
Uses of Workflow in org.hippoecm.repository.ext
Modifier and TypeClassDescriptionclass
Implementors of a work-flow in the repository must extend from the WorkflowImpl base type.