Annotation Type Behaviour
-
@Target(METHOD) @Retention(RUNTIME) public @interface Behaviour
Behaviour method annotation.- Since:
- 5.0
- Author:
- Roy Wetherall
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description BehaviourKindkindkind of behaviour
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringassocTypequalified name of associationbooleanisServiceindicates whether this is a service behaviour or notStringnamelookup name of the behaviour, if none specified behaviour is not recorded in the registryBehaviour.NotificationFrequencynotificationFrequencynotification frequencyStringpolicyqualified name of policyStringtypequalified name of type/aspect
-
-
-
Element Detail
-
kind
BehaviourKind kind
kind of behaviour
-
-
-
name
String name
lookup name of the behaviour, if none specified behaviour is not recorded in the registry- Default:
- ""
-
-
-
policy
String policy
qualified name of policy- Default:
- ""
-
-
-
type
String type
qualified name of type/aspect- Default:
- ""
-
-
-
assocType
String assocType
qualified name of association- Default:
- "cm:contains"
-
-
-
notificationFrequency
Behaviour.NotificationFrequency notificationFrequency
notification frequency- Default:
- org.alfresco.repo.policy.Behaviour.NotificationFrequency.EVERY_EVENT
-
-