public class GetMetadataQueryTask extends SessionedTask<java.util.Map<Ref,ResourceMetadata>>
Constructor and Description |
---|
GetMetadataQueryTask(ResourceQuery query)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<Ref,ResourceMetadata> |
_execute()
Subclasses implement this method
|
static java.util.Map<Ref,ResourceMetadata> |
getMetadata(ConfigService configService, ResourceQuery query) |
static java.util.Map<Ref,ResourceMetadata> |
getMetadata(ConfigService configService, java.lang.String session, ResourceQuery query) |
static java.util.Map<Ref,ResourceMetadata> |
getMetadata(ConfigService configService, java.lang.String session, ResourceQuery query, boolean sanitize) |
assertExists, assertLocation, assertNONResource, assertNotExists, assertNotLocationData, assertNotNull, assertNotNullElement, assertResource, assertSimple, call, doExecute, doExecute, doExecute, doExecute, expand, getConfigContext, getConfigMBean, getConfigService, getDescription, getSession, isLocation, isReadOnlyTransaction, requiresSystemTransaction
public GetMetadataQueryTask(ResourceQuery query)
public static java.util.Map<Ref,ResourceMetadata> getMetadata(ConfigService configService, ResourceQuery query) throws NotFoundException
NotFoundException
public static java.util.Map<Ref,ResourceMetadata> getMetadata(ConfigService configService, java.lang.String session, ResourceQuery query) throws NotFoundException
NotFoundException
public static java.util.Map<Ref,ResourceMetadata> getMetadata(ConfigService configService, java.lang.String session, ResourceQuery query, boolean sanitize) throws NotFoundException
NotFoundException
protected java.util.Map<Ref,ResourceMetadata> _execute() throws java.lang.Exception
SessionedTask
_execute
in class SessionedTask<java.util.Map<Ref,ResourceMetadata>>
java.lang.Exception