|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler<Process,ProcessDao>
de.iai.ilcd.webgui.controller.ui.ProcessesByExchangeFlowHandler
public class ProcessesByExchangeFlowHandler
Handler for Processes by Exchange Flow
Constructor Summary | |
---|---|
ProcessesByExchangeFlowHandler()
Handler for Searches for Processes by exchange flow |
Method Summary | |
---|---|
java.lang.String |
getDirection()
Get the direction |
java.lang.String |
getFlowDefaultName()
Get the default name of the flow |
java.lang.String |
getFlowUuid()
Get the uuid of the flow |
boolean |
isInputDirection()
Check if the exchange direction is input |
boolean |
isOutputDirection()
Check if the exchange direction is output |
void |
setDirection(java.lang.String direction)
Set the direction |
void |
setFlowUuid(java.lang.String flowUuid)
Set the uuid of the flow |
Methods inherited from class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler |
---|
doFilter, getDaoInstance, getFilter, getFilterBoolean, getFilterObject, getFilterStringArr, getLazyDataModel, getParameterMapAsValueParser, setFilter, setFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessesByExchangeFlowHandler()
Method Detail |
---|
public void setFlowUuid(java.lang.String flowUuid)
flowUuid
- flow uuid to setpublic java.lang.String getFlowUuid()
public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
direction
- direction to setpublic java.lang.String getFlowDefaultName()
public boolean isInputDirection()
true
for input, else false
public boolean isOutputDirection()
true
for output, else false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |