| Package | Description |
|---|---|
| com.holonplatform.async.datastore.operation | |
| com.holonplatform.core.datastore.operation | |
| com.holonplatform.core.datastore.operation.commons |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDelete
Asynchronous delete
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncInsert
Asynchronous insert
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncRefresh
Asynchronous refresh
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncSave
Asynchronous save
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncUpdate
Asynchronous update
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Delete
Executable delete datastore operation.
|
interface |
Insert
Executable insert datastore operation.
|
interface |
Refresh
Executable refresh datastore operation.
|
interface |
Save
Executable save datastore operation.
|
interface |
Update
Executable update datastore operation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyBoxOperation<O extends PropertyBoxOperation<O,C>,C extends PropertyBoxOperationConfiguration>
A
DatastoreOperation which supports/requires a PropertyBox value. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutablePropertyBoxOperation<R,O extends ExecutablePropertyBoxOperation<R,O>>
An executable
PropertyBoxOperation, through the ExecutableOperation API. |
Copyright © 2019 The Holon Platform. All rights reserved.