Class GroupStrategyExistsQuery

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Boolean>
com.illumon.iris.db.v2.permissions.GroupStrategyExistsQuery
All Implemented Interfaces:
RemoteQuery<Boolean>, Serializable

public class GroupStrategyExistsQuery extends ContextAwareRemoteQuery<Boolean>
See Also:
  • Constructor Details

    • GroupStrategyExistsQuery

      public GroupStrategyExistsQuery(String group, String strategy)
  • Method Details

    • execute

      public Boolean 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.