Uses of Class
de.xima.fc.entities.Datenquelle
-
-
Uses of Datenquelle in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Datenquelle Modifier and Type Method Description Datenquelle
DatenquelleAPI. getDatenquelleById(UserContext uc, Mandant mandant, int id)
Method for determining a data source of client by the ID.Datenquelle
DatenquelleAPI. getDatenquelleByName(UserContext uc, Mandant mandant, String name)
Deprecated.Datenquelle
DatenquelleAPI. getDatenquelleByName(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Method for determining a data source of a client by the name and type.Datenquelle
DatenquelleAPI. getPublicDatasource(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Methods in de.xima.fc.api.entity that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
DatenquelleAPI. getDatenquellen(UserContext uc, Mandant mandant)
Method for determining all data sources of aMandant
. -
Uses of Datenquelle in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Datenquelle Modifier and Type Method Description Datenquelle
DatenquelleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Datenquelle
DatenquelleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Datenquelle
DatenquelleDao. getDatenquelleById(IEntityContext ec, Mandant mandant, int id)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.Datenquelle
DatenquelleDao. getDatenquelleByName(IEntityContext ec, Mandant mandant, String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.Datenquelle
DatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.Datenquelle
DatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)
Methods in de.xima.fc.dao.impl that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
DatenquelleDao. getDatenquellen(IEntityContext ec, Mandant mandant)
Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.protected IFCDaoActionHook<Datenquelle>
DatenquelleDao. getPostActionHook()
protected IFCDaoActionHook<Datenquelle>
DatenquelleDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type Datenquelle Modifier and Type Method Description String
DatenquelleDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
DatenquelleDao. getEntityRefs(IEntityContext ec, Datenquelle dataSource)
-
Uses of Datenquelle in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Datenquelle Modifier and Type Method Description Datenquelle
IDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the data source with the given UUID stringDatenquelle
IDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the data source with the given UUIDDatenquelle
IDatenquelleDao. getDatenquelleById(IEntityContext ec, Mandant mandant, int id)
Datenquelle
IDatenquelleDao. getDatenquelleByName(IEntityContext ec, Mandant mandant, String name)
Datenquelle
IDatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Datenquelle
IDatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)
Methods in de.xima.fc.dao.interfaces that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
IDatenquelleDao. getDatenquellen(IEntityContext ec, Mandant mandant)
Methods in de.xima.fc.dao.interfaces with parameters of type Datenquelle Modifier and Type Method Description String
IDatenquelleDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude)
Returns a name that is not taken by anotherDatenquelle
in the given client other than the excluded data source. -
Uses of Datenquelle in de.xima.fc.entities
Methods in de.xima.fc.entities that return Datenquelle Modifier and Type Method Description Datenquelle
ProjectInviteData. getDataSource()
Methods in de.xima.fc.entities with parameters of type Datenquelle Modifier and Type Method Description void
ProjectInviteData. setDataSource(Datenquelle dataSource)
-
Uses of Datenquelle in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type Datenquelle Modifier and Type Method Description IEntityListModelSelectByView<Datenquelle>
DataSourcesBean. getModel()
IEntityListModelSelectByView<Datenquelle>
DbQueryBean. getModel()
Methods in de.xima.fc.gui.bean.data with parameters of type Datenquelle Modifier and Type Method Description org.primefaces.model.StreamedContent
DbQueryBean. getQuery(Datenquelle query)
GeneratesStreamedContent
for the given db query and returns itString
DbQueryBean. getResourceName(Datenquelle datenquelle)
org.primefaces.model.StreamedContent
DataSourcesBean. getSource(Datenquelle source)
GeneratesStreamedContent
for the given data source and returns itvoid
DataSourcesBean.EntityListModelImpl. setSelected(Datenquelle selected)
void
DbQueryBean.EntityListModelImpl. setSelected(Datenquelle selected)
Method parameters in de.xima.fc.gui.bean.data with type arguments of type Datenquelle Modifier and Type Method Description void
DataSourcesBean. setModel(IEntityListModelSelectByView<Datenquelle> model)
void
DbQueryBean. setModel(IEntityListModelSelectByView<Datenquelle> model)
-
Uses of Datenquelle in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
ProjectInviteBean. getAllData()
Method parameters in de.xima.fc.gui.bean.project with type arguments of type Datenquelle Modifier and Type Method Description void
ProjectInviteBean. setAllData(List<Datenquelle> allData)
-
Uses of Datenquelle in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type Datenquelle Modifier and Type Method Description static String
FileUtils. generateFileName(Datenquelle source)
Generates a file name for the given data sourcestatic String
FileUtils. getExtension(Datenquelle source)
Returns the file extension for the given data sourcestatic File
FileUtils. getFile(Datenquelle source, File outDir)
Generates aFile
for a given data sourceMethod parameters in de.xima.fc.gui.common.utils with type arguments of type Datenquelle Modifier and Type Method Description static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
FileFileUtils. createZipFileFromDataSources(List<Datenquelle> sources, File outDir, String zipFileName)
Packs the contents of the given data sources into one zip file which will be placed in the specified output directorystatic org.primefaces.model.StreamedContent
FileUtils. getStreamedContent(List<Datenquelle> sources, String zipFileName)
GeneratesStreamedContent
from the given List of data sources. -
Uses of Datenquelle in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type Datenquelle Constructor Description DataSourceModifiedEvent(Datenquelle entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)
Creates a new entity POJO with the given data. -
Uses of Datenquelle in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return Datenquelle Modifier and Type Method Description Datenquelle
InviteDatasourceModel. getDatasource()
Methods in de.xima.fc.gui.model with parameters of type Datenquelle Modifier and Type Method Description void
InviteDatasourceModel. setDatasource(Datenquelle datasource)
Constructors in de.xima.fc.gui.model with parameters of type Datenquelle Constructor Description InviteDatasourceModel(Datenquelle datasource)
-
Uses of Datenquelle in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type Datenquelle Modifier and Type Method Description static String
QueryUtils. genreateUrl(Datenquelle source)
Generate the servlet URL for the given source -
Uses of Datenquelle in de.xima.fc.gui.utils.data.importer
Methods in de.xima.fc.gui.utils.data.importer that return Datenquelle Modifier and Type Method Description Datenquelle
DataSourceImporter. getDataSource()
-
Uses of Datenquelle in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Datenquelle Modifier and Type Method Description Datenquelle
DatenquelleHandler. getDatenquelleById(UserContext uc, Mandant mandant, int id)
Gets the DataStores by.Datenquelle
DatenquelleHandler. getDatenquelleByName(UserContext uc, Mandant man, String name)
Gets the DataStores by.Datenquelle
DatenquelleHandler. getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Datenquelle
DatenquelleHandler. getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type)
Methods in de.xima.fc.handler.entity that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
DatenquelleHandler. getDatenquellen(UserContext uc, Mandant mandant)
Gets the DataStores. -
Uses of Datenquelle in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Datenquelle Modifier and Type Method Description Datenquelle
IDatenquelleHandler. getDatenquelleById(UserContext uc, Mandant client, int id)
Gets the DataStores by.Datenquelle
IDatenquelleHandler. getDatenquelleByName(UserContext uc, Mandant client, String name)
Gets the DataStores by.Datenquelle
IDatenquelleHandler. getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and typeDatenquelle
IDatenquelleHandler. getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
Gets an public datasourceMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
IDatenquelleHandler. getDatenquellen(UserContext uc, Mandant client)
Gets the DataStores. -
Uses of Datenquelle in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type Datenquelle Modifier and Type Method Description protected IGenericDao<Datenquelle>
DataSourceImportConfig. getDao()
Constructors in de.xima.fc.importer.config with parameters of type Datenquelle Constructor Description DataSourceImportConfig(IEntityContext ec, Mandant client, Datenquelle entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type Datenquelle Constructor Description DataSourceImportConfig(IEntityImportConfigData<Datenquelle> data)
-
Uses of Datenquelle in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Datenquelle Constructor Description DataSourceImportStager(IEntityContext ec, Datenquelle entity, Mandant client)
Deprecated. -
Uses of Datenquelle in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
IWorkflowProvider. getAllDatabaseQueries()
-
Uses of Datenquelle in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource with parameters of type Datenquelle Modifier and Type Method Description static IDatenquelleResolver
DatenquelleResolverFactory. createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IDatenquelleParams params, IPluginDataSourceParams pluginParams)
static IDatenquelleResolver
DatenquelleResolverFactory. createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params, IPluginDataSourceParams pluginParams)
static IDatenquelleResolver
DatenquelleResolverFactory. createSystemDatenquelleItemResolver(Datenquelle datenquelle, IDatenquelleParams params)
static IDatenquelleResolver
DatenquelleResolverFactory. createSystemDatenquelleItemResolver(Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params)
Diese Methode liefert eine Instanz vom TypIDatenquelleResolver
.Constructors in de.xima.fc.web.common.datasource with parameters of type Datenquelle Constructor Description CSVDatenquelleResolver(Datenquelle datenquelle, IDatenquelleParams params)
CSVDatenquelleResolver(Datenquelle datenquelle, IReplacerParams replacerParams, IDatenquelleParams params)
DBDatenquelleResolver(Datenquelle datenquelle, IDatenquelleParams params)
DBDatenquelleResolver(Datenquelle datenquelle, IReplacerParams replacerParams, IDatenquelleParams params)
-
Uses of Datenquelle in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
WorkflowProviderBean. getAllDatabaseQueries()
-
Uses of Datenquelle in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
WorkflowRequestContextModel. getDatabaseQueries()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type Datenquelle Modifier and Type Method Description void
WorkflowRequestContextModel. setDatabaseQueries(List<Datenquelle> databaseQueries)
-
Uses of Datenquelle in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type Datenquelle Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. databaseQuery(Datenquelle databaseQuery)
Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENT
that uses a preconfigured database query.static WorkflowNode
WorkflowNodeFactory. databaseQuery(Datenquelle databaseQuery, Map<String,String> queryParameters)
Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENT
that uses a preconfigured database query. -
Uses of Datenquelle in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type Datenquelle Modifier and Type Method Description static List<Datenquelle>
WorkflowProviderHelper. computeAllDatabaseQueries(IEntityContext ec, Mandant client)
-
Uses of Datenquelle in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type Datenquelle Modifier and Type Method Description List<Datenquelle>
ValidationWorkflowProvider. getAllDatabaseQueries()
-