Package de.elo.ix.client
Class CheckinDocOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CheckinDocOptions
- All Implemented Interfaces:
Serializable
This class defines options for the API function checkinDocBegin2.
- Since:
- 8.00.032.007
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Iftrue
, the DocVersion to check-in will use the ID and GUID you specify.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
keepIds
protected boolean keepIdsIftrue
, the DocVersion to check-in will use the ID and GUID you specify. In order to only set the GUID, set the ID to 0.
-
-
Constructor Details
-
CheckinDocOptions
public CheckinDocOptions(boolean keepIds) -
CheckinDocOptions
public CheckinDocOptions()
-
-
Method Details