站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.6 API 英文版文档

Actor (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档


org.jboss.seam.core
Class Actor

java.lang.Object
  extended by org.jboss.seam.core.AbstractMutable
      extended by 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()
           
 
Method Summary
 Set<String> getGroupActorIds()
           
 String getId()
           
static Actor instance()
           
 void setId(String id)
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.core.AbstractMutable
clearDirty, setDirty, setDirty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Actor

public Actor()
Method Detail

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