public class ActionQueue extends Object
| Constructor and Description |
|---|
ActionQueue(Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
getBundle() |
int |
getLobHash() |
String |
getMarshalledBundle() |
int |
getNextRevision() |
int |
getPrevRevision() |
List<RefProperty> |
getRefs() |
List<Tuple> |
getToDelete() |
List<Tuple> |
getToInsert() |
List<Tuple> |
getToUpdate() |
boolean |
hasRefs() |
boolean |
hasToDelete() |
boolean |
hasToInsert() |
boolean |
hasToUpdate() |
boolean |
isCreate() |
void |
setCreate(boolean create) |
void |
setMarshalledBundle(String marshalledBundle) |
void |
setNextRevision(int nextRevision) |
void |
setPrevRevision(int prevRevision) |
void |
toDelete(Tuple t) |
void |
toInsert(Tuple t) |
void |
toRef(RefProperty p) |
String |
toString() |
void |
toUpdate(Tuple t) |
public ActionQueue(Bundle bundle)
public void toInsert(Tuple t)
public void toUpdate(Tuple t)
public void toDelete(Tuple t)
public void toRef(RefProperty p)
public void setMarshalledBundle(String marshalledBundle)
public boolean hasToInsert()
public boolean hasToUpdate()
public boolean hasToDelete()
public boolean hasRefs()
public Bundle getBundle()
public boolean isCreate()
public String getMarshalledBundle()
public int getLobHash()
public int getPrevRevision()
public int getNextRevision()
public List<RefProperty> getRefs()
public void setCreate(boolean create)
public void setPrevRevision(int prevRevision)
public void setNextRevision(int nextRevision)
Copyright © 2021. All rights reserved.