|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.wire.operation.AbstractOperation org.jbpm.wire.operation.FieldOperation
public class FieldOperation
injects another object into a field.
Field Summary |
---|
Fields inherited from class org.jbpm.wire.operation.AbstractOperation |
---|
dbid, dbversion |
Constructor Summary | |
---|---|
FieldOperation()
|
Method Summary | |
---|---|
void |
apply(java.lang.Object target,
WireContext wireContext)
Apply this operation to the specified object, defined in the specified WireContext . |
Descriptor |
getDescriptor()
Gets the descriptor used to create the field's value. |
java.lang.String |
getFieldName()
Gets the name of the field that should be updated by this operation. |
void |
setDescriptor(Descriptor valueDescriptor)
Sets the descriptor used to create the field's value |
void |
setFieldName(java.lang.String fieldName)
Sets the name of the field that should be updated by this operation. |
Methods inherited from class org.jbpm.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 FieldOperation()
Method Detail |
---|
public void apply(java.lang.Object target, WireContext wireContext)
Operation
WireContext
.
target
- object on which the operation should be performed.wireContext
- context in which the operation is applied.public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
fieldName
- public Descriptor getDescriptor()
public void setDescriptor(Descriptor valueDescriptor)
valueDescriptor
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |