Uses of Enum Class
org.kuali.rice.kew.api.document.DocumentStatus
Packages that use DocumentStatus
Package
Description
-
Uses of DocumentStatus in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api with parameters of type DocumentStatusModifier and TypeMethodDescriptionbooleanWorkflowDocument.checkStatus(DocumentStatus status) Helper that checks whether the document has the given status NOTE: does this really need to be in the public API? -
Uses of DocumentStatus in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return DocumentStatusModifier and TypeMethodDescriptionstatic DocumentStatusWorkflowDocumentService.getDocumentStatus(String documentId) Gets the status value for aDocumentwith the given documentIdDocument.Builder.getStatus()Document.getStatus()DocumentContract.getStatus()Retrieve the document statusstatic DocumentStatusReturns the enum constant of this class with the specified name.static DocumentStatus[]DocumentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.kew.api.document that return types with arguments of type DocumentStatusModifier and TypeMethodDescriptionstatic EnumSet<DocumentStatus>DocumentStatus.getStatusesForCategory(DocumentStatusCategory category) Methods in org.kuali.rice.kew.api.document with parameters of type DocumentStatusModifier and TypeMethodDescriptionstatic Document.BuilderDocument.Builder.create(String documentId, DocumentStatus status, org.joda.time.DateTime dateCreated, String initiatorPrincipalId, String documentTypeName, String documentTypeId) voidDocument.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 DocumentStatusModifier and TypeMethodDescriptionDocumentSearchCriteria.Builder.getDocumentStatuses()DocumentSearchCriteria.getDocumentStatuses()DocumentSearchCriteriaContract.getDocumentStatuses()Returns an unmodifiable list of document statuses to search against when executing the document search.Method parameters in org.kuali.rice.kew.api.document.search with type arguments of type DocumentStatusModifier and TypeMethodDescriptionvoidDocumentSearchCriteria.Builder.setDocumentStatuses(List<DocumentStatus> documentStatuses)