Uses of Class
org.alfresco.repo.policy.PolicyType
-
Packages that use PolicyType Package Description org.alfresco.repo.policy The Policy Component. -
-
Uses of PolicyType in org.alfresco.repo.policy
Methods in org.alfresco.repo.policy that return PolicyType Modifier and Type Method Description PolicyTypePolicyDefinition. getType()Gets the Policy typestatic PolicyTypePolicyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolicyType[]PolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.policy with parameters of type PolicyType Modifier and Type Method Description PolicyDefinition<Policy>PolicyComponent. getRegisteredPolicy(PolicyType policyType, org.alfresco.service.namespace.QName policy)Gets the specified registered PolicyPolicyDefinitionPolicyComponentImpl. getRegisteredPolicy(PolicyType policyType, org.alfresco.service.namespace.QName policy)booleanPolicyComponent. isRegisteredPolicy(PolicyType policyType, org.alfresco.service.namespace.QName policy)Determine if the specified policy has been registeredbooleanPolicyComponentImpl. isRegisteredPolicy(PolicyType policyType, org.alfresco.service.namespace.QName policy)
-