Uses of Class
org.kuali.rice.kew.api.document.DocumentUpdate

Packages that use DocumentUpdate
org.kuali.rice.kew.api Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.api.action Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.api.document Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.impl.action   
org.kuali.rice.kew.impl.document   
org.kuali.rice.kew.routeheader   
 

Uses of DocumentUpdate in org.kuali.rice.kew.api
 

Methods in org.kuali.rice.kew.api with parameters of type DocumentUpdate
static WorkflowDocument WorkflowDocumentFactory.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 DocumentUpdate
 DocumentUpdate DocumentActionParameters.getDocumentUpdate()
           
 DocumentUpdate DocumentActionParameters.Builder.getDocumentUpdate()
           
 

Methods in org.kuali.rice.kew.api.action with parameters of type DocumentUpdate
 Document WorkflowDocumentActionsService.create(String documentTypeName, String initiatorPrincipalId, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate)
          Creates a new document instance from the given document type.
 void DocumentActionParameters.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
 DocumentUpdate DocumentUpdate.Builder.build()
           
 

Uses of DocumentUpdate in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action with parameters of type DocumentUpdate
 Document WorkflowDocumentActionsServiceImpl.create(String documentTypeName, String initiatorPrincipalId, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate)
           
 

Uses of DocumentUpdate in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document that return DocumentUpdate
protected  DocumentUpdate WorkflowDocumentImpl.ModifiableDocument.build()
           
protected  DocumentUpdate WorkflowDocumentImpl.getDocumentUpdateIfDirty()
           
 

Methods in org.kuali.rice.kew.impl.document with parameters of type DocumentUpdate
 WorkflowDocument WorkflowDocumentProvider.createDocument(String principalId, String documentTypeName, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate)
          Creates a new workflow document of the given type with the given initiator.
 WorkflowDocument DefaultWorkflowDocumentProvider.createDocument(String principalId, String documentTypeName, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate)
           
 

Uses of DocumentUpdate in org.kuali.rice.kew.routeheader
 

Methods in org.kuali.rice.kew.routeheader with parameters of type DocumentUpdate
 void DocumentRouteHeaderValue.applyDocumentUpdate(DocumentUpdate documentUpdate)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.