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