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