| Modifier and Type | Field and Description |
|---|---|
int |
action |
HashSet<BaseRelationship> |
addRelCache |
protected BaseNode |
baseNode |
HashSet<BaseRelationship> |
delRelCache |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
static CommitItem |
add(BaseNode node) |
void |
addRelationship(BaseRelationship rel) |
static CommitItem |
delete(BaseNode node) |
void |
deleteRelationship(BaseRelationship rel) |
int |
getAction() |
String |
getID() |
BaseNode |
getNode() |
boolean |
isActive() |
void |
setAction(int act) |
void |
setValues(Document values) |
void |
suspend() |
protected BaseNode baseNode
public HashSet<BaseRelationship> addRelCache
public HashSet<BaseRelationship> delRelCache
public int action
public static CommitItem add(BaseNode node)
public static CommitItem delete(BaseNode node)
public void addRelationship(BaseRelationship rel)
public void deleteRelationship(BaseRelationship rel)
public String getID()
public BaseNode getNode()
public void suspend()
public void activate()
public void setValues(Document values)
public boolean isActive()
public int getAction()
public void setAction(int act)
Copyright © 2021. All rights reserved.