|
||||||||||
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.project.AbstractProjectApplication
fr.cnes.sitools.project.ProjectAdministration
public final class ProjectAdministration
Application for managing projects Dependencies : Projects TODO Constructor with all generic security configuration (Authenticator informations) Configure security application by spring or from server main
Constructor Summary | |
---|---|
ProjectAdministration(org.restlet.Context context)
Category |
|
ProjectAdministration(org.restlet.routing.Router parentRouter,
org.restlet.Context context)
Default constructor |
Method Summary | |
---|---|
void |
attachProject(Project proj)
Create and attach a ProjectApplication according to the given Project object |
org.restlet.Restlet |
createInboundRoot()
|
void |
detachProject(Project proj)
Detach the ProjectApplication according to the given Project object |
void |
detachProjectDefinitif(Project proj)
Detach the ProjectApplication according to the given Project object |
org.restlet.ext.wadl.ApplicationInfo |
getApplicationInfo(org.restlet.Request request,
org.restlet.Response response)
|
void |
sitoolsDescribe()
Abstract method for thinking about implementing it for each concrete application describe is the RESTlet method, but overriding, prevents the self-describing functionality. |
Methods inherited from class fr.cnes.sitools.project.AbstractProjectApplication |
---|
getGraphStore, getProjectId, getStore, setGraphStore |
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, start, stop, unregister, wrapToResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectAdministration(org.restlet.Context context)
context
- parent contextpublic ProjectAdministration(org.restlet.routing.Router parentRouter, org.restlet.Context context)
parentRouter
- for ProjectApplication attachmentcontext
- the contextMethod Detail |
---|
public void sitoolsDescribe()
SitoolsApplication
sitoolsDescribe
in class SitoolsApplication
public org.restlet.Restlet createInboundRoot()
public void attachProject(Project proj)
attachProject
in class AbstractProjectApplication
proj
- Project objectpublic void detachProject(Project proj)
detachProject
in class AbstractProjectApplication
proj
- Project objectpublic void detachProjectDefinitif(Project proj)
detachProjectDefinitif
in class AbstractProjectApplication
proj
- Project 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 |