Class ServiceBehaviourBinding

  • All Implemented Interfaces:
    BehaviourBinding

    @AlfrescoPublicApi
    public class ServiceBehaviourBinding
    extends java.lang.Object
    implements BehaviourBinding
    Behaviour binding to a Service.
    Author:
    David Caruana
    • 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)
      • getService

        public java.lang.Object getService()
        Gets the Service
        Returns:
        the service
      • 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