com.ibm.task.api
Interface ObjectType


public interface ObjectType

This interface defines symbolic constants for object types. These constants are used when requesting or returning information related to an object - see, for example, getAllCustomPropertyInfo.

Since:
6.1.2

Field Summary
static int ALL
          Symbolic constant to indicate that information related to all objects is requested.
static java.lang.String COPYRIGHT
           
static int ESCALATION_INSTANCE
          Symbolic constant to indicate that information related to escalation instances is requested.
static int ESCALATION_TEMPLATE
          Symbolic constant to indicate that information related to escalation templates is requested.
static int TASK_INSTANCE
          Symbolic constant to indicate that information related to task instances is requested.
static int TASK_TEMPLATE
          Symbolic constant to indicate that information related to task templates is requested.
 

Field Detail

COPYRIGHT

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

TASK_INSTANCE

static final int TASK_INSTANCE
Symbolic constant to indicate that information related to task instances is requested.

See Also:
Constant Field Values

TASK_TEMPLATE

static final int TASK_TEMPLATE
Symbolic constant to indicate that information related to task templates is requested.

See Also:
Constant Field Values

ESCALATION_INSTANCE

static final int ESCALATION_INSTANCE
Symbolic constant to indicate that information related to escalation instances is requested.

See Also:
Constant Field Values

ESCALATION_TEMPLATE

static final int ESCALATION_TEMPLATE
Symbolic constant to indicate that information related to escalation templates is requested.

See Also:
Constant Field Values

ALL

static final int ALL
Symbolic constant to indicate that information related to all objects is requested.

See Also:
Constant Field Values