com.ibm.task.api

Interface EscalationActionIndex


  1. public interface EscalationActionIndex
This interface defines symbolic constants to be used as column index when accessing the array of available action flags - see getAvailableActionFlags().
Since:
7.0 - introduced in 6.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEWORKITEM
  1. static
  2. int
DELETEWORKITEM
  1. static
  2. int
GETCUSTOMPROPERTY
  1. static
  2. int
GETDOCUMENTATION
  1. static
  2. int
GETESCALATION
  1. static
  2. int
GETESCALATIONTEMPLATE
  1. static
  2. int
GETROLEINFO
  1. static
  2. int
MAX_COUNT
  1. static
  2. int
SETCUSTOMPROPERTY
  1. static
  2. int
TRANSFERWORKITEM
  1. static
  2. int
TRIGGERESCALATION
  1. static
  2. int
UPDATE

Field Detail

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

CREATEWORKITEM

  1. static final int CREATEWORKITEM
See Also:

GETDOCUMENTATION

  1. static final int GETDOCUMENTATION
See Also:

GETCUSTOMPROPERTY

  1. static final int GETCUSTOMPROPERTY
See Also:

SETCUSTOMPROPERTY

  1. static final int SETCUSTOMPROPERTY
See Also:

GETESCALATION

  1. static final int GETESCALATION
See Also:

GETESCALATIONTEMPLATE

  1. static final int GETESCALATIONTEMPLATE
See Also:

DELETEWORKITEM

  1. static final int DELETEWORKITEM
See Also:

TRANSFERWORKITEM

  1. static final int TRANSFERWORKITEM
See Also:

UPDATE

  1. static final int UPDATE
See Also:

TRIGGERESCALATION

  1. static final int TRIGGERESCALATION
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
See Also:

MAX_COUNT

  1. static final int MAX_COUNT
See Also: