当前页面:
在线文档首页 >
JBoss Seam 1.2.1 API 英文版文档
Actor (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档
org.jboss.seam.core
Class Actor
java.lang.Object
org.jboss.seam.core.AbstractMutable
org.jboss.seam.core.Actor
- All Implemented Interfaces:
- Serializable, Mutable
@Name(value="org.jboss.seam.core.actor")
@Scope(value=SESSION)
@Intercept(value=NEVER)
@Install(dependencies="org.jboss.seam.core.jbpm",
precedence=0)
public class Actor
- extends AbstractMutable
- implements Serializable
Allows the application to specify the jBPM actorId
during the login cycle.
- Author:
- Gavin King
- See Also:
- Serialized Form
Constructor Summary |
Actor()
|
Actor
public Actor()
getId
public String getId()
setId
public void setId(String id)
getGroupActorIds
public Set<String> getGroupActorIds()
instance
public static Actor instance()
toString
public String toString()
- Overrides:
toString
in class Object