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

Packages that use Document
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.api.document.search 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.doctype.service.impl   
org.kuali.rice.kew.framework.document.security 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.framework.peopleflow 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.mail   
org.kuali.rice.kew.notes   
org.kuali.rice.kew.routeheader   
org.kuali.rice.krad.workflow   
 

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

Methods in org.kuali.rice.kew.api that return Document
 Document WorkflowDocument.getDocument()
          Returns a read-only view of the underlying document meta-data
 

Uses of Document in org.kuali.rice.kew.api.action
 

Methods in org.kuali.rice.kew.api.action that return Document
 Document WorkflowDocumentActionsService.create(String documentTypeName, String initiatorPrincipalId, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate)
          Creates a new document instance from the given document type.
 Document WorkflowDocumentActionsService.delete(String documentId, String principalId)
          Deletes the document.
 Document DocumentActionResult.getDocument()
           
 

Methods in org.kuali.rice.kew.api.action with parameters of type Document
static DocumentActionResult DocumentActionResult.create(Document document, ValidActions validActions, RequestedActions requestedActions)
           
 

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

Methods in org.kuali.rice.kew.api.document that return Document
 Document Document.Builder.build()
           
 Document DocumentDetailContract.getDocument()
           
 Document DocumentWithContent.getDocument()
           
 Document DocumentDetail.getDocument()
           
 Document DocumentDetail.Builder.getDocument()
           
 Document DocumentWithContentContract.getDocument()
           
 Document WorkflowDocumentService.getDocument(String documentId)
          Gets a Document from a documentId.
 

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

Uses of Document in org.kuali.rice.kew.api.document.search
 

Methods in org.kuali.rice.kew.api.document.search that return Document
 Document DocumentSearchResult.getDocument()
           
 

Uses of Document in org.kuali.rice.kew.doctype.service.impl
 

Methods in org.kuali.rice.kew.doctype.service.impl that return types with arguments of type Document
protected  org.springframework.util.MultiValueMap<org.kuali.rice.kew.doctype.service.impl.DocumentSecurityServiceImpl.PartitionKey,Document> DocumentSecurityServiceImpl.partitionDocumentsForSecurity(List<Document> documents, SecuritySession securitySession)
           
 

Methods in org.kuali.rice.kew.doctype.service.impl with parameters of type Document
protected  boolean DocumentSecurityServiceImpl.checkStandardAuthorization(DocumentTypeSecurity security, String principalId, Document document, SecuritySession securitySession)
           
protected  List<DocumentSecurityAttribute> DocumentSecurityServiceImpl.getImmediateSecurityAttributes(Document document, DocumentTypeSecurity security, SecuritySession securitySession)
           
 Authorization KimDocumentTypeAuthorizer.isActionAuthorized(AuthorizableAction action, String principalId, DocumentType documentType, Document document, Map<DocumentTypeAuthorizer.ActionArgument,Object> actionParameters)
           
 

Method parameters in org.kuali.rice.kew.doctype.service.impl with type arguments of type Document
protected  Set<String> DocumentSecurityServiceImpl.checkAuthorizations(String principalId, SecuritySession securitySession, List<Document> documents)
           
protected  org.springframework.util.MultiValueMap<org.kuali.rice.kew.doctype.service.impl.DocumentSecurityServiceImpl.PartitionKey,Document> DocumentSecurityServiceImpl.partitionDocumentsForSecurity(List<Document> documents, SecuritySession securitySession)
           
protected  void DocumentSecurityServiceImpl.processDocumentRequiringExtensionProcessing(List<Document> documentsRequiringExtensionProcessing, SecuritySession securitySession, Set<String> authorizations)
           
 

Uses of Document in org.kuali.rice.kew.framework.document.security
 

Methods in org.kuali.rice.kew.framework.document.security that return types with arguments of type Document
 List<Document> DocumentSecurityDirective.getDocuments()
          Returns the list of documents on this security directive.
 

Methods in org.kuali.rice.kew.framework.document.security with parameters of type Document
 Authorization DocumentTypeAuthorizer.isActionAuthorized(AuthorizableAction action, String principalId, DocumentType documentType, Document document, Map<DocumentTypeAuthorizer.ActionArgument,Object> actionParameters)
          Check whether specified action is authorized.
 boolean DocumentSecurityAttribute.isAuthorizedForDocument(String principalId, Document document)
          Determines whether or not a principal is authorized to see information about a given document.
 

Method parameters in org.kuali.rice.kew.framework.document.security with type arguments of type Document
static DocumentSecurityDirective DocumentSecurityDirective.create(List<String> documentSecurityAttributeNames, List<Document> documents)
          Creates a new security directive from the given list of document secruity attribute names and documents.
 

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

Methods in org.kuali.rice.kew.framework.peopleflow with parameters of type Document
 List<Map<String,String>> PeopleFlowTypeService.resolveMultipleRoleQualifiers(String kewTypeId, String roleId, Document document, DocumentContent documentContent)
          Resolve any role qualifiers for the given roleId, and document (along with 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 Document in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action that return Document
 Document WorkflowDocumentActionsServiceImpl.create(String documentTypeName, String initiatorPrincipalId, DocumentUpdate documentUpdate, DocumentContentUpdate documentContentUpdate)
           
 Document WorkflowDocumentActionsServiceImpl.delete(String documentId, String principalId)
           
 

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

Methods in org.kuali.rice.kew.impl.document that return Document
 Document WorkflowDocumentImpl.getDocument()
           
protected  Document WorkflowDocumentImpl.ModifiableDocument.getDocument()
           
 Document WorkflowDocumentServiceImpl.getDocument(String documentId)
           
 

Methods in org.kuali.rice.kew.impl.document with parameters of type Document
 void WorkflowDocumentPrototype.init(String principalId, Document document)
          Initialize the WorkflowDocument
 void WorkflowDocumentImpl.init(String principalId, Document document)
           
 

Constructors in org.kuali.rice.kew.impl.document with parameters of type Document
WorkflowDocumentImpl.ModifiableDocument(Document document)
           
 

Uses of Document in org.kuali.rice.kew.mail
 

Methods in org.kuali.rice.kew.mail that return Document
 Document CustomEmailAttribute.getRouteHeaderVO()
          Gets the RouteHeaderVO bean which has document data
 Document CustomEmailAttributeImpl.getRouteHeaderVO()
           
 

Methods in org.kuali.rice.kew.mail with parameters of type Document
 void CustomEmailAttribute.setRouteHeaderVO(Document routeHeaderVO)
           
 void CustomEmailAttributeImpl.setRouteHeaderVO(Document routeHeaderVO)
           
 

Uses of Document in org.kuali.rice.kew.notes
 

Methods in org.kuali.rice.kew.notes that return Document
 Document WorkflowNoteAttributeImpl.getRouteHeaderVO()
           
 Document CustomNoteAttributeImpl.getRouteHeaderVO()
           
 Document CustomNoteAttribute.getRouteHeaderVO()
           
 

Methods in org.kuali.rice.kew.notes with parameters of type Document
 void WorkflowNoteAttributeImpl.setRouteHeaderVO(Document routeHeaderVO)
           
 void CustomNoteAttributeImpl.setRouteHeaderVO(Document routeHeaderVO)
           
 void CustomNoteAttribute.setRouteHeaderVO(Document routeHeaderVO)
           
 

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

Methods in org.kuali.rice.kew.routeheader that return Document
static Document DocumentRouteHeaderValue.to(DocumentRouteHeaderValue documentBo)
           
 

Methods in org.kuali.rice.kew.routeheader with parameters of type Document
static DocumentRouteHeaderValue DocumentRouteHeaderValue.from(Document document)
           
 void DocumentRouteHeaderValue.setRouteHeaderData(Document routeHeaderVO)
          This method takes data from a VO and sets it on this route header
 

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

Methods in org.kuali.rice.krad.workflow with parameters of type Document
 List<Map<String,String>> DataDictionaryPeopleFlowTypeServiceImpl.resolveMultipleRoleQualifiers(String kewTypeId, String roleId, Document document, DocumentContent documentContent)
          Allows for more than one set of qualifiers to be returned for the purpose of matching.
 Map<String,String> DataDictionaryPeopleFlowTypeServiceImpl.resolveRoleQualifiers(String kewTypeId, String roleId, Document document, DocumentContent documentContent)
           
 



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