| Package | Description |
|---|---|
| org.kuali.rice.kew.doctype.bo |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypePolicy |
DocumentType.getAllowSuperUserFinalApprovalPolicy()
Returns the ALLOW_SU_FINAL_APPROVAL policy on the document if defined, or
the default value for this policy which is true.
|
DocumentTypePolicy |
DocumentType.getAllowUnrequestedActionPolicy() |
DocumentTypePolicy |
DocumentType.getDefaultApprovePolicy() |
DocumentTypePolicy |
DocumentType.getDocSearchTarget()
Returns the DOC_SEARCH_TARGET policy on the document if defined
|
DocumentTypePolicy |
DocumentType.getDocumentStatusPolicy()
This method returns a DocumentTypePolicy object related to the DocumentStatusPolicy defined for this document type.
|
DocumentTypePolicy |
DocumentType.getEnrouteErrorSuppression() |
DocumentTypePolicy |
DocumentType.getFailOnInactiveGroup() |
DocumentTypePolicy |
DocumentType.getInitiatorMustBlanketApprovePolicy() |
DocumentTypePolicy |
DocumentType.getInitiatorMustCancelPolicy() |
DocumentTypePolicy |
DocumentType.getInitiatorMustRoutePolicy() |
DocumentTypePolicy |
DocumentType.getInitiatorMustSavePolicy() |
DocumentTypePolicy |
DocumentType.getLookIntoFuturePolicy() |
DocumentTypePolicy |
DocumentType.getNotifyOnSavePolicy() |
DocumentTypePolicy |
DocumentType.getPolicyByName(String policyName,
Boolean defaultValue)
Returns the policy value of the specified policy, consulting parent document type definitions
if not defined on the immediate DocumentType.
|
DocumentTypePolicy |
DocumentType.getPolicyByName(String policyName,
String defaultValue)
Returns the policy value of the specified policy, consulting parent document type definitions
if not defined on the immediate DocumentType.
|
DocumentTypePolicy |
DocumentType.getRecallNotification()
Returns the RECALL_NOTIFICATION policy on the document if defined, or
the default value for this policy which is true.
|
DocumentTypePolicy |
DocumentType.getRegenerateActionRequestsOnChange() |
DocumentTypePolicy |
DocumentType.getSuperUserApproveNotificationPolicy() |
DocumentTypePolicy |
DocumentType.getSuPostprocessorOverridePolicy()
This method returns a DocumentTypePolicy object related to the DocumentStatusPolicy defined for this document type.
|
DocumentTypePolicy |
DocumentType.getSupportsQuickInitiatePolicy() |
DocumentTypePolicy |
DocumentType.getSuppressImmediateEmailsOnSuActionPolicy()
Returns the SUPPRESS_IMMEDIATE_EMAILS_ON_SU_ACTION policy on the document if defined, or
the default value for this policy which is false.
|
DocumentTypePolicy |
DocumentType.getUseWorkflowSuperUserDocHandlerUrl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DocumentTypePolicy> |
DocumentType.getDocumentTypePolicies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentType.setDocumentTypePolicies(Collection<DocumentTypePolicy> policies) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.