|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgDescriptor | |
---|---|
org.ow2.bonita.pvm.internal.util | |
org.ow2.bonita.pvm.internal.wire.descriptor | |
org.ow2.bonita.pvm.internal.wire.operation | |
org.ow2.bonita.pvm.internal.wire.xml |
Uses of ArgDescriptor in org.ow2.bonita.pvm.internal.util |
---|
Method parameters in org.ow2.bonita.pvm.internal.util with type arguments of type ArgDescriptor | |
---|---|
static java.lang.reflect.Constructor<?> |
ReflectUtil.findConstructor(java.lang.Class<?> clazz,
java.util.List<ArgDescriptor> argDescriptors,
java.lang.Object[] args)
|
static java.lang.reflect.Method |
ReflectUtil.findMethod(java.lang.Class<?> clazz,
java.lang.String methodName,
java.util.List<ArgDescriptor> argDescriptors,
java.lang.Object[] args)
|
static java.lang.String |
ReflectUtil.getSignature(java.lang.String methodName,
java.util.List<ArgDescriptor> argDescriptors,
java.lang.Object[] args)
|
static boolean |
ReflectUtil.isArgumentMatch(java.lang.Class<?>[] parameterTypes,
java.util.List<ArgDescriptor> argDescriptors,
java.lang.Object[] args)
|
Uses of ArgDescriptor in org.ow2.bonita.pvm.internal.wire.descriptor |
---|
Methods in org.ow2.bonita.pvm.internal.wire.descriptor that return types with arguments of type ArgDescriptor | |
---|---|
java.util.List<ArgDescriptor> |
ObjectDescriptor.getArgDescriptors()
Gets the list of descriptors to use to create method arguments. |
Methods in org.ow2.bonita.pvm.internal.wire.descriptor with parameters of type ArgDescriptor | |
---|---|
void |
ObjectDescriptor.addArgDescriptor(ArgDescriptor argDescriptor)
Adds a argument descriptor to the list of arguments descriptor to used when invoking the specified method. |
Method parameters in org.ow2.bonita.pvm.internal.wire.descriptor with type arguments of type ArgDescriptor | |
---|---|
static java.lang.Object[] |
ObjectDescriptor.getArgs(WireContext wireContext,
java.util.List<ArgDescriptor> argDescriptors)
Creates a list of arguments (objects) from a list of argument descriptors. |
void |
ObjectDescriptor.setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
Sets the list of descriptors to use to create method arguments. |
Uses of ArgDescriptor in org.ow2.bonita.pvm.internal.wire.operation |
---|
Methods in org.ow2.bonita.pvm.internal.wire.operation that return types with arguments of type ArgDescriptor | |
---|---|
java.util.List<ArgDescriptor> |
SubscribeOperation.getArgDescriptors()
Gets the list of argDescriptor used to create the arguments given to the method (only if a specific method has to be called). |
java.util.List<ArgDescriptor> |
InvokeOperation.getArgDescriptors()
Gets the list of descriptor to create arguments supplied to the method . |
Methods in org.ow2.bonita.pvm.internal.wire.operation with parameters of type ArgDescriptor | |
---|---|
void |
InvokeOperation.addArgDescriptor(ArgDescriptor argDescriptor)
Adds a descriptor to the list of arguments descriptors. |
Method parameters in org.ow2.bonita.pvm.internal.wire.operation with type arguments of type ArgDescriptor | |
---|---|
void |
SubscribeOperation.setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
Sets the list of argDescriptor used to create the arguments given to the method. |
void |
InvokeOperation.setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
Sets the list of descriptor to create arguments supplied to the method . |
Constructor parameters in org.ow2.bonita.pvm.internal.wire.operation with type arguments of type ArgDescriptor | |
---|---|
MethodInvokerListener(java.lang.String methodName,
java.util.List<ArgDescriptor> argDescriptors,
WireContext wireContext,
java.lang.Object target)
Creates a new Wrapper. |
Uses of ArgDescriptor in org.ow2.bonita.pvm.internal.wire.xml |
---|
Methods in org.ow2.bonita.pvm.internal.wire.xml that return types with arguments of type ArgDescriptor | |
---|---|
java.util.List<ArgDescriptor> |
WireParser.parseArgs(java.util.List<org.w3c.dom.Element> argElements,
Parse parse)
Parses the list of arguments of a method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |