public abstract class EnumerableOperationBuilder<SKey extends Key>
extends java.lang.Object
Constructor and Description |
---|
EnumerableOperationBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract DocumentOperation<SKey> |
build(SourceAdapter<SKey> sourceAdapterManager,
PushAPI pushAPI,
SKey key)
This method is called to transform a DocumentKey into a DocumentOperation
It requires a SourceAdapterManager and a PushAPI.
|
public abstract DocumentOperation<SKey> build(SourceAdapter<SKey> sourceAdapterManager, PushAPI pushAPI, SKey key) throws java.lang.Exception
sourceAdapterManager
- pushAPI
- key
- fatherOperation
- java.lang.Exception
Copyright © 2013 Dassault Systèmes, All Rights Reserved.