|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoUniqueName | |
---|---|
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 AutoUniqueName in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as AutoUniqueName | |
---|---|
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 . |
Methods in com.filenet.api.constants that return AutoUniqueName | |
---|---|
static AutoUniqueName |
AutoUniqueName.getInstanceFromBoolean(boolean val)
Creates an instance of this class having the specified auto-unique setting. |
Uses of AutoUniqueName in com.filenet.api.core |
---|
Methods in com.filenet.api.core with parameters of type AutoUniqueName | |
---|---|
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. |
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. |
ReferentialContainmentRelationship |
Folder.file(IndependentlyPersistableObject containee,
AutoUniqueName autoUniqueName,
java.lang.String containmentName,
DefineSecurityParentage defineSecurityParentage)
Files an instance of a Containable subclass to this folder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |