public interface ITransformationConnector extends IPipelineConnector
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
DOCUMENTSTATUS_ACCEPTED, DOCUMENTSTATUS_REJECTED
Modifier and Type | Method and Description |
---|---|
String[] |
getActivitiesList()
Return a list of activities that this connector generates.
|
boolean |
requestInfo(Configuration output,
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 String _rcsid
String[] getActivitiesList()
boolean requestInfo(Configuration output, 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