public class ActionChangeSet extends Object
| Constructor and Description |
|---|
ActionChangeSet() |
ActionChangeSet(String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeletedChange(IdentifyingAttributes identifyingAttributes) |
void |
addInsertChange(Element element) |
boolean |
containsDeletedChange(IdentifyingAttributes identifyingAttributes) |
boolean |
containsInsertChange(Element element) |
AttributeChanges |
getAttributesChanges() |
Set<IdentifyingAttributes> |
getDeletedChanges() |
String |
getDescription() |
AttributeChanges |
getIdentAttributeChanges() |
Set<Element> |
getInsertedChanges() |
boolean |
isEmpty() |
void |
removeDeletedChange(IdentifyingAttributes identifyingAttributes) |
void |
removeInsertChange(Element element) |
String |
toString() |
public ActionChangeSet()
public ActionChangeSet(String description)
public AttributeChanges getIdentAttributeChanges()
public AttributeChanges getAttributesChanges()
public boolean containsInsertChange(Element element)
public void addInsertChange(Element element)
public void removeInsertChange(Element element)
public boolean containsDeletedChange(IdentifyingAttributes identifyingAttributes)
public void addDeletedChange(IdentifyingAttributes identifyingAttributes)
public void removeDeletedChange(IdentifyingAttributes identifyingAttributes)
public Set<IdentifyingAttributes> getDeletedChanges()
public boolean isEmpty()
public String getDescription()
Copyright © 2018 ReTest GmbH. All rights reserved.