IBM WebSphere Application ServerTM
Release 8

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

Since:
6.1.2

Field Summary
static int ACTIVITY_INSTANCE
          Symbolic constant to indicate that information related to activity instances is requested.
static int ALL
          Symbolic constant to indicate that information related to all objects is requested.
static java.lang.String COPYRIGHT
           
static int PROCESS_INSTANCE
          Symbolic constant to indicate that information related to process instances is requested.
static int PROCESS_TEMPLATE
          Symbolic constant to indicate that information related to process templates is requested.
 

Field Detail

COPYRIGHT

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

ACTIVITY_INSTANCE

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

See Also:
Constant Field Values

PROCESS_TEMPLATE

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

See Also:
Constant Field Values

PROCESS_INSTANCE

static final int PROCESS_INSTANCE
Symbolic constant to indicate that information related to process instances 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

IBM WebSphere Application ServerTM
Release 8