Class ServiceBehaviourBinding

java.lang.Object
org.alfresco.repo.policy.ServiceBehaviourBinding
All Implemented Interfaces:
BehaviourBinding

@AlfrescoPublicApi public class ServiceBehaviourBinding extends Object implements BehaviourBinding
Behaviour binding to a Service.
Author:
David Caruana
  • Method Details

    • 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 Object getService()
      Gets the Service
      Returns:
      the service
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object