public abstract class AbstractTaskAuditQueryCommand<R,Q> extends TaskCommand<List<R>>
groupIds, targetEntityId, taskId, userId
Constructor and Description |
---|
AbstractTaskAuditQueryCommand() |
Modifier and Type | Method and Description |
---|---|
List<R> |
execute(org.kie.internal.command.Context cntxt) |
protected abstract Class<Q> |
getQueryType() |
abstract org.jbpm.query.jpa.data.QueryWhere |
getQueryWhere() |
protected abstract Class<R> |
getResultType() |
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.