org.jbpm.pvm.internal.cmd
Class RemoveParticipantCmd
java.lang.Object
org.jbpm.pvm.internal.cmd.AbstractCommand<java.lang.Object>
org.jbpm.pvm.internal.cmd.RemoveParticipantCmd
- All Implemented Interfaces:
- java.io.Serializable, Command<java.lang.Object>
public class RemoveParticipantCmd
- extends AbstractCommand<java.lang.Object>
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
|
Constructor Summary |
RemoveParticipantCmd(java.lang.String taskId,
java.lang.String swimlaneId,
java.lang.String userId,
java.lang.String groupId,
java.lang.String participationType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskDbid
protected java.lang.Long taskDbid
swimlaneId
protected java.lang.Long swimlaneId
userId
protected java.lang.String userId
groupId
protected java.lang.String groupId
participationType
protected java.lang.String participationType
RemoveParticipantCmd
public RemoveParticipantCmd(java.lang.String taskId,
java.lang.String swimlaneId,
java.lang.String userId,
java.lang.String groupId,
java.lang.String participationType)
execute
public java.lang.Object execute(Environment environment)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2010 JBoss Community. All Rights Reserved.