Uses of Class
org.deduced.InvocationParameter

Packages that use InvocationParameter
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.dynamic The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. 
 

Uses of InvocationParameter in org.deduced
 

Methods in org.deduced with parameters of type InvocationParameter
 java.lang.Object ActionInvoker.invokeAction(PropertyCollection<?,?> collection, java.lang.String actionName, InvocationParameter[] parameters)
          invoke an Action by name
 java.lang.Object AbstractPropertyCollection.invokeAction(java.lang.String actionName, InvocationParameter[] parameters)
          (non-JSDoc)
 java.lang.Object PropertyCollection.invokeAction(java.lang.String actionName, InvocationParameter[] parameters)
          invoke an Action by name
 java.lang.Object ActionInvoker.invokeActionSilent(PropertyCollection<?,?> collection, java.lang.String actionName, InvocationParameter[] parameters)
          invoke an Action by name silently.
 

Uses of InvocationParameter in org.deduced.dynamic
 

Methods in org.deduced.dynamic that return types with arguments of type InvocationParameter
 java.util.Map<java.lang.String,InvocationParameter> DefaultActionInvoker.createNamedParameterMap(PropertyCollection<?,?> collection, InvocationParameter[] parameters, java.lang.String actionName)
          create a Named Parameter Map
 

Methods in org.deduced.dynamic with parameters of type InvocationParameter
private  java.lang.Object[] DefaultActionInvoker.assembleParameters(PropertyCollection<?,?> collection, PropertyCollection<?,?> action, InvocationParameter[] parameters, java.lang.String actionName)
          assemble Parameters in an ordered array of values
private  void DefaultActionInvoker.checkForUnusedParameters(PropertyCollection<?,?> collection, InvocationParameter[] parameters, java.lang.String actionName, java.util.Map<java.lang.String,InvocationParameter> mappedParameters)
          check For Unused Parameters and log them if necessary
static java.lang.String DefaultActionInvoker.createInvokeActionMessage(PropertyCollection<?,?> collection, java.lang.String actionName, InvocationParameter[] parameters)
          create Invoke Action Message
 java.util.Map<java.lang.String,InvocationParameter> DefaultActionInvoker.createNamedParameterMap(PropertyCollection<?,?> collection, InvocationParameter[] parameters, java.lang.String actionName)
          create a Named Parameter Map
 java.lang.Object DefaultActionInvoker.extractParameterValue(PropertyCollection<?,?> collection, InvocationParameter[] parameters, java.lang.String actionName, PropertyCollection<?,?> parameterDefinition, java.lang.String parameterName, InvocationParameter currentAssignment)
          extract Parameter Value
 java.lang.Object DefaultActionInvoker.extractParameterValue(PropertyCollection<?,?> collection, InvocationParameter[] parameters, java.lang.String actionName, PropertyCollection<?,?> parameterDefinition, java.lang.String parameterName, InvocationParameter currentAssignment)
          extract Parameter Value
 java.lang.Object DefaultActionInvoker.invokeAction(PropertyCollection<?,?> collection, java.lang.String actionName, InvocationParameter[] parameters)
          (non-JSDoc)
 java.lang.Object DefaultActionInvoker.invokeActionSilent(PropertyCollection<?,?> collection, java.lang.String actionName, InvocationParameter[] parameters)
          (non-JSDoc)
static java.lang.String DefaultActionInvoker.printParameters(InvocationParameter[] parameters)
          print Parameters
 

Method parameters in org.deduced.dynamic with type arguments of type InvocationParameter
private  void DefaultActionInvoker.checkForUnusedParameters(PropertyCollection<?,?> collection, InvocationParameter[] parameters, java.lang.String actionName, java.util.Map<java.lang.String,InvocationParameter> mappedParameters)
          check For Unused Parameters and log them if necessary