org.jboss.seam.bpm
Class Actor

java.lang.Object
  extended by org.jboss.seam.core.AbstractMutable
      extended by org.jboss.seam.bpm.Actor
All Implemented Interfaces:
Serializable, Mutable

@Name(value="org.jboss.seam.bpm.actor")
@Scope(value=SESSION)
@BypassInterceptors
@Install(dependencies="org.jboss.seam.bpm.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


Copyright © 2011 Seam Framework. All Rights Reserved.