| Modifier and Type | Field and Description |
|---|---|
static BoardTaskSet |
EMPTY_SET |
| Constructor and Description |
|---|
BoardTaskSet() |
BoardTaskSet(BoardTask... objects) |
BoardTaskSet(java.util.Collection<BoardTask> objects) |
| Modifier and Type | Method and Description |
|---|---|
BoardTaskSet |
execute() |
BoardTaskPO |
filterBoardTaskPO() |
BoardTaskSet |
filterManualExecution(boolean value)
Loop through the current set of BoardTask objects and collect those BoardTask objects where the manualExecution attribute matches the parameter value.
|
BoardTaskSet |
filterName(java.lang.String value)
Loop through the current set of BoardTask objects and collect those BoardTask objects where the name attribute matches the parameter value.
|
BoardTaskSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of BoardTask objects and collect those BoardTask objects where the name attribute is between lower and upper.
|
BoardTaskSet |
filterStashedPropertyChangeEvent(java.beans.PropertyChangeEvent value)
Loop through the current set of BoardTask objects and collect those BoardTask objects where the stashedPropertyChangeEvent attribute matches the parameter value.
|
BoardTaskSet |
filterStatus(java.lang.String value)
Loop through the current set of BoardTask objects and collect those BoardTask objects where the status attribute matches the parameter value.
|
BoardTaskSet |
filterStatus(java.lang.String lower,
java.lang.String upper)
Loop through the current set of BoardTask objects and collect those BoardTask objects where the status attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
LaneSet |
getLane() |
LogEntrySet |
getLogEntries() |
booleanList |
getManualExecution() |
de.uniks.networkparser.list.StringList |
getName() |
BoardTaskSet |
getNext() |
BoardTaskSet |
getNextTransitive() |
BoardTaskSet |
getPrev() |
BoardTaskSet |
getPrevTransitive() |
SeppelSpaceProxySet |
getProxy() |
PropertyChangeEventSet |
getStashedPropertyChangeEvent() |
de.uniks.networkparser.list.StringList |
getStatus() |
BoardTaskPO |
hasBoardTaskPO() |
BoardTaskSet |
hasLane(java.lang.Object value) |
BoardTaskSet |
hasLogEntries(java.lang.Object value) |
BoardTaskSet |
hasManualExecution(boolean value) |
BoardTaskSet |
hasName(java.lang.String value) |
BoardTaskSet |
hasName(java.lang.String lower,
java.lang.String upper) |
BoardTaskSet |
hasNext(java.lang.Object value) |
BoardTaskSet |
hasPrev(java.lang.Object value) |
BoardTaskSet |
hasProxy(java.lang.Object value) |
BoardTaskSet |
hasStashedPropertyChangeEvent(java.beans.PropertyChangeEvent value) |
BoardTaskSet |
hasStatus(java.lang.String value) |
BoardTaskSet |
hasStatus(java.lang.String lower,
java.lang.String upper) |
BoardTaskSet |
with(java.lang.Object value) |
BoardTaskSet |
withLane(Lane value) |
BoardTaskSet |
withLogEntries(LogEntry value) |
BoardTaskSet |
withManualExecution(boolean value) |
BoardTaskSet |
withName(java.lang.String value) |
BoardTaskSet |
withNext(BoardTask value) |
BoardTaskSet |
without(BoardTask value) |
BoardTaskSet |
withoutLogEntries(LogEntry value) |
BoardTaskSet |
withoutNext(BoardTask value) |
BoardTaskSet |
withoutPrev(BoardTask value) |
BoardTaskSet |
withPrev(BoardTask value) |
BoardTaskSet |
withProxy(SeppelSpaceProxy value) |
BoardTaskSet |
withStashedPropertyChangeEvent(java.beans.PropertyChangeEvent value) |
BoardTaskSet |
withStatus(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 BoardTaskSet EMPTY_SET
public BoardTaskSet()
public BoardTaskSet(BoardTask... objects)
public BoardTaskSet(java.util.Collection<BoardTask> objects)
public BoardTaskPO hasBoardTaskPO()
public BoardTaskSet with(java.lang.Object value)
public BoardTaskSet without(BoardTask value)
public de.uniks.networkparser.list.StringList getName()
public BoardTaskSet hasName(java.lang.String value)
public BoardTaskSet hasName(java.lang.String lower, java.lang.String upper)
public BoardTaskSet withName(java.lang.String value)
public de.uniks.networkparser.list.StringList getStatus()
public BoardTaskSet hasStatus(java.lang.String value)
public BoardTaskSet hasStatus(java.lang.String lower, java.lang.String upper)
public BoardTaskSet withStatus(java.lang.String value)
public LogEntrySet getLogEntries()
public BoardTaskSet hasLogEntries(java.lang.Object value)
public BoardTaskSet withLogEntries(LogEntry value)
public BoardTaskSet withoutLogEntries(LogEntry value)
public LaneSet getLane()
public BoardTaskSet hasLane(java.lang.Object value)
public BoardTaskSet withLane(Lane value)
public BoardTaskSet getNext()
public BoardTaskSet hasNext(java.lang.Object value)
public BoardTaskSet getNextTransitive()
public BoardTaskSet withNext(BoardTask value)
public BoardTaskSet withoutNext(BoardTask value)
public BoardTaskSet getPrev()
public BoardTaskSet hasPrev(java.lang.Object value)
public BoardTaskSet getPrevTransitive()
public BoardTaskSet withPrev(BoardTask value)
public BoardTaskSet withoutPrev(BoardTask value)
public SeppelSpaceProxySet getProxy()
public BoardTaskSet hasProxy(java.lang.Object value)
public BoardTaskSet withProxy(SeppelSpaceProxy value)
public booleanList getManualExecution()
public BoardTaskSet hasManualExecution(boolean value)
public BoardTaskSet withManualExecution(boolean value)
public BoardTaskSet execute()
public BoardTaskSet hasStashedPropertyChangeEvent(java.beans.PropertyChangeEvent value)
public BoardTaskSet withStashedPropertyChangeEvent(java.beans.PropertyChangeEvent value)
public PropertyChangeEventSet getStashedPropertyChangeEvent()
public BoardTaskPO filterBoardTaskPO()
public java.lang.String getEntryType()
public BoardTaskSet filterName(java.lang.String value)
value - Search valuepublic BoardTaskSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic BoardTaskSet filterStatus(java.lang.String value)
value - Search valuepublic BoardTaskSet filterStatus(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic BoardTaskSet filterManualExecution(boolean value)
value - Search valuepublic BoardTaskSet filterStashedPropertyChangeEvent(java.beans.PropertyChangeEvent value)
value - Search value