public class FindEnvValuesTask extends SessionedTask<java.util.List<QualifiedEnvValue>>
EnvValueQuery). The search can be performed across a list of resources, locations, or environment value types.| Constructor and Description |
|---|
FindEnvValuesTask(EnvValueQuery query) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<QualifiedEnvValue> |
_execute()
Subclasses implement this method
|
static java.util.List<QualifiedEnvValue> |
findEnvValues(ConfigService configService, java.lang.String session, EnvValueQuery query)
Convenience method that creates a new instance of this task and executes it.
|
assertExists, assertLocation, assertNONResource, assertNotExists, assertNotLocationData, assertNotNull, assertNotNullElement, assertResource, assertSimple, call, doExecute, doExecute, doExecute, doExecute, expand, getConfigContext, getConfigMBean, getConfigService, getDescription, getSession, isLocation, isReadOnlyTransaction, requiresSystemTransactionpublic FindEnvValuesTask(EnvValueQuery query)
public static java.util.List<QualifiedEnvValue> findEnvValues(ConfigService configService, java.lang.String session, EnvValueQuery query) throws NotFoundException
query -NotFoundExceptionprotected java.util.List<QualifiedEnvValue> _execute() throws NotFoundException
SessionedTask_execute in class SessionedTask<java.util.List<QualifiedEnvValue>>NotFoundException