Uses of Class
org.alfresco.repo.policy.ClassBehaviourBinding
Packages that use ClassBehaviourBinding
-
Uses of ClassBehaviourBinding in org.alfresco.repo.events
Fields in org.alfresco.repo.events with type parameters of type ClassBehaviourBindingModifier and TypeFieldDescriptionprotected List<BehaviourDefinition<ClassBehaviourBinding>>AbstractEventGenerationBehaviours.behavioursMethod parameters in org.alfresco.repo.events with type arguments of type ClassBehaviourBindingModifier and TypeMethodDescriptionprotected voidAbstractEventGenerationBehaviours.addBehaviour(BehaviourDefinition<ClassBehaviourBinding> binding) protected voidAbstractEventGenerationBehaviours.removeBehaviour(BehaviourDefinition<ClassBehaviourBinding> binding) protected voidAbstractEventGenerationBehaviours.removeBehaviourImpl(BehaviourDefinition<ClassBehaviourBinding> binding) -
Uses of ClassBehaviourBinding in org.alfresco.repo.policy
Subclasses of ClassBehaviourBinding in org.alfresco.repo.policyModifier and TypeClassDescriptionclassBehaviour binding to a Class (Type or Aspect) in the Content Model.Methods in org.alfresco.repo.policy that return types with arguments of type ClassBehaviourBindingModifier and TypeMethodDescriptionPolicyComponent.bindClassBehaviour(QName policy, QName className, Behaviour behaviour) Bind a Class specific behaviour to a Class-level Policy.PolicyComponentImpl.bindClassBehaviour(QName policy, QName classRef, Behaviour behaviour) Method parameters in org.alfresco.repo.policy with type arguments of type ClassBehaviourBindingModifier and TypeMethodDescriptionvoidPolicyComponent.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition) Unbind behaviourvoidPolicyComponentImpl.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition)