Uses of Enum Class
org.alfresco.repo.policy.Behaviour.NotificationFrequency
Packages that use Behaviour.NotificationFrequency
-
Uses of Behaviour.NotificationFrequency in org.alfresco.repo.jscript
Constructors in org.alfresco.repo.jscript with parameters of type Behaviour.NotificationFrequencyModifierConstructorDescriptionScriptBehaviour(ServiceRegistry serviceRegistry, ScriptLocation location, Behaviour.NotificationFrequency frequency) -
Uses of Behaviour.NotificationFrequency in org.alfresco.repo.policy
Fields in org.alfresco.repo.policy declared as Behaviour.NotificationFrequencyModifier and TypeFieldDescriptionprotected Behaviour.NotificationFrequencyBaseBehaviour.frequencyThe notification frequencyMethods in org.alfresco.repo.policy that return Behaviour.NotificationFrequencyModifier and TypeMethodDescriptionBaseBehaviour.getNotificationFrequency()Get the notification frequencyBehaviour.getNotificationFrequency()Returns the enum constant of this class with the specified name.static Behaviour.NotificationFrequency[]Behaviour.NotificationFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.policy with parameters of type Behaviour.NotificationFrequencyModifier and TypeMethodDescriptionvoidBaseBehaviour.setNotificationFrequency(Behaviour.NotificationFrequency frequency) Constructors in org.alfresco.repo.policy with parameters of type Behaviour.NotificationFrequencyModifierConstructorDescriptionBaseBehaviour(Behaviour.NotificationFrequency frequency) ConstructorEventBehaviour(AbstractEventProducer eventProducer, String endpointUri, Object instance, String method, Behaviour.NotificationFrequency frequency) Construct.JavaBehaviour(Object instance, String method, Behaviour.NotificationFrequency frequency) Construct.