Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.operations |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperationDelegate
Abstract base implementation for an
IOperationDelegate . |
class |
DatasourceAwareDelegateTransformer
The
DatasourceAwareDelegateTransformer is an
IOperationDelegate implementation for AbstractRestOperation s
which also takes a IDataTransformer into account. |
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addOperationDelegate(IOperationDelegate delegate)
Adds the delivered
IOperationDelegate . |
void |
AbstractSynchronizableOperation.addOperationDelegate(IOperationDelegate delegate) |
void |
IOperation.removeOperationDelegate(IOperationDelegate delegate)
Removes the delivered
IOperationDelegate . |
void |
AbstractSynchronizableOperation.removeOperationDelegate(IOperationDelegate delegate) |