public class Flow extends java.util.LinkedList<Element> implements com.technia.tvc.collaboration.workflow.model.Container
Modifier and Type | Method and Description |
---|---|
boolean |
add(Element element) |
void |
add(int index,
Element element) |
boolean |
addAll(java.util.Collection<? extends Element> c) |
boolean |
addAll(int paramInt,
java.util.Collection<? extends Element> elements) |
Element |
getElement(int index) |
Flow |
getFlow(int index) |
java.util.Collection<com.technia.tvc.collaboration.workflow.model.Leaf> |
getLeafs(boolean deep) |
Flow |
getParent() |
Task |
getTask(int index) |
java.util.Collection<TaskCfg> |
getTaskConfigs() |
Flow |
getTaskFlow(Task task) |
int |
getTaskIndex(Task task) |
Element |
set(int index,
Element element) |
void |
setParent(Flow parent) |
java.lang.Object[] |
toArray() |
addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, spliterator, toArray
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
protected Flow parent
public Flow()
public Flow(Element... flows)
@JSONProperty(exclude=true) public Flow getParent()
public void setParent(Flow parent)
public boolean addAll(java.util.Collection<? extends Element> c)
public boolean addAll(int paramInt, java.util.Collection<? extends Element> elements)
public boolean add(Element element)
public void add(int index, Element element)
public java.lang.Object[] toArray()
public Flow getFlow(int index)
public Element getElement(int index)
public Task getTask(int index)
public java.util.Collection<com.technia.tvc.collaboration.workflow.model.Leaf> getLeafs(boolean deep)
getLeafs
in interface com.technia.tvc.collaboration.workflow.model.Container
public java.util.Collection<TaskCfg> getTaskConfigs()
public int getTaskIndex(Task task)
Copyright © Technia AB. All Rights Reserved.