public abstract class TaskCommand<T> extends Object implements org.drools.core.command.impl.GenericCommand<T>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
groupIds |
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
public Long getTaskId()
public final void setTaskId(Long taskId)
public final String getUserId()
public final void setUserId(String userId)
public final String getTargetEntityId()
public final void setTargetEntityId(String targetEntityId)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.