Package wt.change2
Class ChangeApplicationLock
java.lang.Object
wt.change2.ChangeApplicationLock
Object representing a Change Application Lock. The related business object of a change could be locked, when the
change is in certain stage of the life cycle of the object.
Supported API: true
Supported API: true
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBit mask of ChangeApplicationLock which indicates whether or not the associated supporting material is locked by the change.static final intThe value to represent there is no lock. -
Method Summary
-
Field Details
-
NO_LOCK
public static final int NO_LOCKThe value to represent there is no lock.
Supported API: true- See Also:
-
LOCK_SUPPORTINGMATERIAL
public static final int LOCK_SUPPORTINGMATERIALBit mask of ChangeApplicationLock which indicates whether or not the associated supporting material is locked by the change.
Supported API: true- See Also:
-