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

Packages that use DocumentStatus
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.api.document.search 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.docsearch   
org.kuali.rice.kew.impl.document   
org.kuali.rice.kew.impl.document.search   
org.kuali.rice.kew.routeheader   
 

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

Methods in org.kuali.rice.kew.api with parameters of type DocumentStatus
 boolean WorkflowDocument.checkStatus(DocumentStatus status)
          Helper that checks whether the document has the given status NOTE: does this really need to be in the public API? it only appears to be used internally
 

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

Methods in org.kuali.rice.kew.api.document that return DocumentStatus
static DocumentStatus DocumentStatus.fromCode(String code)
           
 DocumentStatus WorkflowDocumentService.getDocumentStatus(String documentId)
          Gets the status value for a Document with the given documentId
 DocumentStatus Document.getStatus()
           
 DocumentStatus Document.Builder.getStatus()
           
 DocumentStatus DocumentContract.getStatus()
          Retrieve the document status
static DocumentStatus DocumentStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentStatus[] DocumentStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kuali.rice.kew.api.document that return types with arguments of type DocumentStatus
static EnumSet<DocumentStatus> DocumentStatus.getStatusesForCategory(DocumentStatusCategory category)
           
 

Methods in org.kuali.rice.kew.api.document with parameters of type DocumentStatus
static Document.Builder Document.Builder.create(String documentId, DocumentStatus status, org.joda.time.DateTime dateCreated, String initiatorPrincipalId, String documentTypeName, String documentTypeId)
           
 void Document.Builder.setStatus(DocumentStatus status)
           
 

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

Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentStatus
 List<DocumentStatus> DocumentSearchCriteriaContract.getDocumentStatuses()
          Returns an unmodifiable list of document statuses to search against when executing the document search.
 List<DocumentStatus> DocumentSearchCriteria.getDocumentStatuses()
           
 List<DocumentStatus> DocumentSearchCriteria.Builder.getDocumentStatuses()
           
 

Method parameters in org.kuali.rice.kew.api.document.search with type arguments of type DocumentStatus
 void DocumentSearchCriteria.Builder.setDocumentStatuses(List<DocumentStatus> documentStatuses)
           
 

Uses of DocumentStatus in org.kuali.rice.kew.docsearch
 

Methods in org.kuali.rice.kew.docsearch that return DocumentStatus
 DocumentStatus DocumentSearchCriteriaEbo.getStatus()
           
 

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

Methods in org.kuali.rice.kew.impl.document that return DocumentStatus
 DocumentStatus WorkflowDocumentServiceImpl.getDocumentStatus(String documentId)
           
 DocumentStatus WorkflowDocumentImpl.getStatus()
           
 

Methods in org.kuali.rice.kew.impl.document with parameters of type DocumentStatus
 boolean WorkflowDocumentImpl.checkStatus(DocumentStatus status)
           
 

Uses of DocumentStatus in org.kuali.rice.kew.impl.document.search
 

Method parameters in org.kuali.rice.kew.impl.document.search with type arguments of type DocumentStatus
 String DocumentSearchGeneratorImpl.getDocumentStatusSql(List<DocumentStatus> documentStatuses, List<DocumentStatusCategory> categories, String whereClausePredicatePrefix)
           
 

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

Methods in org.kuali.rice.kew.routeheader that return DocumentStatus
 DocumentStatus DocumentRouteHeaderValue.getStatus()
           
 



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