com.ibm.task.api
Interface EscalationActionIndex


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:
6.0

Field Summary
static java.lang.String COPYRIGHT
           
static int CREATEWORKITEM
           
static int DELETEWORKITEM
           
static int GETCUSTOMPROPERTY
           
static int GETDOCUMENTATION
           
static int GETESCALATION
           
static int GETESCALATIONTEMPLATE
           
static int MAX_COUNT
           
static int SETCUSTOMPROPERTY
           
static int TRANSFERWORKITEM
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

CREATEWORKITEM

static final int CREATEWORKITEM
See Also:
Constant Field Values

GETDOCUMENTATION

static final int GETDOCUMENTATION
See Also:
Constant Field Values

GETCUSTOMPROPERTY

static final int GETCUSTOMPROPERTY
See Also:
Constant Field Values

SETCUSTOMPROPERTY

static final int SETCUSTOMPROPERTY
See Also:
Constant Field Values

GETESCALATION

static final int GETESCALATION
See Also:
Constant Field Values

GETESCALATIONTEMPLATE

static final int GETESCALATIONTEMPLATE
See Also:
Constant Field Values

DELETEWORKITEM

static final int DELETEWORKITEM
See Also:
Constant Field Values

TRANSFERWORKITEM

static final int TRANSFERWORKITEM
See Also:
Constant Field Values

MAX_COUNT

static final int MAX_COUNT
See Also:
Constant Field Values