public class RemoteTaskSet extends de.uniks.networkparser.list.SimpleSet<RemoteTask>
| Modifier and Type | Field and Description |
|---|---|
static RemoteTaskSet |
EMPTY_SET |
| Constructor and Description |
|---|
RemoteTaskSet() |
RemoteTaskSet(java.util.Collection<RemoteTask> objects) |
RemoteTaskSet(RemoteTask... objects) |
| Modifier and Type | Method and Description |
|---|---|
RemoteTaskSet |
filterBoardTask(BoardTask value)
Loop through the current set of RemoteTask objects and collect those RemoteTask objects where the boardTask attribute matches the parameter value.
|
RemoteTaskPO |
filterRemoteTaskPO() |
BoardTaskSet |
getBoardTask() |
java.lang.String |
getEntryType() |
LogEntrySet |
getLogEntries() |
RemoteTaskSet |
hasBoardTask(BoardTask value) |
RemoteTaskSet |
hasLogEntries(java.lang.Object value) |
java.lang.Object |
hasRemoteTaskPO() |
RemoteTaskSet |
with(java.lang.Object value) |
RemoteTaskSet |
withBoardTask(BoardTask value) |
RemoteTaskSet |
withLogEntries(LogEntry value) |
RemoteTaskSet |
without(RemoteTask value) |
RemoteTaskSet |
withoutLogEntries(LogEntry 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 RemoteTaskSet EMPTY_SET
public RemoteTaskSet()
public RemoteTaskSet(RemoteTask... objects)
public RemoteTaskSet(java.util.Collection<RemoteTask> objects)
public RemoteTaskSet with(java.lang.Object value)
public RemoteTaskSet without(RemoteTask value)
public BoardTaskSet getBoardTask()
public RemoteTaskSet hasBoardTask(BoardTask value)
public RemoteTaskSet withBoardTask(BoardTask value)
public java.lang.Object hasRemoteTaskPO()
public LogEntrySet getLogEntries()
public RemoteTaskSet hasLogEntries(java.lang.Object value)
public RemoteTaskSet withLogEntries(LogEntry value)
public RemoteTaskSet withoutLogEntries(LogEntry value)
public RemoteTaskPO filterRemoteTaskPO()
public java.lang.String getEntryType()
public RemoteTaskSet filterBoardTask(BoardTask value)
value - Search value