Class CreateMembershipCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.CreateMembershipCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Object>

public class CreateMembershipCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Object>, Serializable
Author:
Tom Baeyens, Joram Barrez
See Also:
  • Constructor Details

    • CreateMembershipCmd

      public CreateMembershipCmd(String userId, String groupId)
  • Method Details

    • execute

      public Object execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Object>