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