| Modifier and Type | Field and Description |
|---|---|
static LoggerSet |
EMPTY_SET |
| Constructor and Description |
|---|
LoggerSet() |
LoggerSet(java.util.Collection<Logger> objects) |
LoggerSet(Logger... objects) |
| Modifier and Type | Method and Description |
|---|---|
LoggerSet |
filterIdMap(SDMLibJsonIdMap value)
Loop through the current set of Logger objects and collect those Logger objects where the idMap attribute matches the parameter value.
|
LoggerPO |
filterLoggerPO() |
LoggerSet |
filterStartPeer(PeerProxy value)
Loop through the current set of Logger objects and collect those Logger objects where the startPeer attribute matches the parameter value.
|
LoggerSet |
filterTaskNo(int value)
Loop through the current set of Logger objects and collect those Logger objects where the taskNo attribute matches the parameter value.
|
LoggerSet |
filterTaskNo(int lower,
int upper)
Loop through the current set of Logger objects and collect those Logger objects where the taskNo attribute is between lower and upper.
|
LogEntrySet |
getEntries() |
java.lang.String |
getEntryType() |
SDMLibJsonIdMapSet |
getIdMap() |
TaskFlowSet |
getParent() |
TaskFlowSet |
getParentTransitive() |
PeerProxySet |
getStartPeer() |
TaskFlowSet |
getSubFlow() |
TaskFlowSet |
getSubFlowTransitive() |
intList |
getTaskNo() |
LoggerSet |
hasEntries(java.lang.Object value) |
LoggerSet |
hasIdMap(SDMLibJsonIdMap value) |
LoggerPO |
hasLoggerPO() |
LoggerSet |
hasParent(java.lang.Object value) |
LoggerSet |
hasStartPeer(PeerProxy value) |
LoggerSet |
hasSubFlow(java.lang.Object value) |
LoggerSet |
hasTaskNo(int value) |
LoggerSet |
hasTaskNo(int lower,
int upper) |
LoggerSet |
with(java.lang.Object value) |
LoggerSet |
withEntries(LogEntry value) |
LoggerSet |
withIdMap(SDMLibJsonIdMap value) |
LoggerSet |
without(Logger value) |
LoggerSet |
withoutEntries(LogEntry value) |
LoggerSet |
withParent(TaskFlow value) |
LoggerSet |
withStartPeer(PeerProxy value) |
LoggerSet |
withSubFlow(TaskFlow value) |
LoggerSet |
withTaskNo(int 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 LoggerSet EMPTY_SET
public LoggerSet()
public LoggerSet(Logger... objects)
public LoggerSet(java.util.Collection<Logger> objects)
public LoggerPO hasLoggerPO()
public LoggerSet with(java.lang.Object value)
public PeerProxySet getStartPeer()
public intList getTaskNo()
public LoggerSet hasTaskNo(int value)
public LoggerSet hasTaskNo(int lower, int upper)
public LoggerSet withTaskNo(int value)
public SDMLibJsonIdMapSet getIdMap()
public LoggerSet hasIdMap(SDMLibJsonIdMap value)
public LoggerSet withIdMap(SDMLibJsonIdMap value)
public TaskFlowSet getSubFlow()
public LoggerSet hasSubFlow(java.lang.Object value)
public TaskFlowSet getSubFlowTransitive()
public TaskFlowSet getParent()
public LoggerSet hasParent(java.lang.Object value)
public TaskFlowSet getParentTransitive()
public LogEntrySet getEntries()
public LoggerSet hasEntries(java.lang.Object value)
public LoggerPO filterLoggerPO()
public java.lang.String getEntryType()
public LoggerSet filterStartPeer(PeerProxy value)
value - Search valuepublic LoggerSet filterTaskNo(int value)
value - Search valuepublic LoggerSet filterTaskNo(int lower, int upper)
lower - Lower boundupper - Upper boundpublic LoggerSet filterIdMap(SDMLibJsonIdMap value)
value - Search value