com.ibm.task.api
Interface EscalationTemplateActions
- public interface EscalationTemplateActions
getAvailableActions()
method for an escalation template.
Since:
6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
GETCUSTOMPROPERTY
Symbolic constant for escalation template action get custom property.
|
|
GETDOCUMENTATION
Symbolic constant for escalation template action get documentation.
|
|
GETESCALATIONTEMPLATE
Symbolic constant for escalation template action get escalation template.
|
|
GETROLEINFO
Symbolic constant for escalation template action to retrieve role related information.
|
|
GETTASKTEMPLATE
Symbolic constant for escalation template action get task template.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
GETDOCUMENTATION
- static final int GETDOCUMENTATION
Symbolic constant for escalation template action get documentation.
See Also:
GETCUSTOMPROPERTY
- static final int GETCUSTOMPROPERTY
Symbolic constant for escalation template action get custom property.
See Also:
GETESCALATIONTEMPLATE
- static final int GETESCALATIONTEMPLATE
Symbolic constant for escalation template action get escalation template.
See Also:
GETTASKTEMPLATE
- static final int GETTASKTEMPLATE
Symbolic constant for escalation template action get task template.
See Also:
GETROLEINFO
- static final int GETROLEINFO
Symbolic constant for escalation template action to retrieve role related information.
See Also: