org.jbpm.task.commands
Class TaskCommand<T>
java.lang.Object
org.jbpm.task.commands.TaskCommand<T>
- All Implemented Interfaces:
- Serializable, org.drools.command.impl.GenericCommand, Command
- Direct Known Subclasses:
- ActivateTaskCommand, AddTaskCommand, ClaimNextAvailableTaskCommand, ClaimTaskCommand, CompleteTaskCommand, DelegateTaskCommand, ExitTaskCommand, FailTaskCommand, ForwardTaskCommand, NominateTaskCommand, ReleaseTaskCommand, ResumeTaskCommand, SkipTaskCommand, StartTaskCommand, StopTaskCommand, SuspendTaskCommand
public abstract class TaskCommand<T>
- extends Object
- implements org.drools.command.impl.GenericCommand
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.command.impl.GenericCommand |
execute |
taskId
protected long taskId
userId
protected String userId
groupsIds
protected List<String> groupsIds
targetEntityId
protected String targetEntityId
TaskCommand
public TaskCommand()
getTaskId
public long getTaskId()
setTaskId
public void setTaskId(long taskId)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getGroupsIds
public List<String> getGroupsIds()
setGroupsIds
public void setGroupsIds(List<String> groupsIds)
getTargetEntityId
public String getTargetEntityId()
setTargetEntityId
public void setTargetEntityId(String targetEntityId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.