com.ibm.task.api

Interface EscalationTemplateActions


  1. public interface EscalationTemplateActions
This interface defines symbolic constants for all actions that can be performed on escalation templates. These constants are to be used when determining the actions allowed in the current escalation template state. Currently allowed actions are returned when calling the getAvailableActions() method for an escalation template.
Since:
6.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
GETCUSTOMPROPERTY
Symbolic constant for escalation template action get custom property.
  1. static
  2. int
GETDOCUMENTATION
Symbolic constant for escalation template action get documentation.
  1. static
  2. int
GETESCALATIONTEMPLATE
Symbolic constant for escalation template action get escalation template.
  1. static
  2. int
GETROLEINFO
Symbolic constant for escalation template action to retrieve role related information.
  1. static
  2. int
GETTASKTEMPLATE
Symbolic constant for escalation template action get task template.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

GETDOCUMENTATION

  1. static final int GETDOCUMENTATION
Symbolic constant for escalation template action get documentation.
See Also:

GETCUSTOMPROPERTY

  1. static final int GETCUSTOMPROPERTY
Symbolic constant for escalation template action get custom property.
See Also:

GETESCALATIONTEMPLATE

  1. static final int GETESCALATIONTEMPLATE
Symbolic constant for escalation template action get escalation template.
See Also:

GETTASKTEMPLATE

  1. static final int GETTASKTEMPLATE
Symbolic constant for escalation template action get task template.
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
Symbolic constant for escalation template action to retrieve role related information.
See Also: