jbpm
Tag loadToken


Read a token from the database.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
forUpdatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean that controls whether the token is to be read for update. This typically entails using a SELECT ... FOR UPDATE statement, when database persistence is involved. By default, this flag is false if the action is invoked during the RENDER_RESPONSE phase, and true otherwise.
idtruefalsejavax.el.ValueExpression
(must evaluate to long)
The ID of the token to load.
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A different name to use for this action. Action names are used by some navigation handlers.
navigatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean expression that can be used to control whether navigation will be attempted after this action completes.
targettruefalsejavax.el.ValueExpression
(must evaluate to org.jbpm.graph.exe.Token)
An EL expression into which the token should be stored.
unlessfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean expression that, if true, will prevent this action from being run.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.