Uses of Class
org.hippoecm.repository.api.MappingException
-
Packages that use MappingException Package Description org.hippoecm.repository.api -
-
Uses of MappingException in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that throw MappingException Modifier and Type Method Description Workflow
WorkflowManager. getWorkflow(String category, Node item)
Obtains the workflow for the document as indicated by the javax.jcr.Node instance in the specified category.Workflow
WorkflowManager. getWorkflow(String category, Document document)
Obtains the workflow for the document as indicated Document instance in the specified category.Workflow
WorkflowManager. getWorkflow(WorkflowDescriptor descriptor)
Obtains the workflow for the previously requested workflow descriptor within the same session.
-