public class ActionChangeSet extends Object
| Constructor and Description |
|---|
ActionChangeSet() |
ActionChangeSet(String description,
String stateFilePath) |
| 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() |
String |
getStateFilePath() |
boolean |
isEmpty() |
void |
removeDeletedChange(IdentifyingAttributes identifyingAttributes) |
void |
removeInsertChange(Element element) |
String |
toString() |
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()
public String getStateFilePath()
Copyright © 2019 ReTest GmbH. All rights reserved.