Uses of Interface
org.alfresco.repo.policy.PolicyDefinition
-
Packages that use PolicyDefinition Package Description org.alfresco.repo.policy The Policy Component. -
-
Uses of PolicyDefinition in org.alfresco.repo.policy
Methods in org.alfresco.repo.policy that return PolicyDefinition Modifier and Type Method Description PolicyDefinitionBehaviourDefinition. getPolicyDefinition()Gets the definition of the Policy bound toPolicyDefinition<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)Methods in org.alfresco.repo.policy that return types with arguments of type PolicyDefinition Modifier and Type Method Description java.util.Collection<PolicyDefinition>PolicyComponent. getRegisteredPolicies()Gets all registered Policiesjava.util.Collection<PolicyDefinition>PolicyComponentImpl. getRegisteredPolicies()Methods in org.alfresco.repo.policy with parameters of type PolicyDefinition Modifier and Type Method Description <P extends Policy>
java.lang.reflect.InvocationHandlerTransactionInvocationHandlerFactory. createHandler(Behaviour behaviour, PolicyDefinition<P> definition, P policyInterface)Create Invocation Handler<P extends Policy>
voidTransactionBehaviourQueue. queue(Behaviour behaviour, PolicyDefinition<P> definition, P policyInterface, java.lang.reflect.Method method, java.lang.Object[] args)Queue a behaviour for end-of-transaction execution
-