|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGisServerManager
Gis server manager interface
| Method Summary | |
|---|---|
void |
addLog(java.lang.Object o,
int level)
|
void |
clearProviders(java.lang.Object configurationId)
|
void |
deleteLayer(java.lang.Object layerKeys,
int sessionId)
Delete the layer layerId |
void |
deleteLayerData(java.lang.Object layerKeys,
java.lang.Object deletedKeys,
int sessionId)
Delete the data identified by deletedKeys from the layer
layerId |
java.lang.Object |
getDataHandlerReference(java.lang.Object layerKeys,
int sessionId)
Get the reference of the data handler related to the given layer |
java.lang.Object |
getLayerData(java.lang.Object layerKeys,
java.lang.Object appliedFilters,
int sessionId)
Request the data related to the filters appliedFilters
from the layer layerId |
java.lang.Object |
getLayersInformation(java.lang.Object layersConfigurationId,
int sessionId)
Get the layers configuration with the identifier layersConfigurationId |
void |
insertLayer(java.lang.Object insertParameters,
int sessionId)
Insert a new layer with the parameters insertParameters |
java.lang.Object |
insertLayerData(java.lang.Object layerKeys,
java.lang.Object insertedValues,
int sessionId)
Insert the given data insertedValues into the layer
indentified by layerId |
void |
setReferenceLocator(java.lang.Object referenceLocator)
Sets the Ontimize Reference Locator is the GisServerManager class |
void |
updateLayer(java.lang.Object layerKeys,
java.lang.Object updateParameters,
int sessionId)
Update the parameters defined at updateParameters for the
layer with reference layerId |
void |
updateLayerData(java.lang.Object layerKeys,
java.lang.Object updatedKeys,
java.lang.Object newValues,
int sessionId)
Update the data identified by updatedKeys with the values
newValues for the layer layerId |
| Method Detail |
|---|
void addLog(java.lang.Object o,
int level)
throws java.lang.Exception
java.lang.Exception
void setReferenceLocator(java.lang.Object referenceLocator)
throws java.lang.Exception
referenceLocator - Ontimize reference locator
java.lang.Exception
java.lang.Object getLayersInformation(java.lang.Object layersConfigurationId,
int sessionId)
throws java.lang.Exception
layersConfigurationId
layersConfigurationId - Identifier for the layers configuration datasessionId - Session Id for this user
java.lang.Exception
void insertLayer(java.lang.Object insertParameters,
int sessionId)
throws java.lang.Exception
insertParameters
insertParameters - New layer configuration parameterssessionId - Session Id for this user
java.lang.Exception
void deleteLayer(java.lang.Object layerKeys,
int sessionId)
throws java.lang.Exception
layerId
layerKeys - Identifiers for the layer to deletesessionId - Session Id for this user
java.lang.Exception
void updateLayer(java.lang.Object layerKeys,
java.lang.Object updateParameters,
int sessionId)
throws java.lang.Exception
updateParameters for the
layer with reference layerId
layerKeys - Identifiers for the layer to deleteupdateParameters - Parameters to updatesessionId - Session Id for this user
java.lang.Exception
java.lang.Object insertLayerData(java.lang.Object layerKeys,
java.lang.Object insertedValues,
int sessionId)
throws java.lang.Exception
insertedValues into the layer
indentified by layerId
layerKeys - Identifiers for the layer to deleteinsertedValues - New values to insertsessionId - Session Id for this user
java.lang.Exception
void updateLayerData(java.lang.Object layerKeys,
java.lang.Object updatedKeys,
java.lang.Object newValues,
int sessionId)
throws java.lang.Exception
updatedKeys with the values
newValues for the layer layerId
layerKeys - Identifiers for the layer to deleteupdatedKeys - Identifiers of the values to updatenewValues - Values to updatesessionId - Session Id for this user
java.lang.Exception
void deleteLayerData(java.lang.Object layerKeys,
java.lang.Object deletedKeys,
int sessionId)
throws java.lang.Exception
deletedKeys from the layer
layerId
layerKeys - Identifiers for the layer to deletedeletedKeys - Identifiers of the values to deletesessionId - Session Id for this user
java.lang.Exception
java.lang.Object getLayerData(java.lang.Object layerKeys,
java.lang.Object appliedFilters,
int sessionId)
throws java.lang.Exception
appliedFilters
from the layer layerId
layerKeys - Identifiers for the layer to deleteappliedFilters - Defined filters for the data requestsessionId - Session Id for this user
java.lang.Exception
java.lang.Object getDataHandlerReference(java.lang.Object layerKeys,
int sessionId)
throws java.lang.Exception
layerKeys - Identifiers for the layer to deletesessionId - Session Id for this user
java.lang.Exception
void clearProviders(java.lang.Object configurationId)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||