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

Packages that use DocumentContent
org.kuali.rice.kew.api Copyright 2005-2012 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-2012 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.framework.peopleflow Copyright 2005-2012 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.document   
org.kuali.rice.kew.routeheader   
org.kuali.rice.krad.workflow Workflow base package. 
 

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

Methods in org.kuali.rice.kew.api that return DocumentContent
 DocumentContent WorkflowDocument.getDocumentContent()
          Returns a read-only view of the underlying mutable document content
 

Uses of DocumentContent in org.kuali.rice.kew.api.document
 

Methods in org.kuali.rice.kew.api.document that return DocumentContent
 DocumentContent DocumentContent.Builder.build()
           
 DocumentContent DocumentWithContent.getDocumentContent()
           
 DocumentContent DocumentWithContentContract.getDocumentContent()
           
 DocumentContent WorkflowDocumentService.getDocumentContent(String documentId)
          Gets DocumentContent from a documentId.
 

Methods in org.kuali.rice.kew.api.document with parameters of type DocumentContent
static DocumentContentUpdate.Builder DocumentContentUpdate.Builder.create(DocumentContent documentContent)
           
static DocumentWithContent DocumentWithContent.create(Document document, DocumentContent documentContent)
           
 

Uses of DocumentContent in org.kuali.rice.kew.framework.peopleflow
 

Methods in org.kuali.rice.kew.framework.peopleflow with parameters of type DocumentContent
 Map<String,String> PeopleFlowTypeService.resolveRoleQualifiers(String kewTypeId, String roleId, Document document, DocumentContent documentContent)
          Resolve any role qualifiers for the given roleId, and document (along with documentContent).
 

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

Methods in org.kuali.rice.kew.impl.document that return DocumentContent
 DocumentContent WorkflowDocumentImpl.getDocumentContent()
           
protected  DocumentContent WorkflowDocumentImpl.ModifiableDocumentContent.getDocumentContent()
           
 DocumentContent WorkflowDocumentServiceImpl.getDocumentContent(String documentId)
           
 

Constructors in org.kuali.rice.kew.impl.document with parameters of type DocumentContent
WorkflowDocumentImpl.ModifiableDocumentContent(DocumentContent documentContent)
           
 

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

Methods in org.kuali.rice.kew.routeheader that return DocumentContent
static DocumentContent DocumentRouteHeaderValueContent.to(DocumentRouteHeaderValueContent content)
           
 

Uses of DocumentContent in org.kuali.rice.krad.workflow
 

Methods in org.kuali.rice.krad.workflow with parameters of type DocumentContent
 Map<String,String> DataDictionaryPeopleFlowTypeServiceImpl.resolveRoleQualifiers(String kewTypeId, String roleId, Document document, DocumentContent documentContent)
           
 



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