Uses of Class
org.alfresco.repo.policy.Behaviour.NotificationFrequency
-
Packages that use Behaviour.NotificationFrequency Package Description org.alfresco.repo.jscript org.alfresco.repo.policy The Policy Component.org.alfresco.repo.policy.annotation -
-
Uses of Behaviour.NotificationFrequency in org.alfresco.repo.jscript
Constructors in org.alfresco.repo.jscript with parameters of type Behaviour.NotificationFrequency Constructor Description ScriptBehaviour(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.NotificationFrequency Modifier and Type Field Description protected Behaviour.NotificationFrequencyBaseBehaviour. frequencyThe notification frequencyMethods in org.alfresco.repo.policy that return Behaviour.NotificationFrequency Modifier and Type Method Description Behaviour.NotificationFrequencyBaseBehaviour. getNotificationFrequency()Get the notification frequencyBehaviour.NotificationFrequencyBehaviour. getNotificationFrequency()static Behaviour.NotificationFrequencyBehaviour.NotificationFrequency. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Behaviour.NotificationFrequency[]Behaviour.NotificationFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.policy with parameters of type Behaviour.NotificationFrequency Modifier and Type Method Description voidBaseBehaviour. setNotificationFrequency(Behaviour.NotificationFrequency frequency)Constructors in org.alfresco.repo.policy with parameters of type Behaviour.NotificationFrequency Constructor Description BaseBehaviour(Behaviour.NotificationFrequency frequency)ConstructorEventBehaviour(AbstractEventProducer eventProducer, java.lang.String endpointUri, java.lang.Object instance, java.lang.String method, Behaviour.NotificationFrequency frequency)Construct.JavaBehaviour(java.lang.Object instance, java.lang.String method, Behaviour.NotificationFrequency frequency)Construct. -
Uses of Behaviour.NotificationFrequency in org.alfresco.repo.policy.annotation
Methods in org.alfresco.repo.policy.annotation that return Behaviour.NotificationFrequency Modifier and Type Method Description Behaviour.NotificationFrequencynotificationFrequency()notification frequency
-