当前页面: 
在线文档首页 > 
JBoss Seam  1.0.0 API 英文版文档
Actor (JBoss Seam API Documentation) - JBoss Seam  1.0.0 API 英文版文档
org.jboss.seam.core
Class Actor
java.lang.Object
   org.jboss.seam.core.Actor
org.jboss.seam.core.Actor
- All Implemented Interfaces: 
- Serializable
- @Name(value="actor")
@Scope(value=SESSION)
@Intercept(value=NEVER)
public class Actor 
- extends Object- implements Serializable
Allows the application to specify the jBPM actorId
 during the login cycle.
- Author:
- Gavin King
- See Also:
- Serialized Form
| Constructor Summary | 
| Actor()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Actor
public Actor()
getId
public String getId()
- 
 
- 
 
setId
public void setId(String id)
- 
 
- 
 
getGroupActorIds
public Set<String> getGroupActorIds()
- 
 
- 
 
instance
public static Actor instance()
- 
 
-