|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckinType | |
---|---|
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. |
Uses of CheckinType in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as CheckinType | |
---|---|
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. |
Methods in com.filenet.api.constants that return CheckinType | |
---|---|
static CheckinType |
CheckinType.getInstanceFromBoolean(boolean value)
Returns the object instance from its associated boolean value |
Uses of CheckinType in com.filenet.api.core |
---|
Methods in com.filenet.api.core with parameters of type CheckinType | |
---|---|
void |
Document.checkin(AutoClassify autoClassify,
CheckinType checkinType)
Checks in this document reservation object by saving it as a new document version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |