Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.flowable.idm.api.PrivilegeQuery execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreatePrivilegeQueryCmd

        public CreatePrivilegeQueryCmd()
    • Method Detail

      • execute

        public org.flowable.idm.api.PrivilegeQuery execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.PrivilegeQuery>