Package org.alfresco.repo.policy
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BehaviourBindinggeneraliseBinding()Gets a generalised form of the Binding.ObjectgetService()Gets the ServiceinthashCode()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)
-
getService
public Object getService()
Gets the Service- Returns:
- the service
-
-