Uses of Class
de.xima.fc.entities.Datenquelle
Packages that use Datenquelle
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of Datenquelle in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return DatenquelleModifier and TypeMethodDescriptionDatenquelleAPI.getDatenquelleById(UserContext uc, Mandant mandant, int id) Method for determining a data source of client by the ID.DatenquelleAPI.getDatenquelleByName(UserContext uc, Mandant mandant, String name) Deprecated.DatenquelleAPI.getDatenquelleByName(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Method for determining a data source of a client by the name and type.DatenquelleAPI.getPublicDatasource(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Methods in de.xima.fc.api.entity that return types with arguments of type DatenquelleModifier and TypeMethodDescriptionDatenquelleAPI.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 DatenquelleModifier and TypeMethodDescriptionDatenquelleDao.getByUUID(IEntityContext ec, Mandant client, String uuid) DatenquelleDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) DatenquelleDao.getDatenquelleById(IEntityContext ec, Mandant mandant, int id) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquelleByName(IEntityContext ec, Mandant mandant, String name) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type) Methods in de.xima.fc.dao.impl that return types with arguments of type DatenquelleModifier and TypeMethodDescriptionDatenquelleDao.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 DatenquelleModifier and TypeMethodDescriptionDatenquelleDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude) DatenquelleDao.getEntityRefs(IEntityContext ec, Datenquelle dataSource) -
Uses of Datenquelle in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return DatenquelleModifier and TypeMethodDescriptionIDatenquelleDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the data source with the given UUID stringIDatenquelleDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the data source with the given UUIDIDatenquelleDao.getDatenquelleById(IEntityContext ec, Mandant mandant, int id) IDatenquelleDao.getDatenquelleByName(IEntityContext ec, Mandant mandant, String name) IDatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) IDatenquelleDao.getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type) Methods in de.xima.fc.dao.interfaces that return types with arguments of type DatenquelleModifier and TypeMethodDescriptionIDatenquelleDao.getDatenquellen(IEntityContext ec, Mandant mandant) Methods in de.xima.fc.dao.interfaces with parameters of type DatenquelleModifier and TypeMethodDescriptionIDatenquelleDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude) Returns a name that is not taken by anotherDatenquellein 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 DatenquelleMethods in de.xima.fc.entities with parameters of type Datenquelle -
Uses of Datenquelle in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return DatenquelleModifier and TypeMethodDescriptionDataSourcesBean.EntityListModelImpl.getNew()DbQueryBean.EntityListModelImpl.getNew()Methods in de.xima.fc.gui.bean.data that return types with arguments of type DatenquelleMethods in de.xima.fc.gui.bean.data with parameters of type DatenquelleModifier and TypeMethodDescriptionorg.primefaces.model.StreamedContentDbQueryBean.getQuery(Datenquelle query) GeneratesStreamedContentfor the given db query and returns itDbQueryBean.getResourceName(Datenquelle datenquelle) org.primefaces.model.StreamedContentDataSourcesBean.getSource(Datenquelle source) GeneratesStreamedContentfor the given data source and returns itvoidDataSourcesBean.EntityListModelImpl.setSelected(Datenquelle selected) voidDbQueryBean.EntityListModelImpl.setSelected(Datenquelle selected) Method parameters in de.xima.fc.gui.bean.data with type arguments of type DatenquelleModifier and TypeMethodDescriptionvoidDataSourcesBean.setModel(IEntityListModelSelectByView<Datenquelle> model) voidDbQueryBean.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 DatenquelleMethod parameters in de.xima.fc.gui.bean.project with type arguments of type Datenquelle -
Uses of Datenquelle in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type DatenquelleModifier and TypeMethodDescriptionstatic StringFileUtils.generateFileName(Datenquelle source) Generates a file name for the given data sourcestatic StringFileUtils.getExtension(Datenquelle source) Returns the file extension for the given data sourcestatic FileFileUtils.getFile(Datenquelle source, File outDir) Generates aFilefor a given data sourceMethod parameters in de.xima.fc.gui.common.utils with type arguments of type DatenquelleModifier and TypeMethodDescriptionstatic <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.StreamedContentFileUtils.getStreamedContent(List<Datenquelle> sources, String zipFileName) GeneratesStreamedContentfrom 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 DatenquelleModifierConstructorDescriptionDataSourceModifiedEvent(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 DatenquelleMethods in de.xima.fc.gui.model with parameters of type DatenquelleModifier and TypeMethodDescriptionvoidInviteDatasourceModel.setDatasource(Datenquelle datasource) Constructors in de.xima.fc.gui.model with parameters of type Datenquelle -
Uses of Datenquelle in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type DatenquelleModifier and TypeMethodDescriptionstatic final StringQueryUtils.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 -
Uses of Datenquelle in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return DatenquelleModifier and TypeMethodDescriptionDatenquelleHandler.getDatenquelleById(UserContext uc, Mandant mandant, int id) Gets the DataStores by.DatenquelleHandler.getDatenquelleByName(UserContext uc, Mandant man, String name) Gets the DataStores by.DatenquelleHandler.getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) DatenquelleHandler.getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type) Methods in de.xima.fc.handler.entity that return types with arguments of type DatenquelleModifier and TypeMethodDescriptionDatenquelleHandler.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 DatenquelleModifier and TypeMethodDescriptionIDatenquelleHandler.getDatenquelleById(UserContext uc, Mandant client, int id) Gets the DataStores by.IDatenquelleHandler.getDatenquelleByName(UserContext uc, Mandant client, String name) Gets the DataStores by.IDatenquelleHandler.getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp) Gets the DataStores by name and typeIDatenquelleHandler.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 DatenquelleModifier and TypeMethodDescriptionIDatenquelleHandler.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 DatenquelleModifier and TypeMethodDescriptionprotected IGenericDao<Datenquelle>DataSourceImportConfig.getDao()Constructors in de.xima.fc.importer.config with parameters of type DatenquelleModifierConstructorDescriptionDataSourceImportConfig(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 -
Uses of Datenquelle in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type DatenquelleModifierConstructorDescriptionDataSourceImportStager(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 -
Uses of Datenquelle in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return DatenquelleModifier and TypeMethodDescriptionstatic DatenquelleEntityDummyFactory.dummyCsvSource(String name, String csv, Mandant client) static DatenquelleEntityDummyFactory.dummyDbQuery(String name, DatenbankZugriff connection, String sql) static DatenquelleEntityDummyFactory.dummyDbQuery(String name, DatenbankZugriff connection, String sql, Mandant client) -
Uses of Datenquelle in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource with parameters of type DatenquelleModifier and TypeMethodDescriptionstatic IDatenquelleResolverDatenquelleResolverFactory.createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IDatenquelleParams params, IPluginDataSourceParams pluginParams) static IDatenquelleResolverDatenquelleResolverFactory.createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params, IPluginDataSourceParams pluginParams) static IDatenquelleResolverDatenquelleResolverFactory.createSystemDatenquelleItemResolver(Datenquelle datenquelle, IDatenquelleParams params) static IDatenquelleResolverDatenquelleResolverFactory.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 DatenquelleModifierConstructorDescriptionCSVDatenquelleResolver(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 -
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 DatenquelleMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type DatenquelleModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.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 DatenquelleModifier and TypeMethodDescriptionstatic WorkflowNodeWorkflowNodeFactory.databaseQuery(Datenquelle databaseQuery) Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static WorkflowNodeWorkflowNodeFactory.databaseQuery(Datenquelle databaseQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static WorkflowNodeWorkflowNodeFactory.databaseQuery(Datenquelle databaseQuery, Map<String, String> queryParameters) Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(Datenquelle databaseQuery) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(Datenquelle databaseQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(Datenquelle databaseQuery, Map<String, String> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTthat 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 DatenquelleModifier and TypeMethodDescriptionstatic 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
DatenquelleAPI.getDatenquelleByName(UserContext, Mandant, String, EDatenquellenTyp)instead