|
Method Summary | ||
get(NodeRef nodeRef, QName classQName, QName propertyQName) Gets the Policy implementation for the specified Class and Propery When multiple behaviours are bound to the policy for the class feature, an aggregate policy implementation is returned which invokes each policy in turn. |
||
get(NodeRef nodeRef, Set<QName> classQNames, QName propertyQName) Gets a Policy for all the given Class and Property |
||
get(QName classQName, QName propertyQName) Gets the Policy implementation for the specified Class and Propery When multiple behaviours are bound to the policy for the class feature, an aggregate policy implementation is returned which invokes each policy in turn. |
||
get(Set<QName> classQNames, QName propertyQName) Gets a Policy for all the given Class and Property |
||
getList(NodeRef nodeRef, QName classQName, QName propertyQName) Gets the collection of Policy implementations for the specified Class and Property |
||
getList(NodeRef nodeRef, Set<QName> classQNames, QName propertyQName) Gets the Policy instances for all the given Classes and Properties |
||
getList(QName classQName, QName propertyQName) Gets the collection of Policy implementations for the specified Class and Property |
||
getList(Set<QName> classQNames, QName propertyQName) Gets the Policy instances for all the given Classes and Properties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|