public abstract class DocumentOperation<SKey extends Key> extends Operation<SKey>
Modifier and Type | Field and Description |
---|---|
SKey |
key
The DocumentKey associated to the operation
|
m_OperationName
Constructor and Description |
---|
DocumentOperation(SKey key,
java.lang.String operationName) |
DocumentOperation(java.lang.String operationName) |
Modifier and Type | Method and Description |
---|---|
void |
execute(GenericMultiThreadedConnector<SKey> connector,
java.lang.String pipelineName) |
execute_code
public DocumentOperation(SKey key, java.lang.String operationName)
key
- operationName
- fatherOperation
- public DocumentOperation(java.lang.String operationName)
operationName
- fatherOperation
- Copyright © 2013 Dassault Systèmes, All Rights Reserved.