org.jbpm.pvm.internal.cmd
Class RemoveParticipantCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.AbstractCommand<java.lang.Object>
      extended by 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

Field Summary
protected  java.lang.String groupId
           
protected  java.lang.String participationType
           
protected  java.lang.Long swimlaneId
           
protected  java.lang.Long taskDbid
           
protected  java.lang.String userId
           
 
Constructor Summary
RemoveParticipantCmd(java.lang.String taskId, java.lang.String swimlaneId, java.lang.String userId, java.lang.String groupId, java.lang.String participationType)
           
 
Method Summary
 java.lang.Object execute(Environment environment)
           
 
Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand
getAuthenticatedUserId, setAuthenticatedUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RemoveParticipantCmd

public RemoveParticipantCmd(java.lang.String taskId,
                            java.lang.String swimlaneId,
                            java.lang.String userId,
                            java.lang.String groupId,
                            java.lang.String participationType)
Method Detail

execute

public java.lang.Object execute(Environment environment)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.