-
Packages that use CmContentConversionAction Package Description 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 CmContentConversionAction in com.filenet.api.core
Methods in com.filenet.api.core that return CmContentConversionAction Modifier and Type Method and Description static CmContentConversionActionFactory.CmContentConversionAction. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmContentConversionActionclass to be persisted in the specified object store.static CmContentConversionActionFactory.CmContentConversionAction. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmContentConversionActionclass to be persisted in the specified object store.static CmContentConversionActionFactory.CmContentConversionAction. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmContentConversionActionclass by the specified object ID from the specified object store.static CmContentConversionActionFactory.CmContentConversionAction. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmContentConversionActionclass from the specified object store. -
Uses of CmContentConversionAction in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmContentConversionAction Modifier and Type Method and Description 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 typevoidContentConversionHandler. resumeConversion(CmContentConversionAction action, byte[] deferralData, CmContentConversionSettings outputSettings, ContentConversionResult result)Returns previously submitted conversions operation's current status or result if completed
-