|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionBindType | |
---|---|
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 VersionBindType in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as VersionBindType | |
---|---|
static VersionBindType |
VersionBindType.LATEST_MAJOR_VERSION
Causes all major versions of the child component document to be considered candidates for binding with the parent component. |
static VersionBindType |
VersionBindType.LATEST_VERSION
Causes all versions, major and minor, of the child component document to be considered candidates for binding with the parent component. |
Methods in com.filenet.api.constants that return VersionBindType | |
---|---|
static VersionBindType |
VersionBindType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of VersionBindType in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return VersionBindType | |
---|---|
VersionBindType |
ComponentRelationship.get_VersionBindType()
Returns the value of the VersionBindType property. |
Methods in com.filenet.api.core with parameters of type VersionBindType | |
---|---|
void |
ComponentRelationship.set_VersionBindType(VersionBindType value)
Sets the value of the VersionBindType property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |