Package org.camunda.bpm.engine.impl.cmd
Class SetTaskOwnerCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd<Integer>
-
- org.camunda.bpm.engine.impl.cmd.AbstractAddIdentityLinkCmd
-
- org.camunda.bpm.engine.impl.cmd.SetTaskOwnerCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetTaskOwnerCmd extends AbstractAddIdentityLinkCmd
- Author:
- Danny Gräf
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractAddIdentityLinkCmd
groupId, type, userId
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd
taskId, value
-
-
Constructor Summary
Constructors Constructor Description SetTaskOwnerCmd(String taskId, String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidlogOperation(CommandContext context, TaskEntity task)Method to be overridden by concrete identity commands that wish to log an operation.-
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractAddIdentityLinkCmd
executeSetOperation, getUserOperationLogName, hasNullIdentity, isAssignee, isOwner, validateParameters
-
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd
checkTaskAgainstContext, ensureNotNullAndGet, execute, validateAndGet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Method Detail
-
logOperation
protected void logOperation(CommandContext context, TaskEntity task)
Description copied from class:AbstractAddIdentityLinkCmdMethod to be overridden by concrete identity commands that wish to log an operation.- Specified by:
logOperationin classAbstractAddIdentityLinkCmd- Parameters:
context- the command contexttask- the task related entity
-
-