public class Workflow extends EntityBrowser implements Cloneable
current, navigation| Constructor and Description |
|---|
Workflow()
constructor
|
Workflow(String name,
Collection<BeanAct> activities)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(de.tsl2.nano.bean.def.BeanDefinition<?> bean)
adds new bean
|
Workflow |
clone() |
boolean |
done()
done
|
boolean |
equals(Object obj) |
de.tsl2.nano.bean.def.BeanDefinition<?> |
fromUrl(String uri)
evaluates, if a navigation item (bean) was clicked.
|
String |
getGraphFileName() |
de.tsl2.nano.bean.def.StatusInfo |
getStatus()
status info
|
int |
hashCode() |
boolean |
isEmpty()
isEmtpy
|
de.tsl2.nano.bean.def.BeanDefinition<?> |
next(Object userResponseObject)
the next model may be a new bean model, if the response object is not null, not in the current navigation stack
and not a cancel action.
|
protected void |
setCurrent(de.tsl2.nano.bean.def.BeanDefinition<?> newCurrent) |
void |
setRoot(de.tsl2.nano.bean.def.BeanDefinition<?> login)
setLogin
|
de.tsl2.nano.bean.def.BeanDefinition<?>[] |
toArray()
navigation stack
|
String |
toString() |
current, getNamepublic Workflow()
public Workflow(String name, Collection<BeanAct> activities)
activities - public String getGraphFileName()
public void add(de.tsl2.nano.bean.def.BeanDefinition<?> bean)
add in interface IBeanNavigatoradd in class EntityBrowserbean - to addpublic boolean isEmpty()
isEmpty in interface IBeanNavigatorisEmpty in class EntityBrowserpublic boolean done()
IBeanNavigatordone in interface IBeanNavigatordone in class EntityBrowserpublic de.tsl2.nano.bean.def.BeanDefinition<?> next(Object userResponseObject)
next in interface IBeanNavigatornext in class EntityBrowseruserResponseObject - result of #processInput(String, Properties, Number)protected void setCurrent(de.tsl2.nano.bean.def.BeanDefinition<?> newCurrent)
public de.tsl2.nano.bean.def.BeanDefinition<?> fromUrl(String uri)
fromUrl in interface IBeanNavigatorfromUrl in class EntityBrowseruri - uri to analyzepublic de.tsl2.nano.bean.def.BeanDefinition<?>[] toArray()
toArray in interface IBeanNavigatortoArray in class EntityBrowserpublic void setRoot(de.tsl2.nano.bean.def.BeanDefinition<?> login)
setRoot in interface IBeanNavigatorsetRoot in class EntityBrowserlogin - public de.tsl2.nano.bean.def.StatusInfo getStatus()
public Workflow clone() throws CloneNotSupportedException
clone in interface IBeanNavigatorclone in class EntityBrowserCloneNotSupportedExceptionCopyright © 2012–2020. All rights reserved.