public class SharedSpaceSet extends de.uniks.networkparser.list.SimpleSet<SharedSpace>
| Modifier and Type | Field and Description |
|---|---|
static SharedSpaceSet |
EMPTY_SET |
| Constructor and Description |
|---|
SharedSpaceSet() |
SharedSpaceSet(java.util.Collection<SharedSpace> objects) |
SharedSpaceSet(SharedSpace... objects) |
| Modifier and Type | Method and Description |
|---|---|
SharedSpaceSet |
filterHistory(ChangeHistory value)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the history attribute matches the parameter value.
|
SharedSpaceSet |
filterJavaFXApplication(boolean value)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the javaFXApplication attribute matches the parameter value.
|
SharedSpaceSet |
filterLastChangeId(long value)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the lastChangeId attribute matches the parameter value.
|
SharedSpaceSet |
filterLastChangeId(long lower,
long upper)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the lastChangeId attribute is between lower and upper.
|
SharedSpaceSet |
filterNodeId(java.lang.String value)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the nodeId attribute matches the parameter value.
|
SharedSpaceSet |
filterNodeId(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the nodeId attribute is between lower and upper.
|
SharedSpacePO |
filterSharedSpacePO() |
SharedSpaceSet |
filterSpaceId(java.lang.String value)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the spaceId attribute matches the parameter value.
|
SharedSpaceSet |
filterSpaceId(java.lang.String lower,
java.lang.String upper)
Loop through the current set of SharedSpace objects and collect those SharedSpace objects where the spaceId attribute is between lower and upper.
|
ReplicationChannelSet |
getChannels() |
java.lang.String |
getEntryType() |
ChangeHistorySet |
getHistory() |
booleanList |
getJavaFXApplication() |
longList |
getLastChangeId() |
ReplicationNodeSet |
getNode() |
de.uniks.networkparser.list.StringList |
getNodeId() |
SocketSet |
getSocket() |
de.uniks.networkparser.list.StringList |
getSpaceId() |
de.uniks.networkparser.list.StringList |
getTargetNodeId() |
SharedSpaceSet |
hasChannels(java.lang.Object value) |
SharedSpaceSet |
hasHistory(ChangeHistory value) |
SharedSpaceSet |
hasJavaFXApplication(boolean value) |
SharedSpaceSet |
hasLastChangeId(long value) |
SharedSpaceSet |
hasLastChangeId(long lower,
long upper) |
SharedSpaceSet |
hasNode(java.lang.Object value) |
SharedSpaceSet |
hasNodeId(java.lang.String value) |
SharedSpaceSet |
hasNodeId(java.lang.String lower,
java.lang.String upper) |
SharedSpacePO |
hasSharedSpacePO() |
SharedSpaceSet |
hasSocket(java.net.Socket value) |
SharedSpaceSet |
hasSpaceId(java.lang.String value) |
SharedSpaceSet |
hasSpaceId(java.lang.String lower,
java.lang.String upper) |
SharedSpaceSet |
hasTargetNodeId(java.lang.String value) |
SharedSpaceSet |
hasTargetNodeId(java.lang.String lower,
java.lang.String upper) |
SharedSpaceSet |
with(java.lang.Object value) |
SharedSpaceSet |
withChannels(ReplicationChannel value) |
SharedSpaceSet |
withHistory(ChangeHistory value) |
SharedSpaceSet |
withJavaFXApplication(boolean value) |
SharedSpaceSet |
withLastChangeId(long value) |
SharedSpaceSet |
withNode(ReplicationNode value) |
SharedSpaceSet |
withNodeId(java.lang.String value) |
SharedSpaceSet |
without(SharedSpace value) |
SharedSpaceSet |
withoutChannels(ReplicationChannel value) |
SharedSpaceSet |
withSocket(java.net.Socket value) |
SharedSpaceSet |
withSpaceId(java.lang.String value) |
SharedSpaceSet |
withTargetNodeId(java.lang.String value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final SharedSpaceSet EMPTY_SET
public SharedSpaceSet()
public SharedSpaceSet(SharedSpace... objects)
public SharedSpaceSet(java.util.Collection<SharedSpace> objects)
public SharedSpacePO hasSharedSpacePO()
public SharedSpaceSet with(java.lang.Object value)
public SharedSpaceSet without(SharedSpace value)
public SocketSet getSocket()
public SharedSpaceSet hasSocket(java.net.Socket value)
public SharedSpaceSet withSocket(java.net.Socket value)
public de.uniks.networkparser.list.StringList getTargetNodeId()
public SharedSpaceSet hasTargetNodeId(java.lang.String value)
public SharedSpaceSet hasTargetNodeId(java.lang.String lower, java.lang.String upper)
public SharedSpaceSet withTargetNodeId(java.lang.String value)
public ReplicationNodeSet getNode()
public SharedSpaceSet hasNode(java.lang.Object value)
public SharedSpaceSet withNode(ReplicationNode value)
public ReplicationChannelSet getChannels()
public SharedSpaceSet hasChannels(java.lang.Object value)
public SharedSpaceSet withChannels(ReplicationChannel value)
public SharedSpaceSet withoutChannels(ReplicationChannel value)
public de.uniks.networkparser.list.StringList getSpaceId()
public SharedSpaceSet hasSpaceId(java.lang.String value)
public SharedSpaceSet hasSpaceId(java.lang.String lower, java.lang.String upper)
public SharedSpaceSet withSpaceId(java.lang.String value)
public ChangeHistorySet getHistory()
public SharedSpaceSet hasHistory(ChangeHistory value)
public SharedSpaceSet withHistory(ChangeHistory value)
public longList getLastChangeId()
public SharedSpaceSet hasLastChangeId(long value)
public SharedSpaceSet hasLastChangeId(long lower, long upper)
public SharedSpaceSet withLastChangeId(long value)
public de.uniks.networkparser.list.StringList getNodeId()
public SharedSpaceSet hasNodeId(java.lang.String value)
public SharedSpaceSet hasNodeId(java.lang.String lower, java.lang.String upper)
public SharedSpaceSet withNodeId(java.lang.String value)
public booleanList getJavaFXApplication()
public SharedSpaceSet hasJavaFXApplication(boolean value)
public SharedSpaceSet withJavaFXApplication(boolean value)
public SharedSpacePO filterSharedSpacePO()
public java.lang.String getEntryType()
public SharedSpaceSet filterSpaceId(java.lang.String value)
value - Search valuepublic SharedSpaceSet filterSpaceId(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SharedSpaceSet filterHistory(ChangeHistory value)
value - Search valuepublic SharedSpaceSet filterLastChangeId(long value)
value - Search valuepublic SharedSpaceSet filterLastChangeId(long lower, long upper)
lower - Lower boundupper - Upper boundpublic SharedSpaceSet filterNodeId(java.lang.String value)
value - Search valuepublic SharedSpaceSet filterNodeId(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic SharedSpaceSet filterJavaFXApplication(boolean value)
value - Search value