Package org.alfresco.repo.policy
Class ClassBehaviourBinding
- java.lang.Object
-
- org.alfresco.repo.policy.ClassBehaviourBinding
-
- All Implemented Interfaces:
BehaviourBinding
- Direct Known Subclasses:
ClassFeatureBehaviourBinding
@AlfrescoPublicApi public class ClassBehaviourBinding extends Object implements BehaviourBinding
Behaviour binding to a Class (Type or Aspect) in the Content Model.- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BehaviourBindinggeneraliseBinding()Gets a generalised form of the Binding.org.alfresco.service.namespace.QNamegetClassQName()Gets the class qualified nameorg.alfresco.service.cmr.repository.NodeRefgetNodeRef()Gets the instance level node referenceinthashCode()StringtoString()
-
-
-
Method Detail
-
generaliseBinding
public BehaviourBinding generaliseBinding()
Description copied from interface:BehaviourBindingGets a generalised form of the Binding. For example, if the binding key is hierarchical, return the parent key.- Specified by:
generaliseBindingin interfaceBehaviourBinding- Returns:
- the generalised form (or null, if there isn't one)
-
getNodeRef
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Gets the instance level node reference- Returns:
- the node reference
-
getClassQName
public org.alfresco.service.namespace.QName getClassQName()
Gets the class qualified name- Returns:
- the class qualified name
-
-