Class DeleteIdentityLinkForContentCmd

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

public class DeleteIdentityLinkForContentCmd 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

    • DeleteIdentityLinkForContentCmd

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