com.ibm.task.api
Interface ObjectType
- public interface ObjectType
getAllCustomPropertyInfo
.
Since:
6.1.2
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ALL
Symbolic constant to indicate that information related to all objects is requested.
|
|
COPYRIGHT
|
|
ESCALATION_INSTANCE
Symbolic constant to indicate that information related to escalation instances is requested.
|
|
ESCALATION_TEMPLATE
Symbolic constant to indicate that information related to escalation templates is requested.
|
|
TASK_INSTANCE
Symbolic constant to indicate that information related to task instances is requested.
|
|
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:
TASK_INSTANCE
- static final int TASK_INSTANCE
Symbolic constant to indicate that information related to task instances is requested.
See Also:
TASK_TEMPLATE
- static final int TASK_TEMPLATE
Symbolic constant to indicate that information related to task templates is requested.
See Also:
ESCALATION_INSTANCE
- static final int ESCALATION_INSTANCE
Symbolic constant to indicate that information related to escalation instances is requested.
See Also:
ESCALATION_TEMPLATE
- static final int ESCALATION_TEMPLATE
Symbolic constant to indicate that information related to escalation templates is requested.
See Also:
ALL
- static final int ALL
Symbolic constant to indicate that information related to all objects is requested.
See Also: