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 AutoClassify |
AutoClassify.AUTO_CLASSIFY
Indicates that the document will be auto-classified during check-in.
|
static AutoClassify |
AutoClassify.DO_NOT_AUTO_CLASSIFY
Indicates that the document will not be auto-classified during check-in.
|
Modifier and Type | Method and Description |
---|---|
static AutoClassify |
AutoClassify.getInstanceFromBoolean(boolean val)
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.