|
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Behaviour |
Behaviour.NotificationFrequency |
Field Summary | ||
protected Behaviour.NotificationFrequency |
frequency The notification frequency |
|
proxies Proxies |
Constructor Summary | ||
BaseBehaviour() Default constructor |
||
BaseBehaviour(Behaviour.NotificationFrequency frequency) Constructor |
Method Summary | ||
void |
disable() Disable this behaviour for the curent thread |
|
void |
enable() Enable this behaviour for the current thread |
|
getNotificationFrequency() Get the notification frequency |
||
boolean |
isEnabled() Indicates whether the this behaviour is current enabled or not |
|
void |
setNotificationFrequency(Behaviour.NotificationFrequency frequency) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.policy.Behaviour |
getInterface |
|