Package com.flowable.idm.engine.impl.cmd
Class CreatePrivilegeQueryCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.CreatePrivilegeQueryCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.PrivilegeQuery>
public class CreatePrivilegeQueryCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.PrivilegeQuery>, java.io.Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CreatePrivilegeQueryCmd()
-
Method Summary
Modifier and Type Method Description org.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>
-