Serialized Form


Package fr.cnes.sitools.common.dto

Class fr.cnes.sitools.common.dto.ExtensionModelDTO extends org.restlet.engine.Helper implements Serializable

serialVersionUID: -7971395419463412426L

Serialized Fields

id

java.lang.String id
ID


name

java.lang.String name
Identifier of the model.


description

java.lang.String description
Description of the model.


className

java.lang.String className
Converter className


descriptionAction

java.lang.String descriptionAction
descriptionAction of the model


classVersion

java.lang.String classVersion
Converter class version


classAuthor

java.lang.String classAuthor
Converter class author


classOwner

java.lang.String classOwner
Owner of the model


currentClassVersion

java.lang.String currentClassVersion
Converter current class version


currentClassAuthor

java.lang.String currentClassAuthor
Converter current class author


parameters

java.util.List<E> parameters
List of parameters used for JSON serialization


Package fr.cnes.sitools.common.exception

Class fr.cnes.sitools.common.exception.SitoolsException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package fr.cnes.sitools.common.model

Class fr.cnes.sitools.common.model.Dependencies extends java.lang.Object implements Serializable

serialVersionUID: -3239787982855482109L

Serialized Fields

js

java.util.List<E> js
List of js Url


css

java.util.List<E> css
List of css Url

Class fr.cnes.sitools.common.model.Event extends java.lang.Object implements Serializable

serialVersionUID: -482012696358966404L

Serialized Fields

eventDate

java.util.Date eventDate
Event date.


author

java.lang.String author
Event author.


description

java.lang.String description
Event description.


message

java.lang.String message
Event detail message.


notify

boolean notify
Indicates if user notification is needed.

Class fr.cnes.sitools.common.model.Resource extends java.lang.Object implements Serializable

serialVersionUID: 5943645674576142663L

Serialized Fields

urn

java.lang.String urn
TODO use urn for resource identifier. >> Each entity must be associated with a unique urn. >> if urls change, urns stay. >> Class/Application urn resolver to retrieve url of a resource by urn

See Also:
Exemples : urn:instance-sitools:dataset:uniquename urn:instance-sitools:dictionary:global:notion:lat

id

java.lang.String id
Object identifier.


name

java.lang.String name
Object name.


description

java.lang.String description
Object description.


type

java.lang.String type
Object type or category.


category

Category category
Category


tooltip

java.lang.String tooltip
Contextual help.


url

java.lang.String url
Resource URL.


mediaType

java.lang.String mediaType
Default mediaType.


author

java.lang.String author
Author.


owner

java.lang.String owner
Owner.


lastUpdate

java.lang.String lastUpdate
Resource last update.


status

java.lang.String status
Status - not stored TODO see if Resource status is needed.


authorized

java.lang.String authorized
If the dataset is authorized not Stored, only for client communication


visible

java.lang.Boolean visible
Describes if the dataset is visible


properties

java.util.ArrayList<E> properties
A list of properties

Class fr.cnes.sitools.common.model.Response extends java.lang.Object implements Serializable

serialVersionUID: 4061612957303187030L

Serialized Fields

success

java.lang.Boolean success
Status of the response.


total

java.lang.Integer total
Number total of items.


message

java.lang.String message
Message.


data

java.util.ArrayList<E> data
Array of items.


item

java.lang.Object item
One item.


itemClass

java.lang.Class<T> itemClass
Class of Object item or ArrayList.


itemName

java.lang.String itemName
Alias of item.


url

java.lang.String url
Url of the request Only for test ?


count

java.lang.Integer count
The pagination number


offset

java.lang.Integer offset
The offset number


Package fr.cnes.sitools.dataset.converter.dto

Class fr.cnes.sitools.dataset.converter.dto.ConverterModelDTO extends ExtensionModelDTO<ConverterParameter> implements Serializable

serialVersionUID: -5661071686675543858L

Serialized Fields

status

java.lang.String status
The status of the converter


Package fr.cnes.sitools.dataset.filter.dto

Class fr.cnes.sitools.dataset.filter.dto.FilterModelDTO extends ExtensionModelDTO<FilterParameter> implements Serializable

Serialized Fields

status

java.lang.String status
The status of the Filter


Package fr.cnes.sitools.dataset.filter.model

Class fr.cnes.sitools.dataset.filter.model.FilterModel extends ExtensionModel<FilterParameter> implements Serializable

Serialized Fields

status

java.lang.String status
The status of the Filter


Package fr.cnes.sitools.dataset.model

Class fr.cnes.sitools.dataset.model.DataSet extends java.lang.Object implements Serializable

serialVersionUID: 3386484051740374876L

Serialized Fields

id

java.lang.String id
Identifier of the DataSet


name

java.lang.String name
DataSet name


description

java.lang.String description
DataSet description


nbRecords

int nbRecords
Total number of results for information


image

Resource image
Resource image attached to DataSet TODO URL externe ou interne (fichier uploaded)


datasource

Resource datasource
Reference to DataSource


status

java.lang.String status
DataSet activation status (activated or not)


expositions

java.util.List<E> expositions
List of URLs (attachments /...) of the DataSet on the server


sitoolsAttachementForUsers

java.lang.String sitoolsAttachementForUsers
Attachment for users exposition TODO >> Provisoire en attendant les expositions


columnModel

java.util.List<E> columnModel
List of columns defining the DataSet


structures

java.util.List<E> structures
List of structures Tables / Views / ...


expirationDate

java.util.Date expirationDate
Date d'expiration


visible

boolean visible
If the dataset is visible even if it is not authorized


authorized

boolean authorized
If the dataset is authorized ( DTO attribute, only for communication with the client )


datasetView

DatasetView datasetView
The datasetView


structure

SitoolsStructure structure
Structure of the dataset


queryType

java.lang.String queryType
WHERE clauses attached to the DataSet : values : W : Wizard S : SQL


sqlQuery

java.lang.String sqlQuery
Text representation of the WHERE clause of the DataSet


predicat

java.util.List<E> predicat
Structured definition of the WHERE clause of the DataSet


descriptionHTML

java.lang.String descriptionHTML
HTML Description of the DataSet


dirty

java.lang.Boolean dirty
True if a dictionary used by this dataset have been updated


dictionaryMappings

java.util.List<E> dictionaryMappings
Dictionary Mappings


properties

java.util.List<E> properties
List of columns defining the DataSet


datasetViewConfig

java.util.List<E> datasetViewConfig
List of dataset View Config


Package fr.cnes.sitools.dataset.opensearch.model

Class fr.cnes.sitools.dataset.opensearch.model.Opensearch extends java.lang.Object implements Serializable

serialVersionUID: -2956733020988611432L

Serialized Fields

id

java.lang.String id
OpenSearch functionality identifier


name

java.lang.String name
Request name


description

java.lang.String description
Request description


indexedColumns

java.util.List<E> indexedColumns
Indexed columns list. Stores columns id only.


titleField

java.lang.String titleField
Mapping DataSet columns, standards fields RSS results / Atom


descriptionField

java.lang.String descriptionField
RSS / Atom , description field


linkField

java.lang.String linkField
RSS / Atom, link field


linkFieldRelative

boolean linkFieldRelative
true if the linkField is absolute, false otherwise


guidField

java.lang.String guidField
RSS / Atom, guid field


pubDateField

java.lang.String pubDateField
RSS / Atom, pubDate field


indexPath

java.lang.String indexPath
Index file path


requestPath

java.lang.String requestPath
Request resource path


status

java.lang.String status
Enabling / disabling management


parent

java.lang.String parent
DataSet id


image

Resource image
Image = resource


defaultSearchField

java.lang.String defaultSearchField
Default search field


uniqueKey

java.lang.String uniqueKey
unique key for index


keywordColumns

java.util.ArrayList<E> keywordColumns
Name of columns used for keywords auto-completion


lastImportDate

java.util.Date lastImportDate
Last import date


errorMsg

java.lang.String errorMsg
Error message of the last execution


parentUrl

java.lang.String parentUrl
The parent dataset's url


Package fr.cnes.sitools.datasource.jdbc.model

Class fr.cnes.sitools.datasource.jdbc.model.JDBCDataSource extends SitoolsDataSourceModel implements Serializable

serialVersionUID: -1456109441164598853L

Serialized Fields

initialSize

int initialSize
Connection pool configuration - number of connection when start


schemaOnConnection

java.lang.String schemaOnConnection
schema to use for filtering database structures

Class fr.cnes.sitools.datasource.jdbc.model.Record extends java.lang.Object implements Serializable

serialVersionUID: -1331558376589264288L

Serialized Fields

id

java.lang.String id
Record identifier


attributeValues

java.util.List<E> attributeValues
Record values


Package fr.cnes.sitools.datasource.mongodb.model

Class fr.cnes.sitools.datasource.mongodb.model.MongoDBDataSource extends SitoolsDataSourceModel implements Serializable

serialVersionUID: -1456109441164598853L

Serialized Fields

databaseName

java.lang.String databaseName
/** The name of the database to connect to


portNumber

java.lang.Integer portNumber
port number


authentication

boolean authentication
true if the server is in authentication mode, false otherwise


Package fr.cnes.sitools.dictionary.model

Class fr.cnes.sitools.dictionary.model.Concept extends ConceptTemplate implements Serializable

serialVersionUID: 123456789L

Serialized Fields

dictionaryId

java.lang.String dictionaryId
Dictionary identifier

Class fr.cnes.sitools.dictionary.model.ConceptTemplate extends java.lang.Object implements Serializable

serialVersionUID: 4995392080123319157L

Serialized Fields

id

java.lang.String id
Object identifier


name

java.lang.String name
Object name


description

java.lang.String description
Object description, tooltip


type

java.lang.String type
Notion type


url

java.lang.String url
Notion type


properties

java.util.List<E> properties
Others properties

Class fr.cnes.sitools.dictionary.model.Dictionary extends java.lang.Object implements Serializable

serialVersionUID: -6703906662311078977L

Serialized Fields

id

java.lang.String id
Object identifier


name

java.lang.String name
Object name


description

java.lang.String description
Object description


conceptTemplate

ConceptTemplate conceptTemplate
The template for the concepts


concepts

java.util.List<E> concepts
Concept list


Package fr.cnes.sitools.filter.authorizer

Class fr.cnes.sitools.filter.authorizer.DataStorageAuthorizerModel extends FilterModel implements Serializable

serialVersionUID: 7318492062720866483L


Package fr.cnes.sitools.mail.model

Class fr.cnes.sitools.mail.model.Mail extends java.lang.Object implements Serializable

serialVersionUID: 9133012904229218655L

Serialized Fields

subject

java.lang.String subject
Object


from

java.lang.String from
Author


body

java.lang.String body
Content


sentDate

java.util.Date sentDate
Sending date


toList

java.util.List<E> toList
Targets


ccList

java.util.List<E> ccList
Copies


bccList

java.util.List<E> bccList
Masked copies


Package fr.cnes.sitools.notification.model

Class fr.cnes.sitools.notification.model.Notification extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

observable

java.lang.String observable
universal identifier of observable resource


status

java.lang.String status
new status of observable resource, DELETED


message

java.lang.String message
message to observers


event

java.lang.String event
event for triggers


eventSource

java.lang.Object eventSource
event source object

Class fr.cnes.sitools.notification.model.RestletObservable extends java.lang.Object implements Serializable

serialVersionUID: 3374364584167082902L

Serialized Fields

uri

java.lang.String uri
URI of the observable


store

NotificationStore store
Notification manager


observers

java.util.List<E> observers
WARNING - FIXME NOT SCALABLE

Class fr.cnes.sitools.notification.model.RestletObserver extends java.lang.Object implements Serializable

serialVersionUID: 6121649214628657269L

Serialized Fields

uuid

java.lang.String uuid
Observer uid


uriToNotify

java.lang.String uriToNotify
URL utilisée pour notifier l'observer d'un événement sur l'observable


methodToNotify

java.lang.String methodToNotify
method to use with uriToNotify - a priori PUT but could be DELETE when observable is DELETED


mediaTypeToNotify

java.lang.String mediaTypeToNotify
mediaType to use for notification representation


Package fr.cnes.sitools.order.model

Class fr.cnes.sitools.order.model.Order extends java.lang.Object implements Serializable

serialVersionUID: -8244779684875693528L

Serialized Fields

id

java.lang.String id
order identifier sets by the server


userId

java.lang.String userId
User identifier


description

java.lang.String description
Description


resourceCollection

java.util.List<E> resourceCollection
Resource collection - can be url collection or id collection


adminResourceCollection

java.util.List<E> adminResourceCollection
Resource collection for admin only - can be url collection or id collection


resourceDescriptor

java.lang.String resourceDescriptor
Url (pointing to the user storage) describing the content of the order.


status

java.lang.String status
Status of the order sets by the server


dateOrder

java.util.Date dateOrder
Date order sets by the server


events

java.util.List<E> events
Evenements du processus de gestion des commandes


Package fr.cnes.sitools.persistence

Package fr.cnes.sitools.plugins.applications.dto

Class fr.cnes.sitools.plugins.applications.dto.ApplicationPluginModelDTO extends ExtensionModelDTO<ApplicationPluginParameter> implements Serializable

serialVersionUID: -1506062585910799631L

Serialized Fields

label

java.lang.String label
the label of the applicationInstance


urlAttach

java.lang.String urlAttach
url attachment


status

java.lang.String status
the status of the application


category

Category category
category of the application plugin


Package fr.cnes.sitools.plugins.applications.model

Class fr.cnes.sitools.plugins.applications.model.ApplicationPluginModel extends ExtensionModel<ApplicationPluginParameter> implements Serializable

serialVersionUID: 3337418024690313757L

Serialized Fields

label

java.lang.String label
the label of the applicationInstance


urlAttach

java.lang.String urlAttach
url attachment


status

java.lang.String status
the status of the application


category

Category category
category of the application plugin


Package fr.cnes.sitools.plugins.filters.dto

Class fr.cnes.sitools.plugins.filters.dto.FilterModelDTO extends ExtensionModelDTO<FilterParameter> implements Serializable

serialVersionUID: -7520741779129552493L

Serialized Fields

parent

java.lang.String parent
Parent of the filter


filterClassName

java.lang.String filterClassName
Model class name


Package fr.cnes.sitools.plugins.filters.model

Class fr.cnes.sitools.plugins.filters.model.FilterModel extends ExtensionModel<FilterParameter> implements Serializable

serialVersionUID: 8852188703992346122L

Serialized Fields

parent

java.lang.String parent
Parent of the filter


filterClassName

java.lang.String filterClassName
Model class name


Package fr.cnes.sitools.plugins.guiservices.declare.model

Class fr.cnes.sitools.plugins.guiservices.declare.model.GuiServiceModel extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The id


name

java.lang.String name
The name


description

java.lang.String description
The description


label

java.lang.String label
The label of the module


author

java.lang.String author
Author


version

java.lang.String version
Version


icon

java.lang.String icon
The css class of the icon


xtype

java.lang.String xtype
xtype


dependencies

Dependencies dependencies
dependencies


priority

java.lang.Integer priority
priority


dataSetSelection

DataSetSelectionType dataSetSelection
The type of selection authorized on a dataset


defaultGuiService

boolean defaultGuiService
default gui service


defaultVisibility

boolean defaultVisibility
The default visibility when creating a GuiService


Package fr.cnes.sitools.plugins.guiservices.implement.model

Class fr.cnes.sitools.plugins.guiservices.implement.model.GuiServicePluginModel extends GuiServiceModel implements Serializable

serialVersionUID: -5607479913913255555L

Serialized Fields

parent

java.lang.String parent
Parent of the resource


descriptionAction

java.lang.String descriptionAction
description of what the guiservice plugin does


currentGuiServiceVersion

java.lang.String currentGuiServiceVersion
the gui service version, used only for client


parameters

java.util.List<E> parameters
The list of parameters and their values


Package fr.cnes.sitools.plugins.resources.dto

Class fr.cnes.sitools.plugins.resources.dto.ResourceModelDTO extends ExtensionModelDTO<ResourceParameter> implements Serializable

serialVersionUID: -7835909007056431242L

Serialized Fields

parent

java.lang.String parent
Parent of the resource


resourceClassName

java.lang.String resourceClassName
Model class name


applicationClassName

java.lang.String applicationClassName
The name of the application class authorized to attach this ressource


dataSetSelection

DataSetSelectionType dataSetSelection
The type of selection authorized on a dataset


behavior

ResourceBehaviorType behavior
The behavior when using the resource in Sitools IHM


Package fr.cnes.sitools.portal.model

Class fr.cnes.sitools.portal.model.Portal extends Resource implements Serializable

serialVersionUID: 5075327358420875478L

Serialized Fields

favicon

java.lang.String favicon
favicon configurable for portal


Package fr.cnes.sitools.project.model

Class fr.cnes.sitools.project.model.Project extends java.lang.Object implements Serializable

serialVersionUID: -3868128415548604123L

Serialized Fields

id

java.lang.String id
Object identifier


name

java.lang.String name
Object name


description

java.lang.String description
Object description


image

Resource image
image = resource


css

java.lang.String css
Project CSS


dataSets

java.util.List<E> dataSets
Datasets are resources exposed by another application. The project notion came after dataset one. To one project , multiple datasets can be attached.


status

java.lang.String status
Project status (enabled/disabled)


sitoolsAttachementForUsers

java.lang.String sitoolsAttachementForUsers
Attachment for exposition to users TODO >> Provisoire en attendant les expositions


visible

boolean visible
If the project is visible even if it is not authorized


authorized

boolean authorized
If the project is authorized ( DTO attribute, only for communication with the client )


modules

java.util.List<E> modules
Modules are exposed by another application. To one project , multiple modules can be attached.


htmlHeader

java.lang.String htmlHeader
HTML header description


htmlDescription

java.lang.String htmlDescription
HTML description


maintenance

boolean maintenance
true when project is in mainteance


maintenanceText

java.lang.String maintenanceText
Text to display when project in maintenance


links

java.util.List<E> links
A list of links associated to the project


ftlTemplateFile

java.lang.String ftlTemplateFile
File name of the template for the project


navigationMode

java.lang.String navigationMode
File name of the template for the project

Class fr.cnes.sitools.project.model.ProjectModule extends Resource implements Serializable

serialVersionUID: -3850388533685437006L

Serialized Fields

priority

java.lang.Integer priority
priority


categoryModule

java.lang.String categoryModule
CategoryModule


divIdToDisplay

java.lang.String divIdToDisplay
divIdToDisplay


listRoles

java.util.List<E> listRoles
the list of roles


xtype

java.lang.String xtype
the xtype


listProjectModulesConfig

java.util.List<E> listProjectModulesConfig
the list of modules parameters


label

java.lang.String label
The label of the project


Package fr.cnes.sitools.properties.model

Class fr.cnes.sitools.properties.model.SitoolsProperty extends Property implements Serializable

serialVersionUID: -6588187166370526524L

Serialized Fields

type

SitoolsPropertyType type
The type of the property


Package fr.cnes.sitools.resources.order.cart.common.model

Class fr.cnes.sitools.resources.order.cart.common.model.CartSelection extends java.lang.Object implements Serializable

serialVersionUID: 2829660753185960207L

Serialized Fields

selectionId

java.lang.String selectionId

selectionName

java.lang.String selectionName

datasetId

java.lang.String datasetId

dataUrl

java.lang.String dataUrl

datasetName

java.lang.String datasetName

nbRecords

java.lang.String nbRecords

orderDate

java.lang.String orderDate

selections

java.lang.String selections

ranges

java.lang.String ranges

dataToExport

java.lang.String[] dataToExport

startIndex

int startIndex

colModel

java.util.List<E> colModel

records

java.util.List<E> records

Class fr.cnes.sitools.resources.order.cart.common.model.CartSelections extends java.lang.Object implements Serializable

serialVersionUID: 6066827119241221999L

Serialized Fields

selections

java.util.List<E> selections

Package fr.cnes.sitools.role.model

Class fr.cnes.sitools.role.model.Role extends java.lang.Object implements Serializable

serialVersionUID: 679680084708270224L

Serialized Fields

id

java.lang.String id
Role identifier


name

java.lang.String name
Role name


description

java.lang.String description
Role description


users

java.util.List<E> users
Users and groups are resources exposed by another application. Multiple users and groups can be attached to a role. A role lists users and groups as resources.


groups

java.util.List<E> groups
List of groups as resources


Package fr.cnes.sitools.security.authorization.client

Class fr.cnes.sitools.security.authorization.client.ResourceAuthorization extends java.lang.Object implements Serializable

serialVersionUID: 338228119578663776L

Serialized Fields

id

java.lang.String id
Resource identifier


name

java.lang.String name
Resource name


type

java.lang.String type
Type / Authorization or resource class


description

java.lang.String description
resource description / configuration


url

java.lang.String url
Resource URL


refId

java.lang.String refId
reference ResourceAuthorization for managing Classes of ResourceAuthorization


authorizations

java.util.ArrayList<E> authorizations
Authorization list to apply on resource


Package fr.cnes.sitools.security.model

Class fr.cnes.sitools.security.model.Group extends java.lang.Object implements Serializable

serialVersionUID: 6221857392548234871L

Serialized Fields

name

java.lang.String name
Group name


description

java.lang.String description
Group description


users

java.util.ArrayList<E> users
Users belonging to the group

Class fr.cnes.sitools.security.model.User extends java.lang.Object implements Serializable

serialVersionUID: 6078211849526657335L

Serialized Fields

identifier

java.lang.String identifier
Identifier / loggin of the user


firstName

java.lang.String firstName
First name


lastName

java.lang.String lastName
Last name


email

java.lang.String email
e-mail


properties

java.util.List<E> properties
properties


secret

java.lang.String secret
Password

Class fr.cnes.sitools.security.model.UserRole extends java.lang.Object implements Serializable

serialVersionUID: 6078211849526657335L

Serialized Fields

identifier

java.lang.String identifier
Identifier / loggin of the user


firstName

java.lang.String firstName
First name


lastName

java.lang.String lastName
Last name


email

java.lang.String email
e-mail


properties

java.util.List<E> properties
properties


roles

java.util.ArrayList<E> roles
Les roles auxquels l'User appartient


Package fr.cnes.sitools.service.storage.model

Class fr.cnes.sitools.service.storage.model.StorageDirectory extends java.lang.Object implements Serializable

serialVersionUID: 142200684346805628L

Serialized Fields

id

java.lang.String id
ID of the storage


name

java.lang.String name
Name of the storage


description

java.lang.String description
Description of the storage


localPath

java.lang.String localPath
Local path of the storage


publicUrl

java.lang.String publicUrl
Public URL associated with the storage


attachUrl

java.lang.String attachUrl
attachment url


deeplyAccessible

boolean deeplyAccessible
Indicates if the storage is deeply accessible


listingAllowed

boolean listingAllowed
Indicates if listing the storage is allowed


modifiable

boolean modifiable
Indicates of the storage is modifiable


indexed

boolean indexed
Indicates if the storage content must be indexed by solr for search capabilities


authorizerId

java.lang.String authorizerId
Authorizer instance


status

java.lang.String status
The status


Package fr.cnes.sitools.solr.directory

Class fr.cnes.sitools.solr.directory.DirectoryConfigDTO extends DataConfigDTO implements Serializable

serialVersionUID: -7257755058842837435L

Serialized Fields

baseDir

java.lang.String baseDir
(required) The Base directory (absolute path)


fileName

java.lang.String fileName
(required) A regex pattern to identify files


newerThan

java.lang.String newerThan
A date param . Use the format (yyyy-MM-dd HH:mm:ss) . It can also be a datemath string eg: ('NOW-3DAYS'). The single quote is necessary . Or it can be a valid variableresolver format like (${var.name})


olderThan

java.lang.String olderThan
A date param . Same rules as above


biggerThan

java.lang.String biggerThan
A int param.


smallerThan

java.lang.String smallerThan
A int param.


Package fr.cnes.sitools.solr.model

Class fr.cnes.sitools.solr.model.DataConfigDTO extends java.lang.Object implements Serializable

serialVersionUID: 270639430113244255L

Serialized Fields

document

java.lang.String document
document name

Class fr.cnes.sitools.solr.model.DBConfigDTO extends DataConfigDTO implements Serializable

Serialized Fields

datasource

JDBCDataSource datasource
data source definition


entities

java.util.List<E> entities
EntitityDTO list

Class fr.cnes.sitools.solr.model.EntityDTO extends java.lang.Object implements Serializable

serialVersionUID: 2542591258787086854L

Serialized Fields

name

java.lang.String name
Entity name


query

java.lang.String query
Entity query


fields

java.util.List<E> fields
List of fields associated to the Entity

Class fr.cnes.sitools.solr.model.FieldDTO extends java.lang.Object implements Serializable

serialVersionUID: -513124750417046900L

Serialized Fields

column

java.lang.String column
The column name


name

java.lang.String name
The column indexed name


template

java.lang.String template
The optionnal template string

Class fr.cnes.sitools.solr.model.RssXSLTDTO extends java.lang.Object implements Serializable

serialVersionUID: -7034132049029892248L

Serialized Fields

title

java.lang.String title
title field


description

java.lang.String description
Description field


link

java.lang.String link
link field


guid

java.lang.String guid
guid field


pubDate

java.lang.String pubDate
pudDate field


datasetName

java.lang.String datasetName
datasetName


datasetDescription

java.lang.String datasetDescription
datasetDescription


datasetURI

java.lang.String datasetURI
datasetUri


uniqueKey

java.lang.String uniqueKey
Unique key value


indexName

java.lang.String indexName
index name


feedUrl

java.lang.String feedUrl
The feedUrl

Class fr.cnes.sitools.solr.model.SchemaConfigDTO extends java.lang.Object implements Serializable

serialVersionUID: 4777889116414262816L

Serialized Fields

document

java.lang.String document
Document name


uniqueKey

java.lang.String uniqueKey
unique Key field


defaultSearchField

java.lang.String defaultSearchField
defaultSearchField field


fields

java.util.List<E> fields
Field list

Class fr.cnes.sitools.solr.model.SchemaFieldDTO extends java.lang.Object implements Serializable

serialVersionUID: 5730261504538422780L

Serialized Fields

name

java.lang.String name
The name of the field


type

java.lang.String type
The type of the field


defaultValue

java.lang.String defaultValue
The default value for this field if none is provided while adding documents


indexed

boolean indexed
True if this field should be "indexed". If (and only if) a field is indexed, then it is searchable, sortable, and facetable.


stored

boolean stored
True if the value of the field should be retrievable during a search


idCol

java.lang.String idCol
The column id


compressed

boolean compressed
True if this field should be stored using gzip compression. (This will only apply if the field type is compressable; among the standard field types, only TextField and StrField are.)

Class fr.cnes.sitools.solr.model.SolRConfigDTO extends java.lang.Object implements Serializable

serialVersionUID: 815663822283046178L

Serialized Fields

indexName

java.lang.String indexName
Name of the SolR index


schemaConfigDTO

SchemaConfigDTO schemaConfigDTO
Schema.xml model DTO


dataConfigDTO

DataConfigDTO dataConfigDTO
data-config.xml model DTO


rssXSLTDTO

RssXSLTDTO rssXSLTDTO
returnedFieldDTO specific for RSS return


Package fr.cnes.sitools.tasks.model

Class fr.cnes.sitools.tasks.model.TaskModel extends java.lang.Object implements Serializable

serialVersionUID: -7321795037001312418L

Serialized Fields

id

java.lang.String id
The ID of the task


name

java.lang.String name
The Name of the task NEW R4S4


description

java.lang.String description
The description NEW R4S4


status

TaskStatus status
The status of the task


modelId

java.lang.String modelId
The id of the model


customStatus

java.lang.String customStatus
A custom status set by the programmer during the execution


timestamp

long timestamp
The execution remaining time


statusUrl

java.lang.String statusUrl
The URL of the status resource


urlResult

java.lang.String urlResult
The URL of the result


mediaResult

java.lang.String mediaResult
The mediaType of the result


userId

java.lang.String userId
the id of the user


startDate

java.util.Date startDate
date when the Task starts


endDate

java.util.Date endDate
date when the Task stops


runTypeAdministration

TaskRunTypeAdministration runTypeAdministration
Run type


runTypeUserInput

TaskRunTypeUserInput runTypeUserInput
Run type User Input


modelName

java.lang.String modelName
name of the ResourceModel ?


properties

java.util.List<E> properties
A list of properties


Package fr.cnes.sitools.units.astronomy

Class fr.cnes.sitools.units.astronomy.AstronomicUnit extends javax.measure.unit.TransformedUnit<Q extends javax.measure.quantity.Quantity<Q>> implements Serializable

serialVersionUID: 1L


Package fr.cnes.sitools.units.converters

Class fr.cnes.sitools.units.converters.FrequencyWavelengthConverter extends SitoolsUnitConverter implements Serializable

serialVersionUID: 1L


Package fr.cnes.sitools.units.dimension.model

Class fr.cnes.sitools.units.dimension.model.SitoolsUnitConverter extends javax.measure.unit.UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

startUnit

javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity<Q>> startUnit
Starting Unit


targetUnit

javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity<Q>> targetUnit
target Unit


Package fr.cnes.sitools.userstorage.model

Class fr.cnes.sitools.userstorage.model.UserStorage extends java.lang.Object implements Serializable

serialVersionUID: 1593134047575467004L

Serialized Fields

userId

java.lang.String userId
User identifier


storage

DiskStorage storage
Physical properties of the userStorage


status

java.lang.String status
Status of user storage


Package fr.cnes.sitools.util

Class fr.cnes.sitools.util.Property extends java.lang.Object implements Serializable

serialVersionUID: -5002601828479391524L

Serialized Fields

name

java.lang.String name
The Property Name


value

java.lang.String value
The Property Value


scope

java.lang.String scope
Scope



Copyright © 2010-2013 CNES. All Rights Reserved.