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 DefineSecurityParentage |
DefineSecurityParentage.DEFINE_SECURITY_PARENTAGE
Specifies that security is to be inherited from the referenced parent (container).
|
static DefineSecurityParentage |
DefineSecurityParentage.DO_NOT_DEFINE_SECURITY_PARENTAGE
Specifies that security is not to be inherited from the referenced parent (container).
|
Modifier and Type | Method and Description |
---|---|
static DefineSecurityParentage |
DefineSecurityParentage.getInstanceFromBoolean(boolean val)
Gets an instance of this class from its associated
boolean value. |
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.