B - the type of Binding.@AlfrescoPublicApi
public interface BehaviourIndex<B extends BehaviourBinding>
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeObserver(org.alfresco.repo.policy.BehaviourChangeObserver<B> observer)
Add a Behaviour Change Observer.
|
Collection<BehaviourDefinition> |
find(B binding)
Gets all bound behaviours for the specified binding.
|
Collection<BehaviourDefinition> |
getAll()
Gets all bound behaviours
|
BehaviourFilter |
getFilter()
Gets the behaviour filter
|
Collection<BehaviourDefinition> getAll()
Collection<BehaviourDefinition> find(B binding)
binding - the bindingvoid addChangeObserver(org.alfresco.repo.policy.BehaviourChangeObserver<B> observer)
observer - the observerBehaviourFilter getFilter()
Copyright © 2005–2018 Alfresco Software. All rights reserved.