Class AddIdentityLinkForContentCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.AddIdentityLinkForContentCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<Void>
public class AddIdentityLinkForContentCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddIdentityLinkForContentCmd
(String contentItemId, String userId, String groupId, String type) -
Method Summary
-
Field Details
-
contentItemId
-
userId
-
groupId
-
type
-
-
Constructor Details
-
AddIdentityLinkForContentCmd
-
-
Method Details
-
validateParams
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-