public abstract class TaskCommand<T> extends Object implements org.drools.core.command.impl.GenericCommand<T>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
groupsIds |
protected String |
targetEntityId |
protected long |
taskId |
protected String |
userId |
Constructor and Description |
---|
TaskCommand() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroupsIds() |
String |
getTargetEntityId() |
long |
getTaskId() |
String |
getUserId() |
void |
setGroupsIds(List<String> groupsIds) |
void |
setTargetEntityId(String targetEntityId) |
void |
setTaskId(long taskId) |
void |
setUserId(String userId) |
protected long taskId
protected String userId
protected String targetEntityId
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.