public class SyncActions extends Object
| Constructor and Description |
|---|
SyncActions() |
| Modifier and Type | Method and Description |
|---|---|
List<RefProperty> |
getRefs()
all refs that are present in [next] bundle
|
List<EntityProperty> |
getToDelete()
entities to delete
|
List<EntityProperty> |
getToInsert()
entities to insert
|
List<EntityProperty> |
getToUpdate()
entities to update [next value]
|
List<EntityProperty> |
getToUpdatePrev()
entities to update [prev value]
|
boolean |
hasDelete() |
boolean |
hasInsert() |
boolean |
hasUpdate() |
String |
toString() |
public boolean hasInsert()
public boolean hasUpdate()
public boolean hasDelete()
public List<EntityProperty> getToInsert()
public List<EntityProperty> getToUpdate()
public List<EntityProperty> getToUpdatePrev()
public List<EntityProperty> getToDelete()
public List<RefProperty> getRefs()
Copyright © 2021. All rights reserved.