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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForContentCmd(String contentItemId, String userId, String groupId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
validateParams(String contentItemId, String userId, String groupId, String type)
-