org.jboss.seam.bpm
Class Actor
java.lang.Object
org.jboss.seam.core.AbstractMutable
org.jboss.seam.bpm.Actor
- All Implemented Interfaces:
- java.io.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 java.io.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, wait, wait, wait |
Actor
public Actor()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getGroupActorIds
public java.util.Set<java.lang.String> getGroupActorIds()
instance
public static Actor instance()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 Seam Framework. All Rights Reserved.