Package com.ptc.windchill.esi.txn
Class ESIObjectReleaseStatus
java.lang.Object
com.ptc.windchill.esi.txn.ESIObjectReleaseStatus
Returns the status for the object release. Used by
Supported API: true
Extendable: false
ESITransactionUtility.hasObjectAlreadyReleased(wt.fc.Persistable) API to
return the information about released object.
Supported API: true
Extendable: false
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumProvides more information on status reason. -
Method Summary
-
Method Details
-
isSucceeded
public boolean isSucceeded()A status information about an object. A true, if the input object in obj is an already released object; a false,
Supported API: true- Returns:
- the status
-