com.ibm.task.api

Interface ObjectType


  1. 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

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

Field Detail

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

TASK_INSTANCE

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

TASK_TEMPLATE

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

ESCALATION_INSTANCE

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

ESCALATION_TEMPLATE

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

ALL

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