com.filenet.api.core
Class Factory.CmContentConversionConfiguration
- java.lang.Object
-
- com.filenet.api.core.Factory.CmContentConversionConfiguration
-
- Enclosing class:
- Factory
public static class Factory.CmContentConversionConfiguration extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static CmContentConversionConfigurationcreateInstance()Creates a new instance of theCmContentConversionConfigurationclass.
-
-
-
Method Detail
-
createInstance
public static CmContentConversionConfiguration createInstance()
Creates a new instance of theCmContentConversionConfigurationclass. 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.
-
-