Package org.camunda.bpm.engine.impl.cmd
Class AddGroupIdentityLinkCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd<Integer>
org.camunda.bpm.engine.impl.cmd.AbstractAddIdentityLinkCmd
org.camunda.bpm.engine.impl.cmd.AddGroupIdentityLinkCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Daniel Meyer
- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
logOperation
(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
-
Constructor Details
-
AddGroupIdentityLinkCmd
-
-
Method Details
-
logOperation
Description copied from class:AbstractAddIdentityLinkCmd
Method to be overridden by concrete identity commands that wish to log an operation.- Specified by:
logOperation
in classAbstractAddIdentityLinkCmd
- Parameters:
context
- the command contexttask
- the task related entity
-