public interface ITransformationConnector extends IPipelineConnector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
DOCUMENTSTATUS_ACCEPTED, DOCUMENTSTATUS_REJECTED
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getActivitiesList()
Return a list of activities that this connector generates.
|
boolean |
requestInfo(Configuration output,
java.lang.String command)
Request arbitrary connector information.
|
addOrReplaceDocumentWithException, checkDateIndexable, checkDocumentIndexable, checkLengthIndexable, checkMimeTypeIndexable, checkURLIndexable, getFormCheckJavascriptMethodName, getFormPresaveCheckJavascriptMethodName, getPipelineDescription, outputSpecificationBody, outputSpecificationHeader, processSpecificationPost, viewSpecification
check, clearThreadContext, connect, deinstall, disconnect, getConfiguration, install, isConnected, outputConfigurationBody, outputConfigurationHeader, poll, processConfigurationPost, setThreadContext, viewConfiguration
static final java.lang.String _rcsid
java.lang.String[] getActivitiesList()
boolean requestInfo(Configuration output, java.lang.String command) throws ManifoldCFException
output
- is the response object, to be filled in by this method.command
- is the command, which is taken directly from the API request.ManifoldCFException