-
Packages that use CmContentConversionSettings Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.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.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. -
-
Uses of CmContentConversionSettings in com.filenet.api.admin
Subinterfaces of CmContentConversionSettings in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmTextExtractionSettingsThis class is not supported. -
Uses of CmContentConversionSettings in com.filenet.api.core
Methods in com.filenet.api.core that return CmContentConversionSettings Modifier and Type Method and Description static CmContentConversionSettingsFactory.CmContentConversionSettings. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of theCmContentConversionSettingsclass, to be persisted in the specified object store, based on the class ID.static CmContentConversionSettingsFactory.CmContentConversionSettings. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of theCmContentConversionSettingsclass, to be persisted in the specified object store, based on the class ID and GUID.static CmContentConversionSettingsFactory.CmContentConversionSettings. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmContentConversionSettingsclass by the specified object ID from the specified object store.static CmContentConversionSettingsFactory.CmContentConversionSettings. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmContentConversionSettingsclass from the specified object store. -
Uses of CmContentConversionSettings in com.filenet.api.engine
Methods in com.filenet.api.engine that return CmContentConversionSettings Modifier and Type Method and Description CmContentConversionSettingsContentConversionServices. copySettings(CmContentConversionSettings src)Creates a copy of the specifiedCmContentConversionSettingsinstance.CmContentConversionSettingsContentConversionServices. createDefaultSettings(ObjectStore objStore, java.lang.String conversionSettingsClass)Creates an instance initialized with the default property values of the specified conversion settings class.Methods in com.filenet.api.engine with parameters of type CmContentConversionSettings Modifier and Type Method and Description ContentConversionResultContentConversionServices. convert(ObjectStore objStore, IndependentlyPersistableObject sourceObject, int elementSequenceNumber, CmContentConversionSettings outputSettings, boolean allowAsync)Converts the specified content element to the specified target content type.ContentConversionResultContentConversionServices. convert(ObjectStore objStore, java.io.InputStream inputContentStream, java.lang.String inputContentType, java.lang.String retrievalName, CmContentConversionSettings outputSettings, boolean allowAsync)Converts the input content to the specified target content type.ContentConversionResultContentConversionServices. convert(ObjectStore objStore, java.lang.String inputContentFile, java.lang.String inputContentType, java.lang.String retrievalName, CmContentConversionSettings outputSettings, boolean allowAsync)Converts the input content to athe specified target content type.voidContentConversionHandler. convertFile(java.lang.String inputContentFile, java.lang.String inputContentType, java.lang.String retrievalName, CmContentConversionAction action, CmContentConversionSettings outputSettings, ContentConversionResult result)Converts source content from specified source content type to target content typevoidContentConversionHandler. convertStream(java.io.InputStream inputContentStream, java.lang.String inputContentType, java.lang.String retrievalName, CmContentConversionAction action, CmContentConversionSettings outputSettings, ContentConversionResult result)Converts source content from specified source content type to target content typeCmContentConversionSettingsContentConversionServices. copySettings(CmContentConversionSettings src)Creates a copy of the specifiedCmContentConversionSettingsinstance.ContentConversionResultContentConversionServices. resume(ObjectStore objStore, byte[] deferralData, CmContentConversionSettings outputSettings)Checks and collects the result if the previously submitted conversion request has completed.voidContentConversionHandler. resumeConversion(CmContentConversionAction action, byte[] deferralData, CmContentConversionSettings outputSettings, ContentConversionResult result)Returns previously submitted conversions operation's current status or result if completed
-