| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
Copyright 2005-2018 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-2018 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-2018 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 |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentStatus |
DocumentStatus.fromCode(String code) |
DocumentStatus |
WorkflowDocumentService.getDocumentStatus(String documentId)
Gets the status value for a
Document with the given documentId |
DocumentStatus |
DocumentContract.getStatus()
Retrieve the document status
|
DocumentStatus |
Document.getStatus() |
DocumentStatus |
Document.Builder.getStatus() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<DocumentStatus> |
DocumentStatus.getStatusesForCategory(DocumentStatusCategory category) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentSearchCriteria.Builder.setDocumentStatuses(List<DocumentStatus> documentStatuses) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.