|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgDescriptor | |
|---|---|
| org.jbpm.pvm.internal.util | |
| org.jbpm.pvm.internal.wire.descriptor | |
| org.jbpm.pvm.internal.wire.operation | |
| org.jbpm.pvm.internal.xml | |
| Uses of ArgDescriptor in org.jbpm.pvm.internal.util |
|---|
| Method parameters in org.jbpm.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.jbpm.pvm.internal.wire.descriptor |
|---|
| Fields in org.jbpm.pvm.internal.wire.descriptor with type parameters of type ArgDescriptor | |
|---|---|
protected java.util.List<ArgDescriptor> |
ObjectDescriptor.argDescriptors
map to db as a component |
| Methods in org.jbpm.pvm.internal.wire.descriptor that return types with arguments of type ArgDescriptor | |
|---|---|
java.util.List<ArgDescriptor> |
ObjectDescriptor.getArgDescriptors()
|
| Methods in org.jbpm.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.jbpm.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. |
static java.lang.Object |
ObjectDescriptor.invokeMethod(java.lang.String methodName,
java.util.List<ArgDescriptor> argDescriptors,
WireContext wireContext,
java.lang.Object object,
java.lang.Class<?> clazz)
|
void |
ObjectDescriptor.setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
|
| Uses of ArgDescriptor in org.jbpm.pvm.internal.wire.operation |
|---|
| Methods in org.jbpm.pvm.internal.wire.operation that return types with arguments of type ArgDescriptor | |
|---|---|
java.util.List<ArgDescriptor> |
InvokeOperation.getArgDescriptors()
Gets the list of descriptor to create arguments supplied to the method . |
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). |
| Methods in org.jbpm.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.jbpm.pvm.internal.wire.operation with type arguments of type ArgDescriptor | |
|---|---|
void |
InvokeOperation.setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
Sets the list of descriptor to create arguments supplied to the method . |
void |
SubscribeOperation.setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
Sets the list of argDescriptor used to create the arguments given to the method. |
| Constructor parameters in org.jbpm.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.jbpm.pvm.internal.xml |
|---|
| Methods in org.jbpm.pvm.internal.xml that return types with arguments of type ArgDescriptor | |
|---|---|
java.util.List<ArgDescriptor> |
Parser.parseArgs(java.util.List<org.w3c.dom.Element> argElements,
Parse parse)
|
java.util.List<ArgDescriptor> |
Parser.parseArgs(java.util.List<org.w3c.dom.Element> argElements,
Parse parse,
java.lang.String category)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||