Uses of Enum Class
org.kuali.rice.kew.api.document.DocumentStatusCategory
Packages that use DocumentStatusCategory
-
Uses of DocumentStatusCategory in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return DocumentStatusCategoryModifier and TypeMethodDescriptionstatic DocumentStatusCategoryDocumentStatus.getCategory()static DocumentStatusCategoryReturns the enum constant of this class with the specified name.static DocumentStatusCategory[]DocumentStatusCategory.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 with parameters of type DocumentStatusCategoryModifier and TypeMethodDescriptionstatic EnumSet<DocumentStatus> DocumentStatus.getStatusesForCategory(DocumentStatusCategory category) -
Uses of DocumentStatusCategory in org.kuali.rice.kew.api.document.search
Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentStatusCategoryModifier and TypeMethodDescriptionDocumentSearchCriteria.Builder.getDocumentStatusCategories()DocumentSearchCriteria.getDocumentStatusCategories()DocumentSearchCriteriaContract.getDocumentStatusCategories()Returns an unmodifiable list of document status categories to search against when executing the document search.Method parameters in org.kuali.rice.kew.api.document.search with type arguments of type DocumentStatusCategoryModifier and TypeMethodDescriptionvoidDocumentSearchCriteria.Builder.setDocumentStatusCategories(List<DocumentStatusCategory> documentStatusCategories)