|
Packages that use org.alfresco.repo.policy.ServiceBehaviourBinding | ||
org.alfresco.repo.policy |
Uses of ServiceBehaviourBinding in org.alfresco.repo.policy |
Methods in org.alfresco.repo.policy that return types with arguments of type ServiceBehaviourBinding | |
abstract BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponent.bindAssociationBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service specific behaviour to an Association-level Policy |
abstract BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponent.bindClassBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service behaviour to a Class-level Policy |
abstract BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponent.bindPropertyBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service specific behaviour to a Property-level Policy |
|