Uses of Class
org.kuali.rice.kew.api.document.DocumentUpdate
Packages that use DocumentUpdate
Package
Description
-
Uses of DocumentUpdate in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api with parameters of type DocumentUpdateModifier and TypeMethodDescriptionstatic WorkflowDocumentWorkflowDocumentFactory.createDocument(String principalId, String documentTypeName, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate) Creates a new workflow document of the given type with the given initiator. -
Uses of DocumentUpdate in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return DocumentUpdateModifier and TypeMethodDescriptionDocumentActionParameters.Builder.getDocumentUpdate()DocumentActionParameters.getDocumentUpdate()Methods in org.kuali.rice.kew.api.action with parameters of type DocumentUpdateModifier and TypeMethodDescriptionWorkflowDocumentActionsService.create(String documentTypeName, String initiatorPrincipalId, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate) Creates a new document instance from the given document type.voidDocumentActionParameters.Builder.setDocumentUpdate(DocumentUpdate documentUpdate) -
Uses of DocumentUpdate in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return DocumentUpdate