Uses of Interface
org.alfresco.repo.policy.Behaviour
Packages that use Behaviour
Package
Description
The Policy Component.
-
Uses of Behaviour in org.alfresco.repo.event2
Methods in org.alfresco.repo.event2 that return BehaviourModifier and TypeMethodDescriptionprotected BehaviourEventGenerator.bindAssociationBehaviour(QName policyQName, String method) protected BehaviourEventGenerator.bindClassBehaviour(QName policyQName, String method) Method parameters in org.alfresco.repo.event2 with type arguments of type BehaviourModifier and TypeMethodDescriptionprotected voidEventGenerator.disableBehaviours(Set<Behaviour> boundBehaviours) protected voidEventGenerator.enableBehaviours(Set<Behaviour> boundBehaviours) -
Uses of Behaviour in org.alfresco.repo.jscript
Classes in org.alfresco.repo.jscript that implement Behaviour -
Uses of Behaviour in org.alfresco.repo.policy
Classes in org.alfresco.repo.policy that implement BehaviourModifier and TypeClassDescriptionclassBase behaviour implementationclassEvent based Behaviour.classJava based Behaviour.Methods in org.alfresco.repo.policy that return BehaviourMethods in org.alfresco.repo.policy with parameters of type BehaviourModifier and TypeMethodDescriptionPolicyComponent.bindAssociationBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service specific behaviour to an Association-level PolicyPolicyComponent.bindAssociationBehaviour(QName policy, QName className, Behaviour behaviour) Bind an Association specific behaviour to an Association-level Policy (for all associations of a Class)PolicyComponent.bindAssociationBehaviour(QName policy, QName className, QName assocName, Behaviour behaviour) Bind an Association specific behaviour to an Association-level PolicyPolicyComponentImpl.bindAssociationBehaviour(QName policy, Object service, Behaviour behaviour) PolicyComponentImpl.bindAssociationBehaviour(QName policy, QName className, Behaviour behaviour) PolicyComponentImpl.bindAssociationBehaviour(QName policy, QName className, QName assocName, Behaviour behaviour) PolicyComponent.bindClassBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service behaviour to a Class-level PolicyPolicyComponent.bindClassBehaviour(QName policy, QName className, Behaviour behaviour) Bind a Class specific behaviour to a Class-level Policy.PolicyComponentImpl.bindClassBehaviour(QName policy, Object service, Behaviour behaviour) PolicyComponentImpl.bindClassBehaviour(QName policy, QName classRef, Behaviour behaviour) PolicyComponent.bindPropertyBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service specific behaviour to a Property-level PolicyPolicyComponent.bindPropertyBehaviour(QName policy, QName className, Behaviour behaviour) Bind a Property specific behaviour to a Property-level Policy (for all properties of a Class)PolicyComponent.bindPropertyBehaviour(QName policy, QName className, QName propertyName, Behaviour behaviour) Bind a Property specific behaviour to a Property-level PolicyPolicyComponentImpl.bindPropertyBehaviour(QName policy, Object service, Behaviour behaviour) PolicyComponentImpl.bindPropertyBehaviour(QName policy, QName className, Behaviour behaviour) PolicyComponentImpl.bindPropertyBehaviour(QName policy, QName className, QName propertyName, Behaviour behaviour) <P extends Policy>
InvocationHandlerTransactionInvocationHandlerFactory.createHandler(Behaviour behaviour, PolicyDefinition<P> definition, P policyInterface) Create Invocation Handler<P extends Policy>
voidTransactionBehaviourQueue.queue(Behaviour behaviour, PolicyDefinition<P> definition, P policyInterface, Method method, Object[] args) Queue a behaviour for end-of-transaction execution -
Uses of Behaviour in org.alfresco.repo.policy.annotation
Methods in org.alfresco.repo.policy.annotation that return BehaviourModifier and TypeMethodDescriptionBehaviourRegistry.getBehaviour(String name) Gets the behaviour for a given name.Methods in org.alfresco.repo.policy.annotation with parameters of type BehaviourModifier and TypeMethodDescriptionvoidBehaviourRegistry.registerBehaviour(String name, Behaviour behaviour) Register a behaviour against a given name. -
Uses of Behaviour in org.alfresco.repo.policy.registration
Fields in org.alfresco.repo.policy.registration declared as BehaviourMethods in org.alfresco.repo.policy.registration with parameters of type BehaviourModifier and TypeMethodDescriptionvoidPolicyRegistration.setBehaviour(Behaviour behaviour) Set the behaviour