Package org.alfresco.repo.policy
Interface BehaviourDefinition<B extends BehaviourBinding>
- Type Parameters:
B- The type of Binding.
Description of a bound Behaviour.
- Author:
- David Caruana
-
Method Summary
Modifier and TypeMethodDescriptionGets the BehaviourGets the binding used to bind the Behaviour to the PolicyGets the Policy bound toGets the definition of the Policy bound to
-
Method Details
-
getPolicy
QName getPolicy()Gets the Policy bound to- Returns:
- the policy name
-
getPolicyDefinition
PolicyDefinition getPolicyDefinition()Gets the definition of the Policy bound to- Returns:
- the policy definition (or null, if the Policy has not been registered yet)
-
getBinding
B getBinding()Gets the binding used to bind the Behaviour to the Policy- Returns:
- the binding
-
getBehaviour
Behaviour getBehaviour()Gets the Behaviour- Returns:
- the behaviour
-