Uses of Class
org.hippoecm.repository.api.Document
-
Packages that use Document Package Description org.hippoecm.repository.api -
-
Uses of Document in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api with parameters of type Document Modifier and Type Method Description Workflow
WorkflowContext. getWorkflow(String category, Document document)
Obtains a workflow instance for a document subjectWorkflow
WorkflowManager. getWorkflow(String category, Document document)
Obtains the workflow for the document as indicated Document instance 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.Constructors in org.hippoecm.repository.api with parameters of type Document Constructor Description Document(Document document)
Copy constructor which allows to pass on a lightweight Document using its internal backing Node
-