|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.tasks.exposition.AbstractTaskResource
public abstract class AbstractTaskResource
Abstract Resource to handle Tasks
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractTaskResource()
|
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
TaskApplication |
getTaskApplication()
Gets the application value |
TaskModel |
getTaskModelFromRepresentation(org.restlet.representation.Representation representation)
Get the TaskModel object from the representation sent |
java.lang.String |
getUserId()
Gets the userId value |
void |
sitoolsDescribe()
Method implementation mandatory |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTaskResource()
Method Detail |
---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe
in class AbstractSitoolsResource
public void doInit()
SitoolsResource
public final TaskModel getTaskModelFromRepresentation(org.restlet.representation.Representation representation) throws java.io.IOException
representation
- the representation sent (POST or PUT)
java.io.IOException
- if there are some errors while reading the given Representation
public TaskApplication getTaskApplication()
public java.lang.String getUserId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |