| Modifier and Type | Field and Description |
|---|---|
static LogEntrySet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
LogEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
StringList |
getExecutedBy() |
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, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, toString, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final LogEntrySet EMPTY_SET
public LogEntryPO hasLogEntryPO()
public java.lang.String getEntryType()
public LogEntrySet with(java.lang.Object value)
public LogEntrySet without(LogEntry value)
public 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 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)