Uses of Enum Class
org.alfresco.repo.policy.PolicyType
Packages that use PolicyType
-
Uses of PolicyType in org.alfresco.repo.policy
Methods in org.alfresco.repo.policy that return PolicyTypeModifier and TypeMethodDescriptionPolicyDefinition.getType()Gets the Policy typestatic PolicyTypeReturns the enum constant of this class with the specified name.static PolicyType[]PolicyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.policy with parameters of type PolicyTypeModifier and TypeMethodDescriptionPolicyComponent.getRegisteredPolicy(PolicyType policyType, QName policy) Gets the specified registered PolicyPolicyComponentImpl.getRegisteredPolicy(PolicyType policyType, QName policy) booleanPolicyComponent.isRegisteredPolicy(PolicyType policyType, QName policy) Determine if the specified policy has been registeredbooleanPolicyComponentImpl.isRegisteredPolicy(PolicyType policyType, QName policy)