| Modifier and Type | Field and Description |
|---|---|
static LogEntrySet |
EMPTY_SET |
| Constructor and Description |
|---|
LogEntrySet() |
LogEntrySet(java.util.Collection<LogEntry> objects) |
LogEntrySet(LogEntry... objects) |
| Modifier and Type | Method and Description |
|---|---|
LogEntryPO |
filterLogEntryPO() |
LogEntrySet |
filterNodeName(java.lang.String value)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the nodeName attribute matches the parameter value.
|
LogEntrySet |
filterNodeName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the nodeName attribute is between lower and upper.
|
LogEntrySet |
filterTaskName(java.lang.String value)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the taskName attribute matches the parameter value.
|
LogEntrySet |
filterTaskName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the taskName attribute is between lower and upper.
|
LogEntrySet |
getChildren() |
LogEntrySet |
getChildrenTransitive() |
java.lang.String |
getEntryType() |
LoggerSet |
getLogger() |
de.uniks.networkparser.list.StringList |
getNodeName() |
LogEntrySet |
getParent() |
LogEntrySet |
getParentTransitive() |
de.uniks.networkparser.list.StringList |
getTaskName() |
LogEntrySet |
hasChildren(java.lang.Object value) |
LogEntryPO |
hasLogEntryPO() |
LogEntrySet |
hasLogger(java.lang.Object value) |
LogEntrySet |
hasNodeName(java.lang.String value) |
LogEntrySet |
hasNodeName(java.lang.String lower,
java.lang.String upper) |
LogEntrySet |
hasParent(java.lang.Object value) |
LogEntrySet |
hasTaskName(java.lang.String value) |
LogEntrySet |
hasTaskName(java.lang.String lower,
java.lang.String upper) |
LogEntrySet |
with(java.lang.Object value) |
LogEntrySet |
withChildren(LogEntry value) |
LogEntrySet |
withLogger(Logger value) |
LogEntrySet |
withNodeName(java.lang.String value) |
LogEntrySet |
without(LogEntry value) |
LogEntrySet |
withoutChildren(LogEntry value) |
LogEntrySet |
withParent(LogEntry value) |
LogEntrySet |
withTaskName(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, withVisiblefinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final LogEntrySet EMPTY_SET
public LogEntrySet()
public LogEntrySet(LogEntry... objects)
public LogEntrySet(java.util.Collection<LogEntry> objects)
public LogEntryPO hasLogEntryPO()
public LogEntrySet with(java.lang.Object value)
public LogEntrySet without(LogEntry value)
public de.uniks.networkparser.list.StringList getNodeName()
public LogEntrySet hasNodeName(java.lang.String value)
public LogEntrySet hasNodeName(java.lang.String lower, java.lang.String upper)
public LogEntrySet withNodeName(java.lang.String value)
public de.uniks.networkparser.list.StringList getTaskName()
public LogEntrySet hasTaskName(java.lang.String value)
public LogEntrySet hasTaskName(java.lang.String lower, java.lang.String upper)
public LogEntrySet withTaskName(java.lang.String value)
public LoggerSet getLogger()
public LogEntrySet hasLogger(java.lang.Object value)
public LogEntrySet withLogger(Logger value)
public LogEntrySet getChildren()
public LogEntrySet hasChildren(java.lang.Object value)
public LogEntrySet getChildrenTransitive()
public LogEntrySet withChildren(LogEntry value)
public LogEntrySet withoutChildren(LogEntry value)
public LogEntrySet getParent()
public LogEntrySet hasParent(java.lang.Object value)
public LogEntrySet getParentTransitive()
public LogEntrySet withParent(LogEntry value)
public LogEntryPO filterLogEntryPO()
public java.lang.String getEntryType()
public LogEntrySet filterNodeName(java.lang.String value)
value - Search valuepublic LogEntrySet filterNodeName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic LogEntrySet filterTaskName(java.lang.String value)
value - Search valuepublic LogEntrySet filterTaskName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound