| 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 |
|---|---|
LogEntrySet |
filterExecutedBy(java.lang.String value)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the executedBy attribute matches the parameter value.
|
LogEntrySet |
filterExecutedBy(java.lang.String lower,
java.lang.String upper)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the executedBy attribute is between lower and upper.
|
LogEntryPO |
filterLogEntryPO() |
LogEntrySet |
filterStepName(java.lang.String value)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the stepName attribute matches the parameter value.
|
LogEntrySet |
filterStepName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the stepName attribute is between lower and upper.
|
LogEntrySet |
filterTimeStamp(long value)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the timeStamp attribute matches the parameter value.
|
LogEntrySet |
filterTimeStamp(long lower,
long upper)
Loop through the current set of LogEntry objects and collect those LogEntry objects where the timeStamp attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getExecutedBy() |
de.uniks.networkparser.list.StringList |
getStepName() |
TaskSet |
getTask() |
longList |
getTimeStamp() |
LogEntrySet |
hasExecutedBy(java.lang.String value) |
LogEntrySet |
hasExecutedBy(java.lang.String lower,
java.lang.String upper) |
LogEntryPO |
hasLogEntryPO() |
LogEntrySet |
hasStepName(java.lang.String value) |
LogEntrySet |
hasStepName(java.lang.String lower,
java.lang.String upper) |
LogEntrySet |
hasTask(java.lang.Object value) |
LogEntrySet |
hasTimeStamp(long value) |
LogEntrySet |
hasTimeStamp(long lower,
long upper) |
LogEntrySet |
with(java.lang.Object value) |
LogEntrySet |
withExecutedBy(java.lang.String value) |
LogEntrySet |
without(LogEntry value) |
LogEntrySet |
withStepName(java.lang.String value) |
LogEntrySet |
withTask(Task value) |
LogEntrySet |
withTimeStamp(long 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, hashCode, 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 getStepName()
public LogEntrySet hasStepName(java.lang.String value)
public LogEntrySet hasStepName(java.lang.String lower, java.lang.String upper)
public LogEntrySet withStepName(java.lang.String value)
public de.uniks.networkparser.list.StringList getExecutedBy()
public LogEntrySet hasExecutedBy(java.lang.String value)
public LogEntrySet hasExecutedBy(java.lang.String lower, java.lang.String upper)
public LogEntrySet withExecutedBy(java.lang.String value)
public longList getTimeStamp()
public LogEntrySet hasTimeStamp(long value)
public LogEntrySet hasTimeStamp(long lower, long upper)
public LogEntrySet withTimeStamp(long value)
public TaskSet getTask()
public LogEntrySet hasTask(java.lang.Object value)
public LogEntrySet withTask(Task value)
public LogEntryPO filterLogEntryPO()
public java.lang.String getEntryType()
public LogEntrySet filterStepName(java.lang.String value)
value - Search valuepublic LogEntrySet filterStepName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic LogEntrySet filterExecutedBy(java.lang.String value)
value - Search valuepublic LogEntrySet filterExecutedBy(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic LogEntrySet filterTimeStamp(long value)
value - Search valuepublic LogEntrySet filterTimeStamp(long lower, long upper)
lower - Lower boundupper - Upper bound