|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.policy.ClassPolicyDelegate
public class ClassPolicyDelegate
Delegate for a Class-level Policy. Provides access to Policy Interface implementations which invoke the appropriate bound behaviours.
Method Summary | |
---|---|
ClassPolicy |
get(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName classQName)
Gets the Policy implementation for the specified Class |
ClassPolicy |
get(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.util.Set classQNames)
Gets the policy implementation for the given classes. |
ClassPolicy |
get(org.alfresco.service.namespace.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. |
ClassPolicy |
get(java.util.Set classQNames)
Gets the policy implementation for the given classes. |
java.util.Collection |
getList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName classQName)
Gets the collection of Policy implementations for the specified Class |
java.util.Collection |
getList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.util.Set classQNames)
Gets the collection of Policy implementations for the given classes |
java.util.Collection |
getList(org.alfresco.service.namespace.QName classQName)
Gets the collection of Policy implementations for the specified Class |
java.util.Collection |
getList(java.util.Set 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 |
Method Detail |
---|
public ClassPolicy get(org.alfresco.service.namespace.QName classQName)
classQName
- the class qualified name
public ClassPolicy get(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName classQName)
nodeRef
- the node referenceclassQName
- the class name
public java.util.Collection getList(org.alfresco.service.namespace.QName classQName)
classQName
- the class qualified name
public java.util.Collection getList(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName classQName)
nodeRef
- the node referenceclassQName
- the class qualified name
public ClassPolicy get(java.util.Set classQNames)
classQNames
- the class qualified names
public ClassPolicy get(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.util.Set classQNames)
nodeRef
- the node referenceclassQNames
- the class qualified names
public java.util.Collection getList(java.util.Set classQNames)
classQNames
- the class qualified names
public java.util.Collection getList(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.util.Set classQNames)
classQNames
- the class qualified names
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |