fr.cnes.sitools.resources.order
Class DirectOrderResourceModel

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by fr.cnes.sitools.common.model.ExtensionModel<ResourceParameter>
          extended by fr.cnes.sitools.plugins.resources.model.ResourceModel
              extended by fr.cnes.sitools.tasks.model.TaskResourceModel
                  extended by fr.cnes.sitools.resources.order.OrderResourceModel
                      extended by fr.cnes.sitools.resources.order.DirectOrderResourceModel
All Implemented Interfaces:
IResource, Validable

public class DirectOrderResourceModel
extends OrderResourceModel

ResourceModel to order files and create an archive file 'on the fly' Multiple archive format are available including ZIP, TAR or TAR.GZ

Author:
m.gond

Field Summary
 
Fields inherited from class fr.cnes.sitools.tasks.model.TaskResourceModel
RESOURCE_IMPL_PARAM_NAME, RUN_TYPE_PARAM_NAME_ADMINISTATION, RUN_TYPE_PARAM_NAME_USER_INPUT
 
Constructor Summary
DirectOrderResourceModel()
          Constructor for DirectOrderResource, initialise the properties and parameters of the ResourceModel
 
Method Summary
 Validator<ResourceModel> getValidator()
          Get the Validator on a Object
 
Methods inherited from class fr.cnes.sitools.tasks.model.TaskResourceModel
getResourceImplClassName, getRunTypeAdministration, getRunTypeClient, setResourceImplClassName, setRunTypeAdministration, setRunTypeClient
 
Methods inherited from class fr.cnes.sitools.plugins.resources.model.ResourceModel
addParam, completeAttachUrlWith, getApplicationClassName, getBehavior, getDataSetSelection, getImage, getParameterByName, getParent, getResourceClassName, initParametersForAdmin, setApplicationClassName, setBehavior, setDataSetSelection, setImage, setParent, setResourceClassName
 
Methods inherited from class fr.cnes.sitools.common.model.ExtensionModel
getClassAuthor, getClassName, getClassOwner, getClassVersion, getDescription, getDescriptionAction, getId, getName, getParametersMap, setClassAuthor, setClassName, setClassOwner, setClassVersion, setDescription, setDescriptionAction, setId, setName, setParametersMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectOrderResourceModel

public DirectOrderResourceModel()
Constructor for DirectOrderResource, initialise the properties and parameters of the ResourceModel

Method Detail

getValidator

public Validator<ResourceModel> getValidator()
Description copied from interface: Validable
Get the Validator on a Object

Specified by:
getValidator in interface Validable
Overrides:
getValidator in class OrderResourceModel
Returns:
the validator on a object


Copyright © 2010-2013 CNES. All Rights Reserved.