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.
|
Modifier and Type | Method and Description |
---|---|
ContentConversionResult |
ContentConversionServices.convert(ObjectStore objStore,
IndependentlyPersistableObject sourceObject,
int elementSequenceNumber,
CmContentConversionSettings outputSettings,
boolean allowAsync)
Converts the specified content element to the specified target content type.
|
ContentConversionResult |
ContentConversionServices.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.
|
ContentConversionResult |
ContentConversionServices.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.
|
ContentConversionResult |
ContentConversionServices.resume(ObjectStore objStore,
byte[] deferralData,
CmContentConversionSettings outputSettings)
Checks and collects the result if the previously submitted conversion request has completed.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentConversionHandler.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 type
|
void |
ContentConversionHandler.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 type
|
void |
ContentConversionHandler.resumeConversion(CmContentConversionAction action,
byte[] deferralData,
CmContentConversionSettings outputSettings,
ContentConversionResult result)
Returns previously submitted conversions operation's current status or result if completed
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.