-
Packages that use VersionStatus 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of VersionStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as VersionStatus Modifier and Type Field and Description static VersionStatusVersionStatus. IN_PROCESSSpecifies that the document version is an in-process minor version.static VersionStatusVersionStatus. RELEASEDSpecifies that the document version is a released major version.static VersionStatusVersionStatus. RESERVATIONSpecifies that the document version is a reservation version.static VersionStatusVersionStatus. SUPERSEDEDSpecifies that the document version is a superseded version.Methods in com.filenet.api.constants that return VersionStatus Modifier and Type Method and Description static VersionStatusVersionStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.static VersionStatusVersionStatusId. toVersionStatus(VersionStatusId vsi)Returns an enumeration instance of theVersionStatusclass corresponding to a givenVersionStatusIdenumeration instance.Methods in com.filenet.api.constants with parameters of type VersionStatus Modifier and Type Method and Description static VersionStatusIdVersionStatusId. fromVersionStatus(VersionStatus vs)Returns an instance of this class corresponding to theintconstant of a givenVersionStatus*_AS_INTfield. -
Uses of VersionStatus in com.filenet.api.core
Methods in com.filenet.api.core that return VersionStatus Modifier and Type Method and Description VersionStatusVersionable. get_VersionStatus()Returns the value of the VersionStatus property.
-