|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler<de.fzk.iai.ilcd.service.model.IFlowVO,Flow,FlowDao>
de.iai.ilcd.webgui.controller.ui.FlowHandler
public class FlowHandler
Backing bean for flow detail view
Constructor Summary | |
---|---|
FlowHandler()
Initialize handler |
Method Summary | |
---|---|
protected void |
datasetLoaded(Flow dataset)
Set the input / output flow exist boolean properties |
de.fzk.iai.ilcd.service.model.IFlowVO |
getFlow()
Convenience method, delegates to AbstractDataSetHandler.getDataSet() |
boolean |
isElementaryFlow()
Determine if elementary flow |
boolean |
isProcessesWithInOrOutputFlowExist()
Determine if processes with this flow as in- or output flow exist |
boolean |
isProcessesWithInputFlowExist()
Determine if processes with this flow as input flow exist |
boolean |
isProcessesWithInXorOutputFlowExist()
Determine if processes with this flow as in- xor output flow exist |
boolean |
isProcessesWithOutputFlowExist()
Determine if processes with this flow as output flow exist |
Methods inherited from class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler |
---|
getDaoInstance, getDataSet, getDataSetIdString, getDataSetUuidString, getDataSetVersionString, getForeignHTMLResourceURL, getForeignXMLResourceURL, getLocalHTMLResourceURL, getLocalXMLResourceURL, getOtherVersions, getSourceNodeIdString, isForeignDataSet, isOtherVersionPresent, isStringNullOrEmpty, postViewParamInit, setConf, setDataSet, setDataSetIdString, setDataSetUuidString, setDataSetVersionString, setSourceNodeIdString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlowHandler()
Method Detail |
---|
public de.fzk.iai.ilcd.service.model.IFlowVO getFlow()
AbstractDataSetHandler.getDataSet()
public boolean isElementaryFlow()
true
if represented flow is elementary flow, else false
protected void datasetLoaded(Flow dataset)
datasetLoaded
in class AbstractDataSetHandler<de.fzk.iai.ilcd.service.model.IFlowVO,Flow,FlowDao>
dataset
- loaded data setpublic boolean isProcessesWithInOrOutputFlowExist()
true
if processes with this flow as in. or output flow exist, else false
public boolean isProcessesWithInputFlowExist()
true
if processes with this flow as input flow exist, else false
public boolean isProcessesWithOutputFlowExist()
true
if processes with this flow as output flow exist, else false
public boolean isProcessesWithInXorOutputFlowExist()
true
if processes with this flow as in- xor output flow exist, else false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |