-
Packages that use ContentConversionResult Package Description 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 ContentConversionResult in com.filenet.api.engine
Methods in com.filenet.api.engine that return ContentConversionResult 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.ContentConversionResultContentConversionServices. resume(ObjectStore objStore, byte[] deferralData, CmContentConversionSettings outputSettings)Checks and collects the result if the previously submitted conversion request has completed.Methods in com.filenet.api.engine with parameters of type ContentConversionResult 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
-