com.ibm.bpe.api
Interface ObjectType
- public interface ObjectType
getCustomPropertyInfo
.
Since:
6.1.2
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ACTIVITY_INSTANCE
Symbolic constant to indicate that information related to activity instances is requested.
|
|
ALL
Symbolic constant to indicate that information related to all objects is requested.
|
|
COPYRIGHT
|
|
PROCESS_INSTANCE
Symbolic constant to indicate that information related to process instances is requested.
|
|
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:
ACTIVITY_INSTANCE
- static final int ACTIVITY_INSTANCE
Symbolic constant to indicate that information related to activity instances is requested.
See Also:
PROCESS_TEMPLATE
- static final int PROCESS_TEMPLATE
Symbolic constant to indicate that information related to process templates is requested.
See Also:
PROCESS_INSTANCE
- static final int PROCESS_INSTANCE
Symbolic constant to indicate that information related to process instances is requested.
See Also:
ALL
- static final int ALL
Symbolic constant to indicate that information related to all objects is requested.
See Also: