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 ComponentRelationshipType |
ComponentRelationshipType.DYNAMIC_CR
Binds the parent component version to the most recent child component version that satisfies the version bind rule.
|
static ComponentRelationshipType |
ComponentRelationshipType.DYNAMIC_LABEL_CR
Binds the parent component version to the most recent child component version satisfying the
version bind rule that has a ComponentBindingLabel property value matching the
LabelBindValue property value.
|
static ComponentRelationshipType |
ComponentRelationshipType.STATIC_CR
Binds the parent component version to the explicitly specified child component version.
|
static ComponentRelationshipType |
ComponentRelationshipType.URICR
Creates a component relationship between the parent component document and the
URI document specified by the URIValue property.
|
Modifier and Type | Method and Description |
---|---|
static ComponentRelationshipType |
ComponentRelationshipType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ComponentRelationshipType |
ComponentRelationship.get_ComponentRelationshipType()
Returns the value of the ComponentRelationshipType property.
|
Modifier and Type | Method and Description |
---|---|
static ComponentRelationship |
Factory.ComponentRelationship.createInstance(ObjectStore os,
java.lang.String classId,
ComponentRelationshipType type,
Document parentComponent,
java.lang.String name)
Creates a new instance of the subclassable
ComponentRelationship class to be persisted
in the specified object store. |
void |
ComponentRelationship.set_ComponentRelationshipType(ComponentRelationshipType value)
Sets the value of the ComponentRelationshipType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.