Annotation Type Behaviour
-
@Target(METHOD) @Retention(RUNTIME) public @interface BehaviourBehaviour 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 java.lang.StringassocTypequalified name of associationbooleanisServiceindicates whether this is a service behaviour or notjava.lang.Stringnamelookup name of the behaviour, if none specified behaviour is not recorded in the registryBehaviour.NotificationFrequencynotificationFrequencynotification frequencyjava.lang.Stringpolicyqualified name of policyjava.lang.Stringtypequalified name of type/aspect
-
-
-
Element Detail
-
kind
BehaviourKind kind
kind of behaviour
-
-
-
notificationFrequency
Behaviour.NotificationFrequency notificationFrequency
notification frequency- Default:
- org.alfresco.repo.policy.Behaviour.NotificationFrequency.EVERY_EVENT
-
-