public class RemoteTaskSet extends SDMSet<RemoteTask>
| Modifier and Type | Field and Description |
|---|---|
static RemoteTaskSet |
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 |
|---|
RemoteTaskSet() |
| Modifier and Type | Method and Description |
|---|---|
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, 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 RemoteTaskSet EMPTY_SET
public java.lang.String getEntryType()
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)