public enum DocumentTypePolicy extends Enum<DocumentTypePolicy> implements Coded
| Enum Constant and Description |
|---|
ALLOW_SU_FINAL_APPROVAL
Specifies whether to disallow super user approval on the final route node
|
ALLOW_SU_POSTPROCESSOR_OVERRIDE
This document type policy allows us to configure if the "Perform Post Processor Logic" for the super user action on action requests is displayed.
|
ALLOW_UNREQUESTED_ACTION
determines how to handle the situation where the user has initiated an action but there is not a corresponding pending request.
|
DEFAULT_APPROVE
determines whether a document will go processed without any approval requests.
|
DISAPPROVE
FIXME: needs docs
|
DOCUMENT_STATUS_POLICY
The Document Status Policy determines whether the KEW Route Status or the Application Document Status (or both)
are to be used for a specific document type.
|
ENROUTE_ERROR_SUPPRESSION |
FAIL_ON_INACTIVE_GROUP |
INITIATOR_MUST_BLANKET_APPROVE |
INITIATOR_MUST_CANCEL |
INITIATOR_MUST_ROUTE
determines if the user that initiated a document must 'route' the document when it is
in the initiated state.
|
INITIATOR_MUST_SAVE
determines if the user that initiated a document must 'route' the document when it is
in the initiated state.
|
LOOK_FUTURE
determines whether the document can be brought into a simulated route from the route log.
|
NOTIFY_COMPLETED_ON_RETURN
Governs whether FYIs should be sent on *completed* (not pending) action requests when returning to a previous node (for use with Recall)
|
NOTIFY_ON_SAVE |
NOTIFY_PENDING_ON_RETURN
Governs whether FYIs should be sent on *pending* (not completed) action requests when returning to a previous node
|
RECALL_NOTIFICATION
Specifies additional recipients of Recall notifications.
|
RECALL_VALID_ACTIONSTAKEN
Specifies list of prior actions taken for which a subsequent Recall action will be valid.
|
REGENERATE_ACTION_REQUESTS_ON_CHANGE |
SEND_NOTIFICATION_ON_SU_APPROVE |
SEND_NOTIFICATION_ON_SU_DISAPPROVE
Specifies whether to send acknowledgements on a super user disapprove action
|
SUPPORTS_QUICK_INITIATE |
SUPPRESS_IMMEDIATE_EMAILS_ON_SU_ACTION
Specifies whether immediate emails should be suppressed after a superuser action is taken
|
USE_KEW_SUPERUSER_DOCHANDLER
This policy determines whether to use the internal KEW Super User document handler URL when opening a document from
super user search.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentTypePolicy |
fromCode(String code) |
String |
getCode() |
static DocumentTypePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentTypePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentTypePolicy DISAPPROVE
public static final DocumentTypePolicy USE_KEW_SUPERUSER_DOCHANDLER
KewApiConstants#COMMAND_PARAMETER and a value of
KewApiConstants#SUPERUSER_COMMAND. The default is 'true'.public static final DocumentTypePolicy ALLOW_UNREQUESTED_ACTION
public static final DocumentTypePolicy DEFAULT_APPROVE
public static final DocumentTypePolicy INITIATOR_MUST_ROUTE
public static final DocumentTypePolicy INITIATOR_MUST_SAVE
public static final DocumentTypePolicy INITIATOR_MUST_CANCEL
public static final DocumentTypePolicy INITIATOR_MUST_BLANKET_APPROVE
public static final DocumentTypePolicy LOOK_FUTURE
public static final DocumentTypePolicy SEND_NOTIFICATION_ON_SU_APPROVE
public static final DocumentTypePolicy SUPPORTS_QUICK_INITIATE
public static final DocumentTypePolicy NOTIFY_ON_SAVE
public static final DocumentTypePolicy DOCUMENT_STATUS_POLICY
public static final DocumentTypePolicy ALLOW_SU_POSTPROCESSOR_OVERRIDE
public static final DocumentTypePolicy FAIL_ON_INACTIVE_GROUP
public static final DocumentTypePolicy ENROUTE_ERROR_SUPPRESSION
public static final DocumentTypePolicy REGENERATE_ACTION_REQUESTS_ON_CHANGE
public static final DocumentTypePolicy NOTIFY_PENDING_ON_RETURN
https://jira.kuali.org/browse/KULRICE-5931public static final DocumentTypePolicy NOTIFY_COMPLETED_ON_RETURN
https://jira.kuali.org/browse/KULRICE-5931public static final DocumentTypePolicy RECALL_NOTIFICATION
https://jira.kuali.org/browse/KULRICE-5931public static final DocumentTypePolicy RECALL_VALID_ACTIONSTAKEN
https://jira.kuali.org/browse/KULRICE-7798public static final DocumentTypePolicy SEND_NOTIFICATION_ON_SU_DISAPPROVE
https://jira.kuali.org/browse/KULRICE-7056public static final DocumentTypePolicy ALLOW_SU_FINAL_APPROVAL
https://jira.kuali.org/browse/KULRICE-7057public static final DocumentTypePolicy SUPPRESS_IMMEDIATE_EMAILS_ON_SU_ACTION
https://jira.kuali.org/browse/KULRICE-8289public static DocumentTypePolicy[] values()
for (DocumentTypePolicy c : DocumentTypePolicy.values()) System.out.println(c);
public static DocumentTypePolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DocumentTypePolicy fromCode(String code)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.