|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentRelationshipType | |
---|---|
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 ComponentRelationshipType in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as ComponentRelationshipType | |
---|---|
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. |
Methods in com.filenet.api.constants that return ComponentRelationshipType | |
---|---|
static ComponentRelationshipType |
ComponentRelationshipType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of ComponentRelationshipType in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return ComponentRelationshipType | |
---|---|
ComponentRelationshipType |
ComponentRelationship.get_ComponentRelationshipType()
Returns the value of the ComponentRelationshipType property. |
Methods in com.filenet.api.core with parameters of type ComponentRelationshipType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |