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