Package de.xima.fc.interfaces.datasource
Interface IDatenquelleParams
-
- All Known Implementing Classes:
DatenquelleParams
public interface IDatenquelleParamsInterface für Datenquellen-Parameter- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description XItemgetItem()Das Formular-Feld von welchem die Datenquelle benutzt wirdMandantgetMandant()Der Mandant in welchem sich das Formular befindetProjektgetProjekt()Das Projekt welches das Formular bereitstelltValueParametersgetRequestParameters()Getter für aufbereitete Request-Parameter welche je nach typ (Prefix) in entsprechende Maps sortiert sind.Map<String,Serializable>getSessionAttributeMap()In der Formular-Sitzung serialisierbare Session-AttributeSessionAttributesgetSessionAttributes()Deprecated.will be removed!
-
-
-
Method Detail
-
getSessionAttributeMap
Map<String,Serializable> getSessionAttributeMap()
In der Formular-Sitzung serialisierbare Session-Attribute- Returns:
SessionAttributes
-
getRequestParameters
ValueParameters getRequestParameters()
Getter für aufbereitete Request-Parameter welche je nach typ (Prefix) in entsprechende Maps sortiert sind.- Returns:
ValueParameters
-
getSessionAttributes
@Deprecated SessionAttributes getSessionAttributes()
Deprecated.will be removed!
-
-