com.ibm.task.api
Interface TKIID
-
- All Superinterfaces:
- java.lang.Comparable, OID, java.io.Serializable
public interface TKIID extends OID
Interface for a task instance object identifier.A task instance object identifier uniquely identifies a task instance. It is created when the task instance is created and stays with the task instance during its lifetime.
The object identifier can be retrieved using the
getID()
method of the task instance.- Since:
- 5.1
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
-
Fields inherited from interface com.ibm.bpe.api.OID
OBJECT_META_TYPE_A, OBJECT_META_TYPE_B, OBJECT_META_TYPE_C, OBJECT_META_TYPE_D
-
-
Method Summary
-
Methods inherited from interface com.ibm.bpe.api.OID
compareTo, getObjectMetaType, isPersistent, toByteArray, toString
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-