public class GetResourceDataTask<T> extends SessionedTask<T>
| Constructor and Description |
|---|
GetResourceDataTask(Ref ref) |
GetResourceDataTask(Ref ref, boolean copy) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
_execute()
Subclasses implement this method
|
static <T> T |
getData(ConfigService configService, Ref ref) |
static <T> T |
getData(ConfigService configService, Ref ref, boolean copy) |
static <T> T |
getData(ConfigService configService, java.lang.String session, Ref ref) |
static <T> T |
getData(ConfigService configService, java.lang.String session, Ref ref, boolean copy) |
assertExists, assertLocation, assertNONResource, assertNotExists, assertNotLocationData, assertNotNull, assertNotNullElement, assertResource, assertSimple, call, doExecute, doExecute, doExecute, doExecute, expand, getConfigContext, getConfigMBean, getConfigService, getDescription, getSession, isLocation, isReadOnlyTransaction, requiresSystemTransactionpublic GetResourceDataTask(Ref ref)
public GetResourceDataTask(Ref ref, boolean copy)
public static <T> T getData(ConfigService configService, Ref ref) throws NotFoundException
NotFoundExceptionpublic static <T> T getData(ConfigService configService, java.lang.String session, Ref ref) throws NotFoundException
NotFoundExceptionpublic static <T> T getData(ConfigService configService, Ref ref, boolean copy) throws NotFoundException
NotFoundExceptionpublic static <T> T getData(ConfigService configService, java.lang.String session, Ref ref, boolean copy) throws NotFoundException
NotFoundExceptionprotected T _execute() throws NotFoundException
SessionedTask_execute in class SessionedTask<T>NotFoundException