Class ClassBehaviourBinding

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      BehaviourBinding generaliseBinding()
      Gets a generalised form of the Binding.
      org.alfresco.service.namespace.QName getClassQName()
      Gets the class qualified name
      org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      Gets the instance level node reference
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • generaliseBinding

        public BehaviourBinding generaliseBinding()
        Description copied from interface: BehaviourBinding
        Gets a generalised form of the Binding. For example, if the binding key is hierarchical, return the parent key.
        Specified by:
        generaliseBinding in interface BehaviourBinding
        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
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object