com.ibm.bpe.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, getCustomPropertyInfo.
Since:
6.1.2

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ACTIVITY_INSTANCE
Symbolic constant to indicate that information related to activity instances is requested.
  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
PROCESS_INSTANCE
Symbolic constant to indicate that information related to process instances is requested.
  1. static
  2. int
PROCESS_TEMPLATE
Symbolic constant to indicate that information related to process templates is requested.

Field Detail

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

ACTIVITY_INSTANCE

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

PROCESS_TEMPLATE

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

PROCESS_INSTANCE

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

ALL

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