-
Packages that use AutoUniqueName 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of AutoUniqueName in com.filenet.api.constants
Fields in com.filenet.api.constants declared as AutoUniqueName Modifier and Type Field and Description static AutoUniqueNameAutoUniqueName. AUTO_UNIQUEA constant representing an instance of typeAUTO_UNIQUE.static AutoUniqueNameAutoUniqueName. NOT_AUTO_UNIQUEA constant representing an instance of typeNOT_AUTO_UNIQUE.Methods in com.filenet.api.constants that return AutoUniqueName Modifier and Type Method and Description static AutoUniqueNameAutoUniqueName. 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 Modifier and Type Method and Description static DynamicReferentialContainmentRelationshipFactory.DynamicReferentialContainmentRelationship. createInstance(ObjectStore os, java.lang.String classId, AutoUniqueName uniqueName, DefineSecurityParentage defineSecurityParentage)Creates a new instance of theDynamicReferentialContainmentRelationshipclass, to be persisted in the specified object store, based on theAutoUniqueNameandDefineSecurityParentageand class name settings.static ReferentialContainmentRelationshipFactory.ReferentialContainmentRelationship. createInstance(ObjectStore os, java.lang.String className, AutoUniqueName uniqueName, DefineSecurityParentage defineSecurityParentage)Creates a new instance of theReferentialContainmentRelationshipclass, to be persisted in the specified object store, based on theAutoUniqueNameandDefineSecurityParentageand class name settings.ReferentialContainmentRelationshipFolder. file(IndependentlyPersistableObject containee, AutoUniqueName autoUniqueName, java.lang.String containmentName, DefineSecurityParentage defineSecurityParentage)Files an instance of aContainablesubclass to this folder.
-