Class RoutingChannel
java.lang.Object
com.elpical.jclaro.admin.ws.server.AdminChannel
com.elpical.jclaro.admin.ws.server.RoutingChannel
Class which holds all settings for a Routing Channel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn ConditionsReturn Else settingsgetSize()
Returns Size related settingsReturn Workflow related settingsvoid
save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel, boolean isNewChannel)
Save the Channel to the databasevoid
setConditions(List<Condition> conditions)
Set Conditionsvoid
setElseNode(Else elseNode)
Set Else settingsvoid
setExtraRoutingOptions(List<String> extraRoutingOptions)
void
Set Size related settingsvoid
setWorkFlow(WorkFlow workFlow)
Set Workflow related settingsMethods inherited from class com.elpical.jclaro.admin.ws.server.AdminChannel
getChannelAttributes, getChannelInfo, getInput, getIsNewReturnOnce, getName, getNummer, getOutput, setChannelAttributes, setChannelInfo, setInput, setIsNewReturnOnce, setName, setNummer, setOutput
-
Constructor Details
-
RoutingChannel
public RoutingChannel()Empty constructor -
RoutingChannel
-
-
Method Details
-
getElseNode
Return Else settings- Returns:
- Else settings
-
setElseNode
Set Else settings- Parameters:
elseNode
- Else settings
-
getSize
Returns Size related settings- Returns:
- Size related settings
-
setSize
Set Size related settings- Parameters:
size
- Size related settings
-
getWorkFlow
Return Workflow related settings- Returns:
- Workflow related settings
-
setWorkFlow
Set Workflow related settings- Parameters:
workFlow
- Workflow related settings
-
getConditions
Return Conditions- Returns:
- Conditions
-
setConditions
Set Conditions- Parameters:
conditions
- Conditions
-
save
public void save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel, boolean isNewChannel)Description copied from class:AdminChannel
Save the Channel to the database- Overrides:
save
in classAdminChannel
-
getExtraRoutingOptions
-
setExtraRoutingOptions
-