Uses of Class
de.xima.fc.entities.DatenbankZugriff
-
Packages that use DatenbankZugriff Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.db Package mit allgemeinen Hilfsklassen für Datenbankzugriffede.xima.fc.gui.bean.data de.xima.fc.gui.bean.workflow de.xima.fc.gui.event.entity de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.bpmn de.xima.fc.ms.test.workflow de.xima.fc.testhelper de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model de.xima.fc.workflow.processor.factory de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation -
-
Uses of DatenbankZugriff in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriffDatenbankZugriffAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)DatenbankZugriffDatenbankZugriffAPI. getByUUID(UserContext uc, Mandant client, String uuid)Returns the DB access with the given UUIDDatenbankZugriffDatenbankZugriffAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)Returns the DB access with the given UUID -
Uses of DatenbankZugriff in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type DatenbankZugriff Modifier and Type Method Description static List<Aktion>DaoActionHookHelper. getActionsReferencingDbConnection(IEntityContext ec, DatenbankZugriff dbConnection) -
Uses of DatenbankZugriff in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriffDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)DatenbankZugriffDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)DatenbankZugriffDatenbankZugriffDao. getDatenbankzugriffByName(Mandant m, String name)Liefert den via Namen angefordeten Mandanten-spezifische Datenbankzugriff.Methods in de.xima.fc.dao.impl that return types with arguments of type DatenbankZugriff Modifier and Type Method Description protected IFCDaoActionHook<DatenbankZugriff>DatenbankZugriffDao. getPostActionHook()protected IFCDaoActionHook<DatenbankZugriff>DatenbankZugriffDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type DatenbankZugriff Modifier and Type Method Description Set<de.xima.cmn.dao.interfaces.IEntity<Long>>DatenbankZugriffDao. getEntityRefs(IEntityContext ec, DatenbankZugriff dbConnection) -
Uses of DatenbankZugriff in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriffIDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the DB access with the given UUIDDatenbankZugriffIDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the DB access with the given UUIDDatenbankZugriffIDatenbankZugriffDao. getDatenbankzugriffByName(Mandant m, String name) -
Uses of DatenbankZugriff in de.xima.fc.db
Methods in de.xima.fc.db with parameters of type DatenbankZugriff Modifier and Type Method Description static voidDBAccessPoolManager. closeDataSource(DatenbankZugriff dbAccess)static ConnectionDBAccessPoolManager. getConnection(DatenbankZugriff dbAccess)static DataSourceDBAccessPoolManager. getDataSource(DatenbankZugriff dbAccess)static BooleanDBAccessPoolManager. testConnection(DatenbankZugriff dbZugriff) -
Uses of DatenbankZugriff in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriffDbConnectionBean.EntityListModelImpl. getNew()Methods in de.xima.fc.gui.bean.data that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>DataSourcesBean. getDatenbankzugriffe()List<DatenbankZugriff>DbConnectionBean. getDatenbankzugriffe()List<DatenbankZugriff>DbQueryBean. getDatenbankzugriffe()IEntityListModelSelectByView<DatenbankZugriff>DbConnectionBean. getModel()Method parameters in de.xima.fc.gui.bean.data with type arguments of type DatenbankZugriff Modifier and Type Method Description voidDbConnectionBean. setModel(IEntityListModelSelectByView<DatenbankZugriff> model) -
Uses of DatenbankZugriff in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>ProcessingBean. getAllDatabaseConnections()Deprecated.Liefert alle für den aktuellen Mandanten hinterlegten Datenbankzugriffe -
Uses of DatenbankZugriff in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type DatenbankZugriff Constructor Description DatabaseConnectionModifiedEvent(DatenbankZugriff entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data. -
Uses of DatenbankZugriff in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriffDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, String uuid)DatenbankZugriffDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)DatenbankZugriffDatenbankzugriffHandler. getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name) -
Uses of DatenbankZugriff in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriffIDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, String uuid)Returns the DB access with the given UUIDDatenbankZugriffIDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)Returns the DB access with the given UUIDDatenbankZugriffIDatenbankzugriffHandler. getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name)Gets the Datenbankzugriff by. -
Uses of DatenbankZugriff in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>IWorkflowProvider. getAllDatabaseConnections() -
Uses of DatenbankZugriff in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type DatenbankZugriff Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmn.data.DataStoreIBpmnElementStore. databaseConnectionDataStore(DatenbankZugriff dbConnection)Gets the globalDataStorefor the givendatabase connection. -
Uses of DatenbankZugriff in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as DatenbankZugriff Modifier and Type Field Description protected DatenbankZugriffAWorkflowEngineTest. dbConnprotected DatenbankZugriffAWorkflowEngineTest. dbConnInvalid -
Uses of DatenbankZugriff in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return DatenbankZugriff Modifier and Type Method Description static DatenbankZugriffEntityDummyFactory. dummyDBConnection(String name, Mandant client)static DatenbankZugriffEntityDummyFactory. dummyDBConnection(String name, Mandant client, EDatenbankTyp type, String jdbcUrl)static DatenbankZugriffEntityDummyFactory. dummyDBConnection(String name, Mandant client, String jdbcUrl)Deprecated.static DatenbankZugriffEntityDummyFactory. dummyDBConnectionInvalid(String name, Mandant client)Methods in de.xima.fc.testhelper with parameters of type DatenbankZugriff Modifier and Type Method Description static DatenquelleEntityDummyFactory. dummyDbQuery(String name, DatenbankZugriff connection, String sql)static DatenquelleEntityDummyFactory. dummyDbQuery(String name, DatenbankZugriff connection, String sql, Mandant client) -
Uses of DatenbankZugriff in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>WorkflowProviderBean. getAllDatabaseConnections() -
Uses of DatenbankZugriff in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>WorkflowRequestContextModel. getDatabaseConnections()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type DatenbankZugriff Modifier and Type Method Description voidWorkflowRequestContextModel. setDatabaseConnections(List<DatenbankZugriff> databaseConnections) -
Uses of DatenbankZugriff in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type DatenbankZugriff Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. databaseQuery(DatenbankZugriff databaseConnection, String sqlStatement)Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENTwith a SQL statement.static FcSqlStatementPropsWorkflowNodePropsFactory. databaseQuery(DatenbankZugriff databaseConnection, String sqlStatement)Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTwith a SQL statement. -
Uses of DatenbankZugriff in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type DatenbankZugriff Modifier and Type Method Description static List<DatenbankZugriff>WorkflowProviderHelper. computeAllDatabaseConnections(IEntityContext ec, Mandant client) -
Uses of DatenbankZugriff in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>ValidationWorkflowProvider. getAllDatabaseConnections()
-