|
Packages that use org.alfresco.repo.policy.BehaviourDefinition | |
org.alfresco.repo.policy | The Policy Component. |
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 |
|
BehaviourDefinition<org.alfresco.repo.policy.ClassFeatureBehaviourBinding> |
PolicyComponent.bindAssociationBehaviour(QName policy, QName className, Behaviour behaviour) Bind an Association specific behaviour to an Association-level Policy (for all associations of a Class) |
BehaviourDefinition<org.alfresco.repo.policy.ClassFeatureBehaviourBinding> |
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 |
|
BehaviourDefinition<org.alfresco.repo.policy.ClassFeatureBehaviourBinding> |
PolicyComponent.bindPropertyBehaviour(QName policy, QName className, Behaviour behaviour) Bind a Property specific behaviour to a Property-level Policy (for all properties of a Class) |
BehaviourDefinition<org.alfresco.repo.policy.ClassFeatureBehaviourBinding> |
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 with parameters of type BehaviourDefinition | |
void |
PolicyComponent.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition) Unbind behaviour |
|