Class CommandParameters

  • All Implemented Interfaces:
    com.aspectran.core.util.apon.Parameters

    public class CommandParameters
    extends com.aspectran.core.util.apon.AbstractParameters

    Created: 2017. 12. 11.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.aspectran.core.context.rule.ItemRuleList getArgumentItemRuleList()  
      com.aspectran.core.context.rule.ItemRuleMap getArgumentItemRuleMap()  
      com.aspectran.core.context.rule.ItemRuleMap getAttributeItemRuleMap()  
      java.lang.String getBeanName()  
      java.lang.String getCommandName()  
      java.lang.String getMethodName()  
      java.lang.String getOutput()  
      com.aspectran.core.context.rule.ItemRuleMap getParameterItemRuleMap()  
      com.aspectran.core.context.rule.ItemRuleMap getPropertyItemRuleMap()  
      java.lang.String getTransletName()  
      boolean isRequeuable()  
      CommandParameters setBeanName​(java.lang.String beanName)  
      CommandParameters setCommandName​(java.lang.String commandName)  
      CommandParameters setMethodName​(java.lang.String methodName)  
      CommandParameters setOutput​(java.lang.String outputText)  
      CommandParameters setRequeuable​(boolean requeuable)  
      CommandParameters setTransletName​(java.lang.String transletName)  
      • Methods inherited from class com.aspectran.core.util.apon.AbstractParameters

        clearValue, clearValue, 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, setActualName, setProprietor, toString, touchParameters, touchParameters, updateContainer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommandParameters

        public CommandParameters()
    • Method Detail

      • getCommandName

        public java.lang.String getCommandName()
      • setCommandName

        public CommandParameters setCommandName​(java.lang.String commandName)
      • getTransletName

        public java.lang.String getTransletName()
      • setTransletName

        public CommandParameters setTransletName​(java.lang.String transletName)
      • getBeanName

        public java.lang.String getBeanName()
      • getMethodName

        public java.lang.String getMethodName()
      • setMethodName

        public CommandParameters setMethodName​(java.lang.String methodName)
      • getArgumentItemRuleList

        public com.aspectran.core.context.rule.ItemRuleList getArgumentItemRuleList()
                                                                             throws com.aspectran.core.context.rule.IllegalRuleException
        Throws:
        com.aspectran.core.context.rule.IllegalRuleException
      • getArgumentItemRuleMap

        public com.aspectran.core.context.rule.ItemRuleMap getArgumentItemRuleMap()
                                                                           throws com.aspectran.core.context.rule.IllegalRuleException
        Throws:
        com.aspectran.core.context.rule.IllegalRuleException
      • 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
      • getAttributeItemRuleMap

        public com.aspectran.core.context.rule.ItemRuleMap getAttributeItemRuleMap()
                                                                            throws com.aspectran.core.context.rule.IllegalRuleException
        Throws:
        com.aspectran.core.context.rule.IllegalRuleException
      • isRequeuable

        public boolean isRequeuable()
      • getOutput

        public java.lang.String getOutput()