Uses of Enum Class
org.kuali.rice.kew.api.doctype.DocumentTypePolicy
Packages that use DocumentTypePolicy
-
Uses of DocumentTypePolicy in org.kuali.rice.kew.api.doctype
Methods in org.kuali.rice.kew.api.doctype that return DocumentTypePolicyModifier and TypeMethodDescriptionstatic DocumentTypePolicystatic DocumentTypePolicyReturns the enum constant of this class with the specified name.static DocumentTypePolicy[]DocumentTypePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.kew.api.doctype that return types with arguments of type DocumentTypePolicyModifier and TypeMethodDescriptionDocumentType.Builder.getPolicies()DocumentType.getPolicies()DocumentTypeContract.getPolicies()Method parameters in org.kuali.rice.kew.api.doctype with type arguments of type DocumentTypePolicyModifier and TypeMethodDescriptionvoidDocumentType.Builder.setPolicies(Map<DocumentTypePolicy, String> policies)