Class AbstractTaskAuditQueryCommand<R,Q>
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<List<R>>
-
- org.jbpm.services.task.audit.commands.AbstractTaskAuditQueryCommand<R,Q>
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<List<R>>
,org.kie.api.command.ExecutableCommand<List<R>>
- Direct Known Subclasses:
AuditTaskQueryCommand
,TaskEventQueryCommand
,TaskVariableQueryCommand
public abstract class AbstractTaskAuditQueryCommand<R,Q> extends TaskCommand<List<R>>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupIds, targetEntityId, taskId, userId
-
-
Constructor Summary
Constructors Constructor Description AbstractTaskAuditQueryCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<R>
execute(org.kie.api.runtime.Context cntxt)
protected abstract Class<Q>
getQueryType()
abstract org.jbpm.query.jpa.data.QueryWhere
getQueryWhere()
protected abstract Class<R>
getResultType()
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-