| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document |
Copyright 2005-2016 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-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentStatusCategory |
DocumentStatusCategory.fromCode(String code) |
DocumentStatusCategory |
DocumentStatus.getCategory() |
static DocumentStatusCategory |
DocumentStatusCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentStatusCategory[] |
DocumentStatusCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<DocumentStatus> |
DocumentStatus.getStatusesForCategory(DocumentStatusCategory category) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentStatusCategory> |
DocumentSearchCriteriaContract.getDocumentStatusCategories()
Returns an unmodifiable list of document status categories to search against when executing the document search.
|
List<DocumentStatusCategory> |
DocumentSearchCriteria.getDocumentStatusCategories() |
List<DocumentStatusCategory> |
DocumentSearchCriteria.Builder.getDocumentStatusCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentSearchCriteria.Builder.setDocumentStatusCategories(List<DocumentStatusCategory> documentStatusCategories) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.