Package com.flowable.idm.engine.impl.cmd
Class CreatePrivilegeQueryCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.CreatePrivilegeQueryCmd
-
- All Implemented Interfaces:
Serializable
,Command<PrivilegeQuery>
public class CreatePrivilegeQueryCmd extends Object implements Command<PrivilegeQuery>, Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreatePrivilegeQueryCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivilegeQuery
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public PrivilegeQuery execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<PrivilegeQuery>
-
-