public class FetchFileFlowSet extends de.uniks.networkparser.list.SimpleSet<FetchFileFlow>
| Modifier and Type | Field and Description |
|---|---|
static FetchFileFlowSet |
EMPTY_SET |
| Constructor and Description |
|---|
FetchFileFlowSet() |
FetchFileFlowSet(java.util.Collection<FetchFileFlow> objects) |
FetchFileFlowSet(FetchFileFlow... objects) |
| Modifier and Type | Method and Description |
|---|---|
FetchFileFlowPO |
filterFetchFileFlowPO() |
FetchFileFlowSet |
filterFileName(java.lang.String value)
Loop through the current set of FetchFileFlow objects and collect those FetchFileFlow objects where the fileName attribute matches the parameter value.
|
FetchFileFlowSet |
filterFileName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of FetchFileFlow objects and collect those FetchFileFlow objects where the fileName attribute is between lower and upper.
|
FetchFileFlowSet |
filterFileServer(PeerProxy value)
Loop through the current set of FetchFileFlow objects and collect those FetchFileFlow objects where the fileServer attribute matches the parameter value.
|
FetchFileFlowSet |
filterIdMap(SDMLibJsonIdMap value)
Loop through the current set of FetchFileFlow objects and collect those FetchFileFlow objects where the idMap attribute matches the parameter value.
|
FetchFileFlowSet |
filterTaskNo(int value)
Loop through the current set of FetchFileFlow objects and collect those FetchFileFlow objects where the taskNo attribute matches the parameter value.
|
FetchFileFlowSet |
filterTaskNo(int lower,
int upper)
Loop through the current set of FetchFileFlow objects and collect those FetchFileFlow objects where the taskNo attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getFileName() |
PeerProxySet |
getFileServer() |
SDMLibJsonIdMapSet |
getIdMap() |
TaskFlowSet |
getParent() |
TaskFlowSet |
getParentTransitive() |
TaskFlowSet |
getSubFlow() |
TaskFlowSet |
getSubFlowTransitive() |
intList |
getTaskNo() |
FetchFileFlowPO |
hasFetchFileFlowPO() |
FetchFileFlowSet |
hasFileName(java.lang.String value) |
FetchFileFlowSet |
hasFileName(java.lang.String lower,
java.lang.String upper) |
FetchFileFlowSet |
hasFileServer(PeerProxy value) |
FetchFileFlowSet |
hasIdMap(SDMLibJsonIdMap value) |
FetchFileFlowSet |
hasParent(java.lang.Object value) |
FetchFileFlowSet |
hasSubFlow(java.lang.Object value) |
FetchFileFlowSet |
hasTaskNo(int value) |
FetchFileFlowSet |
hasTaskNo(int lower,
int upper) |
FetchFileFlowSet |
run() |
FetchFileFlowSet |
with(java.lang.Object value) |
FetchFileFlowSet |
withFileName(java.lang.String value) |
FetchFileFlowSet |
withFileServer(PeerProxy value) |
FetchFileFlowSet |
withIdMap(SDMLibJsonIdMap value) |
FetchFileFlowSet |
without(FetchFileFlow value) |
FetchFileFlowSet |
withParent(TaskFlow value) |
FetchFileFlowSet |
withSubFlow(TaskFlow value) |
FetchFileFlowSet |
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, notify, notifyAll, wait, wait, waitpublic static final FetchFileFlowSet EMPTY_SET
public FetchFileFlowSet()
public FetchFileFlowSet(FetchFileFlow... objects)
public FetchFileFlowSet(java.util.Collection<FetchFileFlow> objects)
public FetchFileFlowPO hasFetchFileFlowPO()
public FetchFileFlowSet with(java.lang.Object value)
public FetchFileFlowSet without(FetchFileFlow value)
public FetchFileFlowSet run()
public PeerProxySet getFileServer()
public FetchFileFlowSet hasFileServer(PeerProxy value)
public FetchFileFlowSet withFileServer(PeerProxy value)
public SDMLibJsonIdMapSet getIdMap()
public FetchFileFlowSet hasIdMap(SDMLibJsonIdMap value)
public FetchFileFlowSet withIdMap(SDMLibJsonIdMap value)
public de.uniks.networkparser.list.StringList getFileName()
public FetchFileFlowSet hasFileName(java.lang.String value)
public FetchFileFlowSet hasFileName(java.lang.String lower, java.lang.String upper)
public FetchFileFlowSet withFileName(java.lang.String value)
public intList getTaskNo()
public FetchFileFlowSet hasTaskNo(int value)
public FetchFileFlowSet hasTaskNo(int lower, int upper)
public FetchFileFlowSet withTaskNo(int value)
public TaskFlowSet getSubFlow()
public FetchFileFlowSet hasSubFlow(java.lang.Object value)
public TaskFlowSet getSubFlowTransitive()
public FetchFileFlowSet withSubFlow(TaskFlow value)
public TaskFlowSet getParent()
public FetchFileFlowSet hasParent(java.lang.Object value)
public TaskFlowSet getParentTransitive()
public FetchFileFlowSet withParent(TaskFlow value)
public FetchFileFlowPO filterFetchFileFlowPO()
public java.lang.String getEntryType()
public FetchFileFlowSet filterFileServer(PeerProxy value)
value - Search valuepublic FetchFileFlowSet filterFileName(java.lang.String value)
value - Search valuepublic FetchFileFlowSet filterFileName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic FetchFileFlowSet filterTaskNo(int value)
value - Search valuepublic FetchFileFlowSet filterTaskNo(int lower, int upper)
lower - Lower boundupper - Upper boundpublic FetchFileFlowSet filterIdMap(SDMLibJsonIdMap value)
value - Search value