Uses of Class
org.alfresco.repo.policy.ServiceBehaviourBinding
-
Packages that use ServiceBehaviourBinding Package Description org.alfresco.repo.policy The Policy Component. -
-
Uses of ServiceBehaviourBinding in org.alfresco.repo.policy
Methods in org.alfresco.repo.policy that return types with arguments of type ServiceBehaviourBinding Modifier and Type Method Description BehaviourDefinition<ServiceBehaviourBinding>PolicyComponent. bindAssociationBehaviour(QName policy, Object service, Behaviour behaviour)Bind a Service specific behaviour to an Association-level PolicyBehaviourDefinition<ServiceBehaviourBinding>PolicyComponentImpl. bindAssociationBehaviour(QName policy, Object service, Behaviour behaviour)BehaviourDefinition<ServiceBehaviourBinding>PolicyComponent. bindClassBehaviour(QName policy, Object service, Behaviour behaviour)Bind a Service behaviour to a Class-level PolicyBehaviourDefinition<ServiceBehaviourBinding>PolicyComponentImpl. bindClassBehaviour(QName policy, Object service, Behaviour behaviour)BehaviourDefinition<ServiceBehaviourBinding>PolicyComponent. bindPropertyBehaviour(QName policy, Object service, Behaviour behaviour)Bind a Service specific behaviour to a Property-level PolicyBehaviourDefinition<ServiceBehaviourBinding>PolicyComponentImpl. bindPropertyBehaviour(QName policy, Object service, Behaviour behaviour)
-