org.jboss.seam.annotations
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Begin
Modifier and Type | Optional Element and Description |
---|---|
FlushModeType |
flushMode
Set the FlushMode for any EntityManager used in
this conversation.
|
String |
id
Deprecated.
use
|
String[] |
ifOutcome
Deprecated.
use Conversation.instance().begin();
|
boolean |
join
If false (the default), invocation of the begin
method in the scope of an existing conversation
will cause an exception to be thrown.
|
boolean |
nested
If enabled, and if a conversation is already active,
begin a nested conversation, instead of continuing
in the context of the existing conversation.
|
String |
pageflow
The name of the jBPM process definition defining
the page flow for this conversation.
|
public abstract String[] ifOutcome
public abstract boolean nested
public abstract boolean join
public abstract String pageflow
public abstract String id
public abstract FlushModeType flushMode
Copyright © 2015 Seam Framework. All Rights Reserved.