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 as
EntireNetwork , 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CmTextExtractionSettings
This class is not supported.
|
Modifier and Type | Method and Description |
---|---|
static CmContentConversionSettings |
Factory.CmContentConversionSettings.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the
CmContentConversionSettings class, to be persisted in the
specified object store, based on the class ID. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the
CmContentConversionSettings class, to be persisted in the
specified object store, based on the class ID and GUID. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentConversionSettings class
by the specified object ID from the specified object store. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmContentConversionSettings class from the
specified object store. |
Modifier and Type | Method and Description |
---|---|
CmContentConversionSettings |
ContentConversionServices.copySettings(CmContentConversionSettings src)
Creates a copy of the specified
CmContentConversionSettings instance. |
CmContentConversionSettings |
ContentConversionServices.createDefaultSettings(ObjectStore objStore,
java.lang.String conversionSettingsClass)
Creates an instance initialized with the default property values of the specified conversion settings class.
|
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.
|
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
|
CmContentConversionSettings |
ContentConversionServices.copySettings(CmContentConversionSettings src)
Creates a copy of the specified
CmContentConversionSettings instance. |
ContentConversionResult |
ContentConversionServices.resume(ObjectStore objStore,
byte[] deferralData,
CmContentConversionSettings outputSettings)
Checks and collects the result if the previously submitted conversion request has completed.
|
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.