Uses of Interface
org.alfresco.repo.policy.BehaviourDefinition
Packages that use BehaviourDefinition
-
Uses of BehaviourDefinition in org.alfresco.repo.events
Fields in org.alfresco.repo.events with type parameters of type BehaviourDefinitionModifier and TypeFieldDescriptionprotected List<BehaviourDefinition<ClassBehaviourBinding>>AbstractEventGenerationBehaviours.behavioursMethods in org.alfresco.repo.events with parameters of type BehaviourDefinitionModifier and TypeMethodDescriptionprotected voidAbstractEventGenerationBehaviours.addBehaviour(BehaviourDefinition<ClassBehaviourBinding> binding) protected voidAbstractEventGenerationBehaviours.removeBehaviour(BehaviourDefinition<ClassBehaviourBinding> binding) protected voidAbstractEventGenerationBehaviours.removeBehaviourImpl(BehaviourDefinition<ClassBehaviourBinding> binding) -
Uses of BehaviourDefinition in org.alfresco.repo.policy
Methods in org.alfresco.repo.policy that return BehaviourDefinitionModifier 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) Methods in org.alfresco.repo.policy that return types with arguments of type BehaviourDefinitionModifier and TypeMethodDescriptionGets all bound behaviours for the specified binding.BehaviourIndex.getAll()Gets all bound behavioursMethods in org.alfresco.repo.policy with parameters of type BehaviourDefinitionModifier and TypeMethodDescriptionvoidPolicyComponent.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition) Unbind behaviourvoidPolicyComponentImpl.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition)