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 ComponentCascadeDeleteAction |
ComponentCascadeDeleteAction.CASCADE_DELETE
Causes the child component document to be automatically deleted when the parent component document is deleted.
|
static ComponentCascadeDeleteAction |
ComponentCascadeDeleteAction.NO_CASCADE_DELETE
Causes no special action to occur when the parent component document is deleted.
|
Modifier and Type | Method and Description |
---|---|
static ComponentCascadeDeleteAction |
ComponentCascadeDeleteAction.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ComponentCascadeDeleteAction |
ComponentRelationship.get_ComponentCascadeDelete()
Returns the value of the ComponentCascadeDelete property.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentRelationship.set_ComponentCascadeDelete(ComponentCascadeDeleteAction value)
Sets the value of the ComponentCascadeDelete property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.