public class ReplicationChangeSet extends java.util.TreeSet<ReplicationChange> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static ReplicationChangeSet |
EMPTY_SET |
| Constructor and Description |
|---|
ReplicationChangeSet() |
ReplicationChangeSet(java.util.Collection<ReplicationChange> objects) |
ReplicationChangeSet(ReplicationChange... objects) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationChangePO |
createReplicationChangePO() |
ReplicationChangeSet |
filter(de.uniks.networkparser.interfaces.Condition<ReplicationChange> condition) |
ReplicationChangeSet |
filterChangeMsg(java.lang.String value)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the changeMsg attribute matches the parameter value.
|
ReplicationChangeSet |
filterChangeMsg(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the changeMsg attribute is between lower and upper.
|
ReplicationChangeSet |
filterHistoryIdNumber(long value)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the historyIdNumber attribute matches the parameter value.
|
ReplicationChangeSet |
filterHistoryIdNumber(long lower,
long upper)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the historyIdNumber attribute is between lower and upper.
|
ReplicationChangeSet |
filterHistoryIdPrefix(java.lang.String value)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the historyIdPrefix attribute matches the parameter value.
|
ReplicationChangeSet |
filterHistoryIdPrefix(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the historyIdPrefix attribute is between lower and upper.
|
ReplicationChangeSet |
filterIsToManyProperty(boolean value)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the isToManyProperty attribute matches the parameter value.
|
ReplicationChangePO |
filterReplicationChangePO() |
ReplicationChangeSet |
filterTargetObjectId(java.lang.String value)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the targetObjectId attribute matches the parameter value.
|
ReplicationChangeSet |
filterTargetObjectId(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the targetObjectId attribute is between lower and upper.
|
ReplicationChangeSet |
filterTargetProperty(java.lang.String value)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the targetProperty attribute matches the parameter value.
|
ReplicationChangeSet |
filterTargetProperty(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ReplicationChange objects and collect those ReplicationChange objects where the targetProperty attribute is between lower and upper.
|
de.uniks.networkparser.list.StringList |
getChangeMsg() |
java.lang.String |
getEntryType() |
ChangeHistorySet |
getHistory() |
longList |
getHistoryIdNumber() |
de.uniks.networkparser.list.StringList |
getHistoryIdPrefix() |
booleanList |
getIsToManyProperty() |
LogEntrySet |
getLogEntries() |
ReplicationChangeSet |
getNewList(boolean keyValue) |
de.uniks.networkparser.list.StringList |
getTargetObjectId() |
de.uniks.networkparser.list.StringList |
getTargetProperty() |
ReplicationChangeSet |
hasChangeMsg(java.lang.String value) |
ReplicationChangeSet |
hasChangeMsg(java.lang.String lower,
java.lang.String upper) |
ReplicationChangeSet |
hasHistory(java.lang.Object value) |
ReplicationChangeSet |
hasHistoryIdNumber(long value) |
ReplicationChangeSet |
hasHistoryIdNumber(long lower,
long upper) |
ReplicationChangeSet |
hasHistoryIdPrefix(java.lang.String value) |
ReplicationChangeSet |
hasHistoryIdPrefix(java.lang.String lower,
java.lang.String upper) |
ReplicationChangeSet |
hasIsToManyProperty(boolean value) |
ReplicationChangeSet |
hasLogEntries(java.lang.Object value) |
ReplicationChangePO |
hasReplicationChangePO() |
ReplicationChangeSet |
hasTargetObjectId(java.lang.String value) |
ReplicationChangeSet |
hasTargetObjectId(java.lang.String lower,
java.lang.String upper) |
ReplicationChangeSet |
hasTargetProperty(java.lang.String value) |
ReplicationChangeSet |
hasTargetProperty(java.lang.String lower,
java.lang.String upper) |
ReplicationChangeSet |
with(java.lang.Object value) |
ReplicationChangeSet |
withChangeMsg(java.lang.String value) |
ReplicationChangeSet |
withHistory(ChangeHistory value) |
ReplicationChangeSet |
withHistoryIdNumber(long value) |
ReplicationChangeSet |
withHistoryIdPrefix(java.lang.String value) |
ReplicationChangeSet |
withIsToManyProperty(boolean value) |
ReplicationChangeSet |
withLogEntries(LogEntry value) |
ReplicationChangeSet |
without(ReplicationChange value) |
ReplicationChangeSet |
withoutLogEntries(LogEntry value) |
ReplicationChangeSet |
withTargetObjectId(java.lang.String value) |
ReplicationChangeSet |
withTargetProperty(java.lang.String value) |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final ReplicationChangeSet EMPTY_SET
public ReplicationChangeSet()
public ReplicationChangeSet(ReplicationChange... objects)
public ReplicationChangeSet(java.util.Collection<ReplicationChange> objects)
public ReplicationChangePO hasReplicationChangePO()
public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic ReplicationChangeSet with(java.lang.Object value)
public ReplicationChangeSet without(ReplicationChange value)
public de.uniks.networkparser.list.StringList getHistoryIdPrefix()
public ReplicationChangeSet hasHistoryIdPrefix(java.lang.String value)
public ReplicationChangeSet hasHistoryIdPrefix(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withHistoryIdPrefix(java.lang.String value)
public longList getHistoryIdNumber()
public ReplicationChangeSet hasHistoryIdNumber(long value)
public ReplicationChangeSet hasHistoryIdNumber(long lower, long upper)
public ReplicationChangeSet withHistoryIdNumber(long value)
public de.uniks.networkparser.list.StringList getTargetObjectId()
public ReplicationChangeSet hasTargetObjectId(java.lang.String value)
public ReplicationChangeSet hasTargetObjectId(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withTargetObjectId(java.lang.String value)
public de.uniks.networkparser.list.StringList getTargetProperty()
public ReplicationChangeSet hasTargetProperty(java.lang.String value)
public ReplicationChangeSet hasTargetProperty(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withTargetProperty(java.lang.String value)
public booleanList getIsToManyProperty()
public ReplicationChangeSet hasIsToManyProperty(boolean value)
public ReplicationChangeSet withIsToManyProperty(boolean value)
public de.uniks.networkparser.list.StringList getChangeMsg()
public ReplicationChangeSet hasChangeMsg(java.lang.String value)
public ReplicationChangeSet hasChangeMsg(java.lang.String lower, java.lang.String upper)
public ReplicationChangeSet withChangeMsg(java.lang.String value)
public LogEntrySet getLogEntries()
public ReplicationChangeSet hasLogEntries(java.lang.Object value)
public ReplicationChangeSet withLogEntries(LogEntry value)
public ReplicationChangeSet withoutLogEntries(LogEntry value)
public ChangeHistorySet getHistory()
public ReplicationChangeSet hasHistory(java.lang.Object value)
public ReplicationChangeSet withHistory(ChangeHistory value)
public ReplicationChangePO filterReplicationChangePO()
public ReplicationChangeSet filterHistoryIdPrefix(java.lang.String value)
value - Search valuepublic ReplicationChangeSet filterHistoryIdPrefix(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ReplicationChangeSet filterHistoryIdNumber(long value)
value - Search valuepublic ReplicationChangeSet filterHistoryIdNumber(long lower, long upper)
lower - Lower boundupper - Upper boundpublic ReplicationChangeSet filterTargetObjectId(java.lang.String value)
value - Search valuepublic ReplicationChangeSet filterTargetObjectId(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ReplicationChangeSet filterTargetProperty(java.lang.String value)
value - Search valuepublic ReplicationChangeSet filterTargetProperty(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ReplicationChangeSet filterIsToManyProperty(boolean value)
value - Search valuepublic ReplicationChangeSet filterChangeMsg(java.lang.String value)
value - Search valuepublic ReplicationChangeSet filterChangeMsg(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ReplicationChangePO createReplicationChangePO()
public ReplicationChangeSet getNewList(boolean keyValue)
public ReplicationChangeSet filter(de.uniks.networkparser.interfaces.Condition<ReplicationChange> condition)