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 VersionStatus |
VersionStatus.IN_PROCESS
Specifies that the document version is an in-process minor version.
|
static VersionStatus |
VersionStatus.RELEASED
Specifies that the document version is a released major version.
|
static VersionStatus |
VersionStatus.RESERVATION
Specifies that the document version is a reservation version.
|
static VersionStatus |
VersionStatus.SUPERSEDED
Specifies that the document version is a superseded version.
|
Modifier and Type | Method and Description |
---|---|
static VersionStatus |
VersionStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
static VersionStatus |
VersionStatusId.toVersionStatus(VersionStatusId vsi)
Returns an enumeration instance of the
VersionStatus class corresponding to a given
VersionStatusId enumeration instance. |
Modifier and Type | Method and Description |
---|---|
static VersionStatusId |
VersionStatusId.fromVersionStatus(VersionStatus vs)
Returns an instance of this class corresponding to the
int constant of
a given VersionStatus *_AS_INT field. |
Modifier and Type | Method and Description |
---|---|
VersionStatus |
Versionable.get_VersionStatus()
Returns the value of the VersionStatus property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.