Package org.camunda.bpm.engine.impl.cmd
Class AddUserIdentityLinkCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd<Integer>
-
- org.camunda.bpm.engine.impl.cmd.AbstractAddIdentityLinkCmd
-
- org.camunda.bpm.engine.impl.cmd.AddUserIdentityLinkCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class AddUserIdentityLinkCmd extends AbstractAddIdentityLinkCmd
- Author:
- Daniel Meyer
- 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 AddUserIdentityLinkCmd(String taskId, String userId, String type)
-
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
-
-