Uses of Class
org.kuali.rice.kew.doctype.DocumentTypePolicy
Packages that use DocumentTypePolicy
-
Uses of DocumentTypePolicy in org.kuali.rice.kew.doctype.bo
Methods in org.kuali.rice.kew.doctype.bo that return DocumentTypePolicyModifier and TypeMethodDescriptionDocumentType.getAllowSuperUserFinalApprovalPolicy()Returns the ALLOW_SU_FINAL_APPROVAL policy on the document if defined, or the default value for this policy which is true.DocumentType.getAllowUnrequestedActionPolicy()DocumentType.getDefaultApprovePolicy()DocumentType.getDocSearchTarget()Returns the DOC_SEARCH_TARGET policy on the document if definedDocumentType.getDocumentStatusPolicy()This method returns a DocumentTypePolicy object related to the DocumentStatusPolicy defined for this document type.DocumentType.getEnrouteErrorSuppression()DocumentType.getFailOnInactiveGroup()DocumentType.getInitiatorMustBlanketApprovePolicy()DocumentType.getInitiatorMustCancelPolicy()DocumentType.getInitiatorMustRoutePolicy()DocumentType.getInitiatorMustSavePolicy()DocumentType.getLookIntoFuturePolicy()DocumentType.getNotifyOnSavePolicy()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.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.DocumentType.getRecallNotification()Returns the RECALL_NOTIFICATION policy on the document if defined, or the default value for this policy which is true.DocumentType.getRegenerateActionRequestsOnChange()DocumentType.getSuperUserApproveNotificationPolicy()DocumentType.getSuPostprocessorOverridePolicy()This method returns a DocumentTypePolicy object related to the DocumentStatusPolicy defined for this document type.DocumentType.getSupportsQuickInitiatePolicy()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.DocumentType.getUseWorkflowSuperUserDocHandlerUrl()Methods in org.kuali.rice.kew.doctype.bo that return types with arguments of type DocumentTypePolicyMethod parameters in org.kuali.rice.kew.doctype.bo with type arguments of type DocumentTypePolicyModifier and TypeMethodDescriptionvoidDocumentType.setDocumentTypePolicies(Collection<DocumentTypePolicy> policies)