Class LiveWidgetUtils.ACLApplier

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.tables.utils.LiveWidgetUtils.ACLApplier
All Implemented Interfaces:
RemoteQuery<Object>, Serializable
Enclosing class:
LiveWidgetUtils

public static class LiveWidgetUtils.ACLApplier extends ContextAwareRemoteQuery<Object>
See Also:
  • Constructor Details

    • ACLApplier

      public ACLApplier(Table table, String name)
  • Method Details

    • execute

      public Object execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.