Package com.flowable.idm.engine.impl.cmd
Class CreateGroupCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.CreateGroupCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Group>
public class CreateGroupCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Group>, Serializable
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.idm.api.Group
execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
groupId
-
-
Constructor Details
-
CreateGroupCmd
-
-
Method Details
-
execute
public org.flowable.idm.api.Group execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Group>
-