|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlApplication
fr.cnes.sitools.common.application.SitoolsApplication
fr.cnes.sitools.common.application.SitoolsParameterizedApplication
fr.cnes.sitools.dataset.AbstractDataSetApplication
public abstract class AbstractDataSetApplication
Abstract application - Factors a DataSetStore and a datasetId
Constructor Summary | |
---|---|
AbstractDataSetApplication(org.restlet.Context context)
Constructor |
Method Summary | |
---|---|
abstract void |
attachDataSet(DataSet ds)
Create and attach a new DataSetApplication |
abstract void |
detachDataSet(DataSet ds)
Detach the DataSetApplication corresponding with the DataSet given object |
abstract void |
detachDataSetDefinitif(DataSet ds)
Detach the DataSetApplication corresponding with the DataSet given object |
org.restlet.ext.wadl.ApplicationInfo |
getApplicationInfo(org.restlet.Request request,
org.restlet.Response response)
|
java.lang.String |
getDatasetId()
Gets the datasetId value |
SitoolsStore<DataSet> |
getStore()
Gets the store value |
Methods inherited from class fr.cnes.sitools.common.application.SitoolsParameterizedApplication |
---|
attachParameterizedResources, detachParameterizedResource, getModel, getModelMap, getPluginStore, setModelMap |
Methods inherited from class fr.cnes.sitools.common.application.SitoolsApplication |
---|
addSecurity, addSecurity, addSecurityFilter, defaultDescribe, getAttachementRef, getAuthenticationRealm, getAuthorizer, getAuthorizer, getAuthorizer, getCategory, getId, getPublicBaseRef, getRepresentationInfoReferences, getSecure, getSettings, getSitoolsApplicationInfo, getType, getUserAuthorizer, isAuthorizationSecure, isUserAuthenticationNeeded, register, setAutoRegistration, setCategory, setId, setSitoolsApplicationInfo, setType, setUserAuthenticationNeeded, sitoolsDescribe, start, stop, unregister, wrapToResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDataSetApplication(org.restlet.Context context)
context
- RESTlet Application ContextMethod Detail |
---|
public final java.lang.String getDatasetId()
public final SitoolsStore<DataSet> getStore()
public abstract void attachDataSet(DataSet ds)
ds
- DataSet objectpublic abstract void detachDataSet(DataSet ds)
ds
- DataSet objectpublic abstract void detachDataSetDefinitif(DataSet ds)
ds
- DataSet objectpublic org.restlet.ext.wadl.ApplicationInfo getApplicationInfo(org.restlet.Request request, org.restlet.Response response)
getApplicationInfo
in class SitoolsParameterizedApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |