|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.constants.CheckinType
public class CheckinType
Provides a set of constants to specify whether to check in a document reservation
as a new minor or new major version.
During a minor version check-in, the new minor document version is marked as in-process (its VersionStatus
property is set to IN_PROCESS
) and the previous in-process minor document version (if it exists)
is marked as superseded (its VersionStatus property is set to SUPERSEDED
).
During a major version check-in, the new major document version is marked as released (its VersionStatus
property is set to RELEASED
) and the previous released major document version and in-process
minor document version (if they exist) are marked as superseded.
checkin
,
Serialized FormField Summary | |
---|---|
static CheckinType |
MAJOR_VERSION
Specifies that a document reservation will be checked in as a new major version. |
static CheckinType |
MINOR_VERSION
Specifies that a document reservation will be checked in as a new minor version. |
Method Summary | |
---|---|
java.lang.Boolean |
getBooleanValue()
Returns a Boolean representation of this instance. |
static CheckinType |
getInstanceFromBoolean(boolean value)
Returns the object instance from its associated boolean value |
boolean |
getValue()
Returns a boolean representation of this instance. |
java.lang.String |
toString()
Returns a String representation of this instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CheckinType MINOR_VERSION
public static final CheckinType MAJOR_VERSION
Method Detail |
---|
public boolean getValue()
boolean
representation of this instance.
boolean
representing the instance.public java.lang.Boolean getBooleanValue()
Boolean
representation of this instance.
Boolean
representing the instance.public static CheckinType getInstanceFromBoolean(boolean value)
boolean
value
value
- A boolean
associated with a particular instance of this class.
public java.lang.String toString()
String
representation of this instance.
toString
in class java.lang.Object
String
representing the instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |