|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.wire.operation.AbstractOperation
org.jbpm.pvm.internal.wire.operation.InvokeOperation
public class InvokeOperation
invokes a method.
ArgDescriptor,
ObjectDescriptor,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.jbpm.pvm.internal.wire.operation.AbstractOperation |
|---|
dbid, dbversion |
| Constructor Summary | |
|---|---|
InvokeOperation()
|
|
| Method Summary | |
|---|---|
void |
addArgDescriptor(ArgDescriptor argDescriptor)
Adds a descriptor to the list of arguments descriptors. |
void |
apply(java.lang.Object target,
WireContext wireContext)
Apply this operation to the specified object, defined in the specified WireContext. |
java.util.List<ArgDescriptor> |
getArgDescriptors()
Gets the list of descriptor to create arguments supplied to the method . |
java.lang.String |
getMethodName()
Gets the name of the method to invoke. |
void |
setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
Sets the list of descriptor to create arguments supplied to the method . |
void |
setMethodName(java.lang.String methodName)
Sets the name of the method to invoke. |
| Methods inherited from class org.jbpm.pvm.internal.wire.operation.AbstractOperation |
|---|
getDbid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvokeOperation()
| Method Detail |
|---|
public void apply(java.lang.Object target,
WireContext wireContext)
OperationWireContext.
target - object on which the operation should be performed.wireContext - context in which the operation is applied.public void addArgDescriptor(ArgDescriptor argDescriptor)
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName - the name of the method to invoke.public java.util.List<ArgDescriptor> getArgDescriptors()
public void setArgDescriptors(java.util.List<ArgDescriptor> argDescriptors)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||