fr.cnes.sitools.dictionary
Class ConceptTemplateResource
java.lang.Object
  
ExtendedWadlServerResource
      
fr.cnes.sitools.common.resource.AbstractSitoolsResource
          
fr.cnes.sitools.common.SitoolsResource
              
fr.cnes.sitools.dictionary.AbstractConceptTemplateResource
                  
fr.cnes.sitools.dictionary.ConceptTemplateResource
public class ConceptTemplateResource
- extends AbstractConceptTemplateResource
 
Resource for concept template services
- Author:
 
  - jp.boignard (AKKA technologies)
 
 
 
 
| 
Method Summary | 
 org.restlet.representation.Representation | 
deleteConceptTemplate(org.restlet.representation.Variant variant)
 
          Delete template | 
 org.restlet.representation.Representation | 
retrieveConceptTemplate(org.restlet.representation.Variant variant)
 
          get template | 
 void | 
sitoolsDescribe()
 
          Method implementation mandatory | 
 org.restlet.representation.Representation | 
updateConceptTemplate(org.restlet.representation.Representation representation,
                      org.restlet.representation.Variant variant)
 
          Update existing template | 
 
 
| Methods inherited from class fr.cnes.sitools.common.SitoolsResource | 
addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardResponseInfo, addStandardSimpleResponseInfo, getNotificationObject, getRepresentation, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting, trace, trace | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConceptTemplateResource
public ConceptTemplateResource()
sitoolsDescribe
public void sitoolsDescribe()
- Description copied from class: 
AbstractSitoolsResource 
- Method implementation mandatory
- Specified by:
 sitoolsDescribe in class AbstractSitoolsResource
 
 
 
retrieveConceptTemplate
@Get
public org.restlet.representation.Representation retrieveConceptTemplate(org.restlet.representation.Variant variant)
- get template
- Parameters:
 variant - client preferred media type
- Returns:
 - Representation
 
 
 
updateConceptTemplate
@Put
public org.restlet.representation.Representation updateConceptTemplate(org.restlet.representation.Representation representation,
                                                                           org.restlet.representation.Variant variant)
- Update existing template
- Parameters:
 representation - inputvariant - client preferred media type
- Returns:
 - Representation
 
 
 
deleteConceptTemplate
@Delete
public org.restlet.representation.Representation deleteConceptTemplate(org.restlet.representation.Variant variant)
- Delete template
- Parameters:
 variant - client preferred media type
- Returns:
 - Representation
 
 
 
Copyright © 2010-2013 CNES. All Rights Reserved.