Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.policy
Interface BehaviourDefinition<B extends org.alfresco.repo.policy.BehaviourBinding>
Type Parameters:
B - The type of Binding.

public interface BehaviourDefinition<B extends org.alfresco.repo.policy.BehaviourBinding>
Description of a bound Behaviour.
Author:
David Caruana

Method Summary
getBehaviour()
          Gets the Behaviour
getBinding()
          Gets the binding used to bind the Behaviour to the Policy
getPolicy()
          Gets the Policy bound to
getPolicyDefinition()
          Gets the definition of the Policy bound to
Method Detail
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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.