Uses of Interface
org.kuali.rice.kew.api.WorkflowDocument
Packages that use WorkflowDocument
-
Uses of WorkflowDocument in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api that return WorkflowDocumentModifier and TypeMethodDescriptionstatic WorkflowDocumentWorkflowDocumentFactory.createDocument(String principalId, String documentTypeName) Creates a new workflow document of the given type with the given initiator.static WorkflowDocumentWorkflowDocumentFactory.createDocument(String principalId, String documentTypeName, String title) Creates a new workflow document of the given type with the given initiator.static WorkflowDocumentWorkflowDocumentFactory.createDocument(String principalId, String documentTypeName, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate) Creates a new workflow document of the given type with the given initiator.static WorkflowDocumentWorkflowDocumentFactory.loadDocument(String principalId, String documentId) Loads an existing workflow document.