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 AutoUniqueName |
AutoUniqueName.AUTO_UNIQUE
A constant representing an instance of type
AUTO_UNIQUE . |
static AutoUniqueName |
AutoUniqueName.NOT_AUTO_UNIQUE
A constant representing an instance of type
NOT_AUTO_UNIQUE . |
Modifier and Type | Method and Description |
---|---|
static AutoUniqueName |
AutoUniqueName.getInstanceFromBoolean(boolean val)
Creates an instance of this class having the specified auto-unique setting.
|
Modifier and Type | Method and Description |
---|---|
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os,
java.lang.String className,
AutoUniqueName uniqueName,
DefineSecurityParentage defineSecurityParentage)
Creates a new instance of the
ReferentialContainmentRelationship class, to be persisted in the
specified object store, based on the AutoUniqueName and DefineSecurityParentage and
class name settings. |
static DynamicReferentialContainmentRelationship |
Factory.DynamicReferentialContainmentRelationship.createInstance(ObjectStore os,
java.lang.String classId,
AutoUniqueName uniqueName,
DefineSecurityParentage defineSecurityParentage)
Creates a new instance of the
DynamicReferentialContainmentRelationship class, to be persisted in the
specified object store, based on the AutoUniqueName and DefineSecurityParentage and
class name settings. |
ReferentialContainmentRelationship |
Folder.file(IndependentlyPersistableObject containee,
AutoUniqueName autoUniqueName,
java.lang.String containmentName,
DefineSecurityParentage defineSecurityParentage)
Files an instance of a
Containable subclass to this folder. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.