public class Checkin extends PendingAction
checkin
method, the API automatically creates an instance of the Checkin
class and adds it to the underlying object's collection of PendingAction
objects.Constructor and Description |
---|
Checkin(java.lang.Boolean autoClassify,
java.lang.Boolean checkinMinorVersion)
Creates a new instance of a
Checkin pending action object. |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAutoClassify()
Returns whether a document will be auto-classified during check in.
|
java.lang.Boolean |
getCheckinMinorVersion()
Returns whether a document will be checked in as a new minor version.
|
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getInteger32ListValue, getInteger32Value, getObjectValue, getStringListValue, getStringValue, putObjectValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, toString
public Checkin(java.lang.Boolean autoClassify, java.lang.Boolean checkinMinorVersion)
Checkin
pending action object.autoClassify
- A Boolean
specifying whether to auto-classify a document during check in
(true
) or not (false
). If null
, the default is to not auto-classify the document.checkinMinorVersion
- A Boolean
specifying whether to check in a document as a new minor
version (true
) or as a new major version (false
). If null
,
the default is to check in the document as a major version.E_NOT_SUPPORTED
- if the document to be checked in is not a reservation object. Thrown when you
call the save
method.public java.lang.Boolean getAutoClassify()
true
if a document will be auto-classified during check in;
false
if it will not be auto-classified.public java.lang.Boolean getCheckinMinorVersion()
true
if a document will be checked in as a new minor version;
false
if it will be checked in as a new major version.© Copyright IBM Corporation 2006, 2015. All rights reserved.