|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.wire.binding.EnlistBinding
public class EnlistBinding
This Binding
specifies an EnlistOperation
.
The object on which this operation is applied will be added
to the list of resource linked to the specified transaction
(committed on transaction commit, rolled back on transaction roll back...).
A enlist operation is defined by a <enlist>
xml element.
This element can have a attribute "transaction", which specifies the name of the transaction to which the object should be linked.
If no "transaction" is found, a default name will be used.
ObjectBinding
,
WireParser
Constructor Summary | |
---|---|
EnlistBinding()
|
Method Summary | |
---|---|
java.lang.Object |
parse(org.w3c.dom.Element element,
Parse parse,
Parser parser)
translates the given element into a domain model java object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnlistBinding()
Method Detail |
---|
public java.lang.Object parse(org.w3c.dom.Element element, Parse parse, Parser parser)
Binding
parse
in interface Binding
Parser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |