com.filenet.api.core
Class Factory.CmDirectoryConfigurationManaged
- java.lang.Object
-
- com.filenet.api.core.Factory.CmDirectoryConfigurationManaged
-
- Enclosing class:
- Factory
public static class Factory.CmDirectoryConfigurationManaged extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static CmDirectoryConfigurationManagedcreateInstance()Creates a new instance of theCmDirectoryConfigurationManagedclass.
-
-
-
Method Detail
-
createInstance
public static CmDirectoryConfigurationManaged createInstance()
Creates a new instance of theCmDirectoryConfigurationManagedclass. The created object is a dependent object and is only persisted when its parent object (the independently persistable object that references it) is persisted.- Returns:
- An object reference to a new instance of this class.
-
-