Class PersistentQueryConfigTableUtils.SelectedQueryStates
java.lang.Object
com.illumon.iris.controller.utils.PersistentQueryConfigTableUtils.SelectedQueryStates
- Enclosing class:
- PersistentQueryConfigTableUtils
Helper class to analyze and hold selected query states and permissions.
-
Constructor Summary
ConstructorsConstructorDescriptionSelectedQueryStates
(IrisUserContext irisUserContext, PersistentQueryInfo[] selectedQueries, PersistentQueryControllerConfiguration serverConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
invoke()
boolean
-
Constructor Details
-
SelectedQueryStates
public SelectedQueryStates(IrisUserContext irisUserContext, PersistentQueryInfo[] selectedQueries, PersistentQueryControllerConfiguration serverConfiguration)
-
-
Method Details
-
areAllAdmin
public boolean areAllAdmin() -
areAllOwner
public boolean areAllOwner() -
areAllStopped
public boolean areAllStopped() -
areAllRestartable
public boolean areAllRestartable() -
areAllStoppable
public boolean areAllStoppable() -
areAllDisabled
public boolean areAllDisabled() -
areAllEnabled
public boolean areAllEnabled() -
areAllImportMerge
public boolean areAllImportMerge() -
areAllTemporary
public boolean areAllTemporary() -
isReadOnlyUser
public boolean isReadOnlyUser() -
allEnterpriseWorkers
public boolean allEnterpriseWorkers() -
invoke
-