org.alfresco.repo.policy
Interface BehaviourDefinition


public interface BehaviourDefinition

Description of a bound Behaviour.


Method Summary
 Behaviour getBehaviour()
          Gets the Behaviour
 org.alfresco.repo.policy.BehaviourBinding getBinding()
          Gets the binding used to bind the Behaviour to the Policy
 org.alfresco.service.namespace.QName getPolicy()
          Gets the Policy bound to
 PolicyDefinition getPolicyDefinition()
          Gets the definition of the Policy bound to
 

Method Detail

getPolicy

org.alfresco.service.namespace.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

org.alfresco.repo.policy.BehaviourBinding getBinding()
Gets the binding used to bind the Behaviour to the Policy

Returns:
the binding

getBehaviour

Behaviour getBehaviour()
Gets the Behaviour

Returns:
the behaviour


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.