Package com.aspectran.daemon.command
Class CommandParameters
java.lang.Object
com.aspectran.utils.apon.AbstractParameters
com.aspectran.daemon.command.CommandParameters
- All Implemented Interfaces:
com.aspectran.utils.apon.Parameters
public class CommandParameters
extends com.aspectran.utils.apon.AbstractParameters
Created: 2017. 12. 11.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.aspectran.core.context.rule.ItemRuleListcom.aspectran.core.context.rule.ItemRuleMapObject[]com.aspectran.core.context.rule.ItemRuleMapcom.aspectran.core.context.rule.ItemRuleMapcom.aspectran.core.activity.request.ParameterMapcom.aspectran.core.context.rule.ItemRuleMapbooleanvoidputArgument(com.aspectran.core.context.rule.ItemRule itemRule) voidsetActivity(com.aspectran.core.activity.Activity activity) setBeanName(String beanName) setCommandName(String commandName) setMethodName(String methodName) setRequeuable(boolean requeuable) setTransletName(String transletName) Methods inherited from class com.aspectran.utils.apon.AbstractParameters
describe, describe, getActualName, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValue, getParameterValueMap, getParent, getProprietor, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, hasValue, hasValue, isAssigned, isAssigned, isStructureFixed, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, readFrom, readFrom, readFrom, readFrom, removeValue, removeValue, setActualName, setProprietor, toString, touchParameters, touchParameters, updateContainer
-
Constructor Details
-
CommandParameters
public CommandParameters()
-
-
Method Details
-
setActivity
public void setActivity(com.aspectran.core.activity.Activity activity) -
getCommandName
-
setCommandName
-
getTransletName
-
setTransletName
-
getBeanName
-
setBeanName
-
getMethodName
-
setMethodName
-
getArgumentItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getArgumentItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getArgumentItemRuleList
public com.aspectran.core.context.rule.ItemRuleList getArgumentItemRuleList() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getArguments
- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
putArgument
public void putArgument(com.aspectran.core.context.rule.ItemRule itemRule) -
getPropertyItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getPropertyItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getParameterItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getParameterItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getParameterMap
public com.aspectran.core.activity.request.ParameterMap getParameterMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getAttributeItemRuleMap
public com.aspectran.core.context.rule.ItemRuleMap getAttributeItemRuleMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
getAttributeMap
public Map<String,Object> getAttributeMap() throws com.aspectran.core.context.rule.IllegalRuleException- Throws:
com.aspectran.core.context.rule.IllegalRuleException
-
isRequeuable
public boolean isRequeuable() -
setRequeuable
-
getResult
-
setResult
-