IBM WebSphere Application ServerTM
Release 7

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:
7.0 - introduced in 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 GETROLEINFO
           
static int MAX_COUNT
           
static int SETCUSTOMPROPERTY
           
static int TRANSFERWORKITEM
           
static int TRIGGERESCALATION
           
static int UPDATE
           
 

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

UPDATE

static final int UPDATE
See Also:
Constant Field Values

TRIGGERESCALATION

static final int TRIGGERESCALATION
See Also:
Constant Field Values

GETROLEINFO

static final int GETROLEINFO
See Also:
Constant Field Values

MAX_COUNT

static final int MAX_COUNT
See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7