|
Packages that use org.alfresco.repo.policy.Behaviour | ||
org.alfresco.repo.policy |
Uses of Behaviour in org.alfresco.repo.policy |
Classes in org.alfresco.repo.policy that implement Behaviour | |
class |
BaseBehaviour Base behaviour implementation |
class |
JavaBehaviour Java based Behaviour. |
Methods in org.alfresco.repo.policy that return Behaviour | |
BehaviourDefinition.getBehaviour() Gets the Behaviour |
Methods in org.alfresco.repo.policy with parameters of type Behaviour | |
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 |
|