|
||||||||||
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.plugins.guiservices.implement.AbstractGuiServicePluginResource
public abstract class AbstractGuiServicePluginResource
Abstract resource for GuiPluginService
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractGuiServicePluginResource()
|
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
org.restlet.representation.Representation |
get(org.restlet.representation.Variant variant)
|
java.lang.String |
getGuiServicePluginId()
Gets the guiServicePluginId value |
GuiServicePluginModel |
getObject(org.restlet.representation.Representation representation)
Get the object from representation |
java.lang.String |
getParentId()
Gets the parentId value |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Response to Representation |
SitoolsStore<GuiServicePluginModel> |
getStore()
Gets the store value |
void |
registerObserver(GuiServicePluginModel input)
Register as observer |
void |
setGuiServicePluginId(java.lang.String guiServicePluginId)
Sets the value of guiServicePluginId |
void |
setParentId(java.lang.String parentId)
Sets the value of parentId |
void |
setStore(SitoolsStore<GuiServicePluginModel> store)
Sets the value of store |
void |
unregisterObserver(GuiServicePluginModel input)
Unregister as Observer |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType, sitoolsDescribe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractGuiServicePluginResource()
Method Detail |
---|
public final void doInit()
SitoolsResource
@Get public org.restlet.representation.Representation get(org.restlet.representation.Variant variant)
public final org.restlet.representation.Representation getRepresentation(Response response, org.restlet.data.MediaType media)
getRepresentation
in class SitoolsResource
response
- the server responsemedia
- the media used
public final GuiServicePluginModel getObject(org.restlet.representation.Representation representation) throws java.io.IOException
representation
- the representation used
java.io.IOException
- if there is an error while parsing the java representation of the objectpublic final void registerObserver(GuiServicePluginModel input)
input
- The ConverterChainedModelpublic final void unregisterObserver(GuiServicePluginModel input)
input
- ConverterChainedModel Objetpublic java.lang.String getGuiServicePluginId()
public void setGuiServicePluginId(java.lang.String guiServicePluginId)
guiServicePluginId
- the guiServicePluginId to setpublic final void setStore(SitoolsStore<GuiServicePluginModel> store)
store
- the store to setpublic final SitoolsStore<GuiServicePluginModel> getStore()
public java.lang.String getParentId()
public void setParentId(java.lang.String parentId)
parentId
- the parentId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |