Package com.flowable.idm.engine.impl.cmd
Class SetPlatformGroupInfoCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.SetPlatformGroupInfoCmd
- All Implemented Interfaces:
Serializable
,Command<PlatformIdentityInfoEntity>
public class SetPlatformGroupInfoCmd
extends Object
implements Command<PlatformIdentityInfoEntity>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetPlatformGroupInfoCmd
(String groupId, String tenantId, String name, Object value) -
Method Summary
-
Field Details
-
groupId
-
tenantId
-
name
-
value
-
-
Constructor Details
-
SetPlatformGroupInfoCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<PlatformIdentityInfoEntity>
-