Package org.camunda.bpm.engine.impl.cmd
Class CreateTenantUserMembershipCmd
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd<Void>
- 
- org.camunda.bpm.engine.impl.cmd.CreateTenantUserMembershipCmd
 
 
- 
- All Implemented Interfaces:
- Serializable,- Command<Void>
 
 public class CreateTenantUserMembershipCmd extends AbstractWritableIdentityServiceCmd<Void> implements Command<Void>, Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CreateTenantUserMembershipCmd(String tenantId, String userId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VoidexecuteCmd(CommandContext commandContext)- 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmdexecute
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Commandexecute, isRetryable
 
- 
 
- 
- 
- 
Method Detail- 
executeCmdprotected Void executeCmd(CommandContext commandContext) - Specified by:
- executeCmdin class- AbstractWritableIdentityServiceCmd<Void>
 
 
- 
 
-