public abstract class TableTransformationWorkerFactory extends TransformationWorkerFactory
| Constructor and Description |
|---|
TableTransformationWorkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getOperationDescription() |
OperationDescriptor |
getOperationDescriptor() |
protected OperationId |
getOperationId() |
protected abstract String |
getOperationName() |
protected OperationScope |
getOperationScope() |
protected OperationType |
getOperationType() |
protected abstract List<Parameter> |
getParameters() |
protected void |
performBaseChecks(OperationInvocation invocation)
Check for column id or table id presence according to the table scope and check presence and types of each required
LeafParameter |
getPostprocessingOperations, getPrecoditionalOperations, getPreprocessingOperationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateWorkerprotected OperationType getOperationType()
protected OperationScope getOperationScope()
protected abstract String getOperationName()
protected abstract String getOperationDescription()
protected OperationId getOperationId()
public OperationDescriptor getOperationDescriptor()
getOperationDescriptor in interface WorkerFactoryprotected void performBaseChecks(OperationInvocation invocation) throws InvalidInvocationException
LeafParameterinvocation - the invocation to checkInvalidInvocationException - an error reporting what is wrongCopyright © 2013. All Rights Reserved.