Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
static CheckinType |
CheckinType.MAJOR_VERSION
Specifies that a document reservation will be checked in as a new major version.
|
static CheckinType |
CheckinType.MINOR_VERSION
Specifies that a document reservation will be checked in as a new minor version.
|
Modifier and Type | Method and Description |
---|---|
static CheckinType |
CheckinType.getInstanceFromBoolean(boolean value)
Returns the object instance from its associated
boolean value |
Modifier and Type | Method and Description |
---|---|
void |
Document.checkin(AutoClassify autoClassify,
CheckinType checkinType)
Checks in this document reservation object by saving it as a new document version.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.