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 Details

    • CommandParameters

      public CommandParameters()
  • Method Details

    • setActivity

      public void setActivity(com.aspectran.core.activity.Activity activity)
    • getCommandName

      public String getCommandName()
    • setCommandName

      public CommandParameters setCommandName(String commandName)
    • getTransletName

      public String getTransletName()
    • setTransletName

      public CommandParameters setTransletName(String transletName)
    • getBeanName

      public String getBeanName()
    • setBeanName

      public CommandParameters setBeanName(String beanName)
    • getMethodName

      public String getMethodName()
    • setMethodName

      public CommandParameters setMethodName(String methodName)
    • 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

      public Object[] getArguments() throws com.aspectran.core.context.rule.IllegalRuleException
      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

      public CommandParameters setRequeuable(boolean requeuable)
    • getResult

      public String getResult()
    • setResult

      public CommandParameters setResult(String resultText)