Package | Description |
---|---|
org.alfresco.repo.policy |
The Policy Component.
|
Modifier and Type | Method and Description |
---|---|
BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponentImpl.bindAssociationBehaviour(org.alfresco.service.namespace.QName policy,
Object service,
Behaviour behaviour) |
BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponent.bindAssociationBehaviour(org.alfresco.service.namespace.QName policy,
Object service,
Behaviour behaviour)
Bind a Service specific behaviour to an Association-level Policy
|
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponentImpl.bindAssociationBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
Behaviour behaviour) |
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponent.bindAssociationBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
Behaviour behaviour)
Bind an Association specific behaviour to an Association-level Policy (for all associations of a Class)
|
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponentImpl.bindAssociationBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
org.alfresco.service.namespace.QName assocName,
Behaviour behaviour) |
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponent.bindAssociationBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
org.alfresco.service.namespace.QName assocName,
Behaviour behaviour)
Bind an Association specific behaviour to an Association-level Policy
|
BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponentImpl.bindClassBehaviour(org.alfresco.service.namespace.QName policy,
Object service,
Behaviour behaviour) |
BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponent.bindClassBehaviour(org.alfresco.service.namespace.QName policy,
Object service,
Behaviour behaviour)
Bind a Service behaviour to a Class-level Policy
|
BehaviourDefinition<ClassBehaviourBinding> |
PolicyComponentImpl.bindClassBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName classRef,
Behaviour behaviour) |
BehaviourDefinition<ClassBehaviourBinding> |
PolicyComponent.bindClassBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
Behaviour behaviour)
Bind a Class specific behaviour to a Class-level Policy.
|
BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponentImpl.bindPropertyBehaviour(org.alfresco.service.namespace.QName policy,
Object service,
Behaviour behaviour) |
BehaviourDefinition<ServiceBehaviourBinding> |
PolicyComponent.bindPropertyBehaviour(org.alfresco.service.namespace.QName policy,
Object service,
Behaviour behaviour)
Bind a Service specific behaviour to a Property-level Policy
|
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponentImpl.bindPropertyBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
Behaviour behaviour) |
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponent.bindPropertyBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
Behaviour behaviour)
Bind a Property specific behaviour to a Property-level Policy (for all properties of a Class)
|
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponentImpl.bindPropertyBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
org.alfresco.service.namespace.QName propertyName,
Behaviour behaviour) |
BehaviourDefinition<ClassFeatureBehaviourBinding> |
PolicyComponent.bindPropertyBehaviour(org.alfresco.service.namespace.QName policy,
org.alfresco.service.namespace.QName className,
org.alfresco.service.namespace.QName propertyName,
Behaviour behaviour)
Bind a Property specific behaviour to a Property-level Policy
|
Modifier and Type | Method and Description |
---|---|
Collection<BehaviourDefinition> |
BehaviourIndex.find(B binding)
Gets all bound behaviours for the specified binding.
|
Collection<BehaviourDefinition> |
BehaviourIndex.getAll()
Gets all bound behaviours
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyComponentImpl.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition) |
void |
PolicyComponent.removeClassDefinition(BehaviourDefinition<ClassBehaviourBinding> definition)
Unbind behaviour
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.