|
Packages that use org.alfresco.repo.policy.BehaviourBinding | ||
org.alfresco.repo.policy |
Uses of BehaviourBinding in org.alfresco.repo.policy |
Classes in org.alfresco.repo.policy that implement BehaviourBinding | |
class |
ClassBehaviourBinding Behaviour binding to a Class (Type or Aspect) in the Content Model. |
class |
ClassFeatureBehaviourBinding Behaviour binding to a Class (Type or Aspect) in the Content Model. |
class |
ServiceBehaviourBinding Behaviour binding to a Service. |
Classes in org.alfresco.repo.policy with type parameters of type BehaviourBinding | |
interface |
BehaviourDefinition<B extends BehaviourBinding> Description of a bound Behaviour. |
interface |
BehaviourIndex<B extends BehaviourBinding> Index of Bound Behaviours. |
class |
CachedPolicyFactory<B extends BehaviourBinding,P extends Policy> Policy Factory with caching support. |
Methods in org.alfresco.repo.policy that return BehaviourBinding | |
ServiceBehaviourBinding.generaliseBinding() Gets a generalised form of the Binding. |
|
ClassFeatureBehaviourBinding.generaliseBinding() Gets a generalised form of the Binding. |
|
ClassBehaviourBinding.generaliseBinding() Gets a generalised form of the Binding. |
|
BehaviourBinding.generaliseBinding() Gets a generalised form of the Binding. |
|