Package | Description |
---|---|
org.kuali.rice.kew.api |
Copyright 2005-2015 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-2015 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-2015 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 | |
org.kuali.rice.kns.web.struts.form |
Copyright 2005-2015 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.krad.document |
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) |
Modifier and Type | Method and Description |
---|---|
DocumentStatus |
DocumentSearchCriteriaEbo.getStatus() |
Modifier and Type | Method and Description |
---|---|
DocumentStatus |
WorkflowDocumentServiceImpl.getDocumentStatus(String documentId) |
DocumentStatus |
WorkflowDocumentImpl.getStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkflowDocumentImpl.checkStatus(DocumentStatus status) |
Modifier and Type | Method and Description |
---|---|
String |
DocumentSearchGeneratorImpl.getDocumentStatusSql(List<DocumentStatus> documentStatuses,
List<DocumentStatusCategory> categories,
String whereClausePredicatePrefix) |
Modifier and Type | Method and Description |
---|---|
DocumentStatus |
DocumentRouteHeaderValue.getStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
KualiDocumentFormBase.isStateInitiatedFinalCancelled(DocumentStatus status)
Deprecated.
|
boolean |
KualiDocumentFormBase.isStateProcessedOrDisapproved(DocumentStatus status)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DocumentPresentationControllerBase.isStateInitiatedFinalCancelled(DocumentStatus status)
Returns whether the
document is in a INITIATED, FINAL, or CANCELLED state. |
protected boolean |
DocumentPresentationControllerBase.isStateProcessedOrDisapproved(DocumentStatus status)
Returns whether the
document is in a PROCESSED or DISAPPROVED state. |
protected boolean |
DocumentPresentationControllerBase.isStateSaved(DocumentStatus status)
Returns whether the
document is in a SAVED state. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.