Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.rest |
Modifier and Type | Method and Description |
---|---|
void |
IOperationDelegate.onOperationFailed(IOperation operation)
Notifies this listener that the watched
IOperation failed. |
void |
AbstractOperationDelegate.onOperationFailed(IOperation operation) |
void |
IOperationDelegate.onOperationFinished(IOperation operation)
Notifies this listener that the watched
IOperation finished. |
void |
AbstractOperationDelegate.onOperationFinished(IOperation operation) |
void |
DatasourceAwareDelegateTransformer.onOperationSuccessful(IOperation operation)
reads the result from the operation (takes "expression" and
"filterExpression" into account) and calls the
DatasourceAwareDelegateTransformer.attachElements(AbstractListDatasource) method |
abstract void |
AbstractOperationDelegate.onOperationSuccessful(IOperation operation)
Is called when the operation executed successfully (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizableOperation
The
AbstractSynchronizableOperation implements all necessary
members from it's super class IOperation and provides the possibility
to notify all registered listeners in a thread-safe manner. |
class |
AbstractThreadedOperation
The
AbstractThreadedOperation is an asynchronous executed
operation. |
class |
FileLoadOperation
This class loads a resource from the file system into a String.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultipartRestOperation
The
AbstractMultipartRestOperation is an extension of
AbstractRestOperation that adds support for HTTP multipart POST or
PUT requests. |
class |
AbstractRestOperation
The
AbstractRestOperation is an thread save, derivable
abstraction for remote communication using Representational state transfer
(REST). |