|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionArgument | |
---|---|
org.teleal.cling.binding.annotations | |
org.teleal.cling.binding.staging | |
org.teleal.cling.model.action | |
org.teleal.cling.model.meta |
Uses of ActionArgument in org.teleal.cling.binding.annotations |
---|
Methods in org.teleal.cling.binding.annotations that return types with arguments of type ActionArgument | |
---|---|
protected List<ActionArgument> |
AnnotationActionBinder.createInputArguments()
|
protected Map<ActionArgument<LocalService>,StateVariableAccessor> |
AnnotationActionBinder.createOutputArguments()
|
Method parameters in org.teleal.cling.binding.annotations with type arguments of type ActionArgument | |
---|---|
protected ActionExecutor |
AnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
|
Uses of ActionArgument in org.teleal.cling.binding.staging |
---|
Methods in org.teleal.cling.binding.staging that return ActionArgument | |
---|---|
ActionArgument |
MutableActionArgument.build()
|
ActionArgument[] |
MutableAction.createActionArgumennts()
|
Uses of ActionArgument in org.teleal.cling.model.action |
---|
Fields in org.teleal.cling.model.action with type parameters of type ActionArgument | |
---|---|
protected Map<ActionArgument<LocalService>,StateVariableAccessor> |
ActionExecutor.outputArgumentAccessors
|
Methods in org.teleal.cling.model.action that return ActionArgument | |
---|---|
ActionArgument<S> |
ActionArgumentValue.getArgument()
|
Methods in org.teleal.cling.model.action that return types with arguments of type ActionArgument | |
---|---|
List<ActionArgument<S>> |
ActionInvocationValues.getArguments()
|
Map<ActionArgument<LocalService>,StateVariableAccessor> |
ActionExecutor.getOutputArgumentAccessors()
|
Methods in org.teleal.cling.model.action with parameters of type ActionArgument | |
---|---|
ActionArgumentValue<S> |
ActionInvocationValues.createValue(ActionArgument<S> argument,
Object value)
|
Constructors in org.teleal.cling.model.action with parameters of type ActionArgument | |
---|---|
ActionArgumentValue(ActionArgument<S> argument,
Object value)
|
Constructor parameters in org.teleal.cling.model.action with type arguments of type ActionArgument | |
---|---|
ActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors)
|
|
ActionInvocationValues(List<ActionArgument<S>> arguments,
boolean input)
|
|
MethodActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors,
Method method)
|
Uses of ActionArgument in org.teleal.cling.model.meta |
---|
Methods in org.teleal.cling.model.meta that return ActionArgument | |
---|---|
ActionArgument[] |
Action.getArguments()
|
Methods in org.teleal.cling.model.meta that return types with arguments of type ActionArgument | |
---|---|
List<ActionArgument<S>> |
Action.getInputArguments()
|
List<ActionArgument<S>> |
Action.getOutputArguments()
|
Methods in org.teleal.cling.model.meta with parameters of type ActionArgument | |
---|---|
Datatype<S> |
Service.getDatatype(ActionArgument argument)
|
StateVariable<S> |
Service.getRelatedStateVariable(ActionArgument argument)
|
Constructors in org.teleal.cling.model.meta with parameters of type ActionArgument | |
---|---|
Action(String name,
ActionArgument[] arguments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |