Uses of Class
org.alfresco.repo.policy.ClassBehaviourBinding
-
Packages that use ClassBehaviourBinding Package Description org.alfresco.repo.events org.alfresco.repo.policy The Policy Component. -
-
Uses of ClassBehaviourBinding in org.alfresco.repo.events
Fields in org.alfresco.repo.events with type parameters of type ClassBehaviourBinding Modifier and Type Field Description protected java.util.List<BehaviourDefinition<ClassBehaviourBinding>>AbstractEventGenerationBehaviours. behavioursMethod parameters in org.alfresco.repo.events with type arguments of type ClassBehaviourBinding Modifier and Type Method Description protected 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.policy Modifier and Type Class Description classClassFeatureBehaviourBindingBehaviour binding to a Class (Type or Aspect) in the Content Model.Methods in org.alfresco.repo.policy that return types with arguments of type ClassBehaviourBinding Modifier and Type Method Description BehaviourDefinition<ClassBehaviourBinding>PolicyComponent. bindClassBehaviour(org.alfresco.service.namespace.QName policy, org.alfresco.service.namespace.QName className, Behaviour behaviour)Bind a Class specific behaviour to a Class-level Policy.BehaviourDefinition<ClassBehaviourBinding>PolicyComponentImpl. bindClassBehaviour(org.alfresco.service.namespace.QName policy, org.alfresco.service.namespace.QName classRef, Behaviour behaviour)Method parameters in org.alfresco.repo.policy with type arguments of type ClassBehaviourBinding Modifier and Type Method Description voidPolicyComponent. removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition)Unbind behaviourvoidPolicyComponentImpl. removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition)
-