public interface IActivityNotifierConfig
Modifier and Type | Method and Description |
---|---|
boolean |
appliesToPriority(double priority)
Indicates whether the specified notifier is to be used for a priority value.
|
String |
getClassName()
The name of notifier class to be used.
|
Double |
getPriorityGreaterThan()
Returns minimum priority (exclusive) in which the notifier will be executed.
|
Double |
getPriorityGreaterThanOrEqualTo()
Returns minimum priority (inclusive) in which the notifier will be executed.
|
Double |
getPriorityLessThan()
Returns maximum priority (exclusive) in which the notifier will be executed.
|
Double |
getPriorityLessThanOrEqualTo()
Returns maximum priority (inclusive) in which the notifier will be executed.
|
boolean appliesToPriority(double priority)
priority
- the priority value.true
if this notifier is to be used for the specified priority, false
otherwise.Double getPriorityGreaterThanOrEqualTo()
Double getPriorityGreaterThan()
Double getPriorityLessThanOrEqualTo()
Double getPriorityLessThan()
String getClassName()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.