| Class | Description |
|---|---|
| Audit | |
| Batch<I extends BatchItem,J extends JobInfo> | |
| BatchItem | |
| ChangeSet |
Change set change descriptors.
|
| ChangeSetEntities |
The bean holding list of entity change descriptors.
|
| ChangeSetEntity |
The bean holding the Entity change description.
|
| ChangeSetEntityProperty |
The bean holding one entity property.
|
| ChangeSetModel |
The bean holding model change descriptions.
|
| ChangeSetModelKindOp |
The bean holding entity kind model update descriptor.
|
| ChangeSetModelKindPropOp |
The bean holding entity kind property model update description
Example: Operation: Example
add:
<kindprop op="add" kind="User" newName="age" property="string"
newValue="{optional-default-value}"/>
remove: <kindprop op="remove" kind="User" property="age"/>
change: <kindprop op="change" kind="User" property="age" newName="business-age"
newType="text" newValue="{optional-default-value}"/>
|
| ExportBatch |
Export DTO for rest communication
|
| ExportBatch.ExportItem | |
| ExportJobInfo |
Export job info
|
| ImportBatch |
Import DTO for rest communication
|
| ImportBatch.ImportItem | |
| ImportJobInfo |
Import job info
|
| JobInfo |
Job info
|
| JobInfoMessage | |
| KindMetaData |
Metadata for entity kind
|
| MigrationBatch |
Migration DTO for rest communication
|
| MigrationBatch.MigrationItem | |
| MigrationJobInfo |
Migration job info
|
| MigrationSet |
Migration set descriptors.
|
| MigrationSetKindOperation |
The bean holding migration set kind operations
|
| MigrationSetKindOperationAdd |
Migrations set kind operation - ADD
|
| MigrationSetKindOperationChange |
Migrations set kind operation - CHANGE
|
| MigrationSetKindOperationRemove |
Migrations set kind operation - REMOVE
|
| MigrationSetKindOperations |
The bean holding migration set kind operations
|
| MigrationSetKindOpRule |
The bean holding migration set kind rule
|
| MigrationSetKindOpRuleSet |
The bean holding migration set kind operation restrictions
|
| PropertyMetaData |
Metadata for entity kind
|
| ResourcesMapper |
Resource mapper maps model object from rest api to rest client.
|
| Enum | Description |
|---|---|
| Audit.Action | |
| Audit.Operation | |
| DataType |
Item data type
|
| JobInfoMessage.Status | |
| JobState |
Map reduce job state
|
Copyright © 2018. All rights reserved.