Uses of Class
org.kuali.rice.kew.api.document.DocumentContentUpdate
Packages that use DocumentContentUpdate
Package
Description
-
Uses of DocumentContentUpdate in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api with parameters of type DocumentContentUpdateModifier 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.voidWorkflowDocument.updateDocumentContent(DocumentContentUpdate documentContentUpdate) Sets internal DocumentContentUpdate object TODO: exposes internal API and used only by tests, candidate for elimination? -
Uses of DocumentContentUpdate in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return DocumentContentUpdateModifier and TypeMethodDescriptionDocumentActionParameters.Builder.getDocumentContentUpdate()DocumentActionParameters.getDocumentContentUpdate()Methods in org.kuali.rice.kew.api.action with parameters of type DocumentContentUpdateModifier and TypeMethodDescriptionWorkflowDocumentActionsService.create(String documentTypeName, String initiatorPrincipalId, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate) Creates a new document instance from the given document type.voidDocumentActionParameters.Builder.setDocumentContentUpdate(DocumentContentUpdate documentContentUpdate) -
Uses of DocumentContentUpdate in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return DocumentContentUpdateMethods in org.kuali.rice.kew.api.document with parameters of type DocumentContentUpdateModifier and TypeMethodDescriptionDocumentContentUpdate.Builder.create(DocumentContentUpdate documentContentUpdate)