|
Packages that use org.alfresco.repo.policy.BehaviourDefinition | ||
org.alfresco.repo.policy |
Uses of BehaviourDefinition in org.alfresco.repo.policy |
Methods in org.alfresco.repo.policy that return BehaviourDefinition | |
PolicyComponent.bindAssociationBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service specific behaviour to an Association-level Policy |
|
PolicyComponent.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 Policy |
|
PolicyComponent.bindClassBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service behaviour to a Class-level Policy |
|
PolicyComponent.bindClassBehaviour(QName policy, QName className, Behaviour behaviour) Bind a Class specific behaviour to a Class-level Policy. |
|
PolicyComponent.bindPropertyBehaviour(QName policy, Object service, Behaviour behaviour) Bind a Service specific behaviour to a Property-level Policy |
|
PolicyComponent.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 Policy |
Methods in org.alfresco.repo.policy that return types with arguments of type BehaviourDefinition | |
BehaviourIndex.find(B binding) Gets all bound behaviours for the specified binding. |
|
BehaviourIndex.getAll() Gets all bound behaviours |
Methods in org.alfresco.repo.policy with parameters of type BehaviourDefinition | |
void |
PolicyComponent.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition) Unbind behaviour |
|