Class AddIdentityLinkForContentCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.AddIdentityLinkForContentCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class AddIdentityLinkForContentCmd extends Object implements Command<Void>, Serializable
See Also:
  • Field Details

    • contentItemId

      protected String contentItemId
    • userId

      protected String userId
    • groupId

      protected String groupId
    • type

      protected String type
  • Constructor Details

    • AddIdentityLinkForContentCmd

      public AddIdentityLinkForContentCmd(String contentItemId, String userId, String groupId, String type)
  • Method Details