|
Method Summary | ||
get(NodeRef nodeRef, QName classQName, QName assocTypeQName) Gets the Policy implementation for the specified Class and Association 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 assocTypeQName) Gets a Policy for all the given Class and Association |
||
get(QName classQName, QName assocTypeQName) Gets the Policy implementation for the specified Class and Association 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 assocTypeQName) Gets a Policy for all the given Class and Association |
||
getList(NodeRef nodeRef, QName classQName, QName assocTypeQName) Gets the collection of Policy implementations for the specified Class and Association |
||
getList(NodeRef nodeRef, Set<QName> classQNames, QName assocTypeQName) Gets the Policy instances for all the given Classes and Associations |
||
getList(QName classQName, QName assocTypeQName) Gets the collection of Policy implementations for the specified Class and Association |
||
getList(Set<QName> classQNames, QName assocTypeQName) Gets the Policy instances for all the given Classes and Associations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|