Uses of Class
de.xima.fc.entities.FrontendServer
Packages that use FrontendServer
Package
Description
Package für den Zugriff auf die API
Package for the API access of the model classes.
Package for API access to system configuration.
Package with default remote interfaces for the communication between master- and frontend-server
Package für Datenbankentitäten
Allgemeine Klassen für den Frontendserver
Die Frontendserver-Implementierung
-
Uses of FrontendServer in de.xima.fc.api
Methods in de.xima.fc.api that return FrontendServerModifier and TypeMethodDescriptionAPISettings.getFServer()Gets the current frontend server entity.Methods in de.xima.fc.api with parameters of type FrontendServerModifier and TypeMethodDescriptionvoidAPISettings.changeScope(FrontendServer frontendServer) Changes the scope of the current frontend server. -
Uses of FrontendServer in de.xima.fc.api.entity
Subclasses with type arguments of type FrontendServer in de.xima.fc.api.entityMethods in de.xima.fc.api.entity with parameters of type FrontendServerModifier and TypeMethodDescriptionVorgangAPI.addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry) Deprecated.VorgangAPI.addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry) Adds a new submission to the form record.FrontendServerPropertyAPI.getByKey(UserContext uc, String key, FrontendServer frontendServer) MandantFrontendServerAPI.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) Method for fetching aMandantFrontendServerProjektAPI.getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs) Method for determining the current version of a project.ProjektRessourcenAPI.getDownloadResource(UserContext uc, FrontendServer fs, long projectId, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.getDownloadResource(UserContext uc, FrontendServer fs, Integer projectId, String resourceName) Deprecated, for removal: This API element is subject to removal in a future version.ProjektRessourcenAPI.getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.UserPortalAPI.getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.booleanProjektAPI.isFsAllowed(UserContext uc, Projekt project, FrontendServer fs) Method for testing whether the project may be called via the frontend server. -
Uses of FrontendServer in de.xima.fc.api.system
Subclasses with type arguments of type FrontendServer in de.xima.fc.api.systemModifier and TypeClassDescriptionclassAPI class for manipulation ofFrontendServerentities and API-Klassse zur Manipulation vonFrontendServer-Entitäten und to invoke the appropriate connect / disconnect and connection testing operationsMethods in de.xima.fc.api.system with parameters of type FrontendServerModifier and TypeMethodDescriptionFSConnectionAPI.connect(UserContext uc, FrontendServer frontendServer) Method for establishing the connection to aFrontendServer.FSConnectionAPI.disconnect(UserContext uc, FrontendServer frontendServer) Method for disconnecting the connection to aFrontendServer.FSConnectionAPI.testConnection(UserContext uc, FrontendServer frontendServer) Method to test a connection to aFrontendServer. -
Uses of FrontendServer in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces with parameters of type FrontendServerModifier and TypeMethodDescriptionIFSServer.authClient(IFSClient client, FrontendServer fsEntity) Method to authenticate a client (master-server) with the frontend-server -
Uses of FrontendServer in de.xima.fc.dao.impl
Subclasses with type arguments of type FrontendServer in de.xima.fc.dao.implMethods in de.xima.fc.dao.impl that return FrontendServerMethods in de.xima.fc.dao.impl that return types with arguments of type FrontendServerModifier and TypeMethodDescriptionprotected IFCDaoActionHook<FrontendServer> FrontendServerDao.getPreActionHook()FrontendServerDao.getUnconnectedByMandant(IEntityContext ec, Mandant man) Methods in de.xima.fc.dao.impl with parameters of type FrontendServerModifier and TypeMethodDescriptionVorgangDao.addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry) Deprecated.VorgangDao.addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry) FrontendServerPropertyDao.createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) voidFrontendServerPropertyDao.deleteProperty(IEntityContext ec, String key, FrontendServer frontendServer) FrontendServerPropertyDao.getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer) booleanFrontendServerPropertyDao.getBooleanValue(IEntityContext ec, String key, FrontendServer frontendServer, boolean defaultValue) FrontendServerPropertyDao.getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer) MandantFrontendServerDao.getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) MandantFrontendServerDao.getBySource(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.UserPortalDao.getForFrontendServer(IEntityContext ec, FrontendServer frontendServer, int page, int pageSize) intFrontendServerPropertyDao.getIntegerValue(IEntityContext ec, String key, FrontendServer frontendServer, int defaultValue) longFrontendServerPropertyDao.getLongValue(IEntityContext ec, String key, FrontendServer frontendServer, long defaultValue) FrontendServerPropertyDao.getStringValue(IEntityContext ec, String key, FrontendServer frontendServer, String defaultValue) booleanProjektDao.isFsAllowed(IEntityContext ec, Projekt project, FrontendServer fs) FrontendServerPropertyDao.updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) -
Uses of FrontendServer in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type FrontendServer in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return FrontendServerMethods in de.xima.fc.dao.interfaces that return types with arguments of type FrontendServerModifier and TypeMethodDescriptionIFrontendServerDao.getUnconnectedByMandant(IEntityContext ec, Mandant man) Methods in de.xima.fc.dao.interfaces with parameters of type FrontendServerModifier and TypeMethodDescriptionIVorgangDao.addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry) Deprecated.IVorgangDao.addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry) Adds a new submission to the form record.IFrontendServerPropertyDao.createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) voidIFrontendServerPropertyDao.deleteProperty(IEntityContext ec, String key, FrontendServer frontendServer) IFrontendServerPropertyDao.getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer) booleanIFrontendServerPropertyDao.getBooleanValue(IEntityContext ec, String key, FrontendServer frontendServer, boolean defaultValue) IFrontendServerPropertyDao.getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer) IMandantFrontendServerDao.getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) IMandantFrontendServerDao.getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant) Deprecated.IUserPortalDao.getForFrontendServer(IEntityContext ec, FrontendServer frontendServer, int page, int pageSize) Returns all user portal entities available on the given frontend server.intIFrontendServerPropertyDao.getIntegerValue(IEntityContext ec, String key, FrontendServer frontendServer, int defaultValue) longIFrontendServerPropertyDao.getLongValue(IEntityContext ec, String key, FrontendServer frontendServer, long defaultValue) IFrontendServerPropertyDao.getStringValue(IEntityContext ec, String key, FrontendServer frontendServer, String defaultValue) booleanIProjektDao.isFsAllowed(IEntityContext ec, Projekt p, FrontendServer fs) IFrontendServerPropertyDao.updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) -
Uses of FrontendServer in de.xima.fc.dao.project
Methods in de.xima.fc.dao.project with parameters of type FrontendServerModifier and TypeMethodDescriptionProjectsPageQuery.Builder.withFrontendServer(FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.entities
Methods in de.xima.fc.entities that return FrontendServerModifier and TypeMethodDescriptionMandantFrontendServer.getFrontendserver()FrontendServerProperty.getFrontendServer()Methods in de.xima.fc.entities that return types with arguments of type FrontendServerMethods in de.xima.fc.entities with parameters of type FrontendServerModifier and TypeMethodDescriptionvoidUserPortal.addFrontendServer(FrontendServer entity) voidVorgang.addSubmission(IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry) voidVorgang.addSubmission(IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry) Adds a new submission to the form record.booleanProjekt.isActiveOnServer(FrontendServer frontendServer) Returns whether the project is active on the given frontend server.voidMandantFrontendServer.setFrontendserver(FrontendServer frontendserver) voidFrontendServerProperty.setFrontendServer(FrontendServer frontendServer) voidFormRecordSubmission.setSubmitFrontendServer(FrontendServer submitFrontendServer) Method parameters in de.xima.fc.entities with type arguments of type FrontendServerModifier and TypeMethodDescriptionvoidUserPortal.setFrontendServers(Set<FrontendServer> frontendServers) -
Uses of FrontendServer in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type FrontendServerModifier and TypeMethodDescriptionstatic StringURLHelper.getAbsoluteBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase) static StringURLHelper.getBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase) -
Uses of FrontendServer in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as FrontendServerMethods in de.xima.fc.form.request that return FrontendServerModifier and TypeMethodDescriptionFormRequestContext.getFrontendServer()FormRequestContextBuilder.getFrontendServer()Methods in de.xima.fc.form.request with parameters of type FrontendServerModifier and TypeMethodDescriptionvoidFormRequestContext.setFrontendServer(FrontendServer frontendServer) voidFormRequestContextBuilder.setFrontendServer(FrontendServer frontendServer) Constructors in de.xima.fc.form.request with parameters of type FrontendServerModifierConstructorDescriptionFormRequestContextBuilder(long projektId, Integer formVersionNummer, String prozessId, Benutzer benutzer, FrontendServer frontendServer) Deprecated.FormRequestContextBuilder(long projektId, Integer formVersionNummer, String prozessId, IUser user, FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.fs
Methods in de.xima.fc.fs with parameters of type FrontendServerModifier and TypeMethodDescriptionstatic booleanFSConnectionManager.cleanup(FrontendServer fServerEntity) static booleanFSConnectionManager.connect(FrontendServer fServerEntity) static booleanFSConnectionManager.disconnect(FrontendServer fServerEntity) static FSConnectionFSConnectionManager.getConnection(FrontendServer frontendServer) Gets the connection for the given frontend server, if available.static booleanFSConnectionManager.isUseSSL(FrontendServer fs) Determines if SSL should be used for the given frontend server.static booleanFSConnectionManager.reconnect(FrontendServer fs) static BooleanFSConnectionManager.startConnectThread(FrontendServer fs) static voidFSConnectionManager.stopReconnect(FrontendServer fs) static booleanFSConnectionManager.testConnection(FrontendServer fs) static BooleanFSConnectionManager.testLookup(FrontendServer fs) Method to test the connection to a frontend-server (lookup only)static booleanFSConnectionManager.triggerRestart(FrontendServer fServerEntity, boolean forceCreateKeystoreIfSSLModeAuto) Triggers a restart of the frontend server associated with the given entity. -
Uses of FrontendServer in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server with parameters of type FrontendServerModifier and TypeMethodDescriptionstatic IFSSessionFSServer.authClient(IFSClient client, FrontendServer fsEntity) Authentifiziert einen Client gegen den Frontend-Server.FSServerImpl.authClient(IFSClient fsClient, FrontendServer fServerEntity) -
Uses of FrontendServer in de.xima.fc.gui.bean.mfserver
Methods in de.xima.fc.gui.bean.mfserver that return types with arguments of type FrontendServerModifier and TypeMethodDescriptionMandantFrontendServerBean.getFrontendServerList(MandantFrontendServer mfs) Methods in de.xima.fc.gui.bean.mfserver with parameters of type FrontendServerModifier and TypeMethodDescriptionbooleanMandantFrontendServerBean.testFSConnection(FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal that return types with arguments of type FrontendServerMethod parameters in de.xima.fc.gui.bean.portal with type arguments of type FrontendServerModifier and TypeMethodDescriptionvoidUserPortalConfigBean.setFsToReconnect(List<FrontendServer> fsToReconnect) -
Uses of FrontendServer in de.xima.fc.gui.bean.settings
Subclasses with type arguments of type FrontendServer in de.xima.fc.gui.bean.settingsMethods in de.xima.fc.gui.bean.settings that return FrontendServerModifier and TypeMethodDescriptionFrontendServerBean.EntityListModelImpl.getNew()POJO für Frontendserver initialisierenMethods in de.xima.fc.gui.bean.settings that return types with arguments of type FrontendServerMethods in de.xima.fc.gui.bean.settings with parameters of type FrontendServerModifier and TypeMethodDescriptionvoidFrontendServerBean.cleanup(FrontendServer fs) voidFrontendServerBean.connect(FrontendServer fs) voidFrontendServerBean.delete(FrontendServer server) voidFrontendServerBean.disconnect(FrontendServer fs) FsConnectionInfoBean.getConnectionInfo(FrontendServer fs) FrontendServerBean.getStatus(FrontendServer fs) voidFrontendServerBean.recreateCertificate(FrontendServer fs) voidFrontendServerBean.EntityListModelImpl.setSelected(FrontendServer selected) booleanFrontendServerBean.testConnection(FrontendServer fs) Method parameters in de.xima.fc.gui.bean.settings with type arguments of type FrontendServerModifier and TypeMethodDescriptionvoidFrontendServerBean.setModel(IEntityListModelSelectByView<FrontendServer> model) -
Uses of FrontendServer in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http with parameters of type FrontendServerModifier and TypeMethodDescriptionstatic Set<? extends IServerModel> ServerModelFactory.clientFrontendServers(IEntityContext ec, FrontendServer fs) static IServerModelServerModelFactory.frontendServer(FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal with parameters of type FrontendServerModifier and TypeMethodDescriptionUserPortalViewModel.getClientFrontendServers(IEntityContext ec, FrontendServer fs) Gets the client frontend servers that use the given frontend server. -
Uses of FrontendServer in de.xima.fc.gui.validator.name
Subclasses with type arguments of type FrontendServer in de.xima.fc.gui.validator.name -
Uses of FrontendServer in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type FrontendServerModifier and TypeMethodDescriptionVorgangHandler.addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry) FrontendServerPropertyHandler.getByKey(UserContext uc, String key, FrontendServer frontendServer) MandantFrontendServerHandler.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) ProjektHandler.getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs) ProjektRessourceHandler.getDownloadResource(UserContext uc, FrontendServer fs, long projectId, String resourceName) ProjektRessourceHandler.getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String ressourceName) ProjektRessourceHandler.getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String ressourceName) ProjektRessourceHandler.getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName) ProjektRessourceHandler.getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String ressourceName) ProjektRessourceHandler.getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName) UserPortalHandler.getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest) booleanProjektHandler.isFsAllowed(UserContext uc, Projekt project, FrontendServer fs) -
Uses of FrontendServer in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type FrontendServerModifier and TypeMethodDescriptionIVorgangHandler.addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry) Adds a new submission to the form record.IFrontendServerPropertyHandler.getByKey(UserContext uc, String key, FrontendServer frontendServer) Retrieves aFrontendServerPropertyby a given key.IMandantFrontendServerHandler.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) IProjektHandler.getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs) Gets the current form version.IProjektRessourcenHandler.getDownloadResource(UserContext uc, FrontendServer fs, long projectId, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.getDownloadResource(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.getDownloadResource(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.getDownloadRessource(UserContext uc, FrontendServer fs, Integer projectId, String resourceName) Deprecated, for removal: This API element is subject to removal in a future version.IUserPortalHandler.getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) Returns all user portal entities available on the given frontend server.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.booleanIProjektHandler.isFsAllowed(UserContext uc, Projekt project, FrontendServer fs) Checks on whether the project can be accessed via the frontend server. -
Uses of FrontendServer in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type FrontendServerModifier and TypeMethodDescriptionIFSConnectionHandler.connect(UserContext uc, FrontendServer fs) Connect.booleanIFSConnectionHandler.disconnect(UserContext uc, FrontendServer fs) Disconnect.IFSConnectionHandler.testConnection(UserContext uc, FrontendServer fs) Test connection. -
Uses of FrontendServer in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type FrontendServerModifier and TypeMethodDescriptionFSConnectionHandler.connect(UserContext uc, FrontendServer fs) booleanFSConnectionHandler.disconnect(UserContext uc, FrontendServer fs) FSConnectionHandler.testConnection(UserContext uc, FrontendServer fs) -
Uses of FrontendServer in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FrontendServerMethods in de.xima.fc.interfaces.form with parameters of type FrontendServerModifier and TypeMethodDescriptionvoidIFormRequestContext.setFrontendServer(FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.interfaces.plugin.lifecycle
Methods in de.xima.fc.interfaces.plugin.lifecycle that return FrontendServerModifier and TypeMethodDescriptionIPluginDefaultLifecycleData.getFrontendServer()Gets the frontend-server where the plugin is installed ornullif it is installed on an master-server -
Uses of FrontendServer in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return FrontendServer -
Uses of FrontendServer in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return FrontendServerMethods in de.xima.fc.mdl.form with parameters of type FrontendServerModifier and TypeMethodDescriptionvoidFormRequest.setFrontendServer(FrontendServer frontendServer) Constructors in de.xima.fc.mdl.form with parameters of type FrontendServerModifierConstructorDescriptionFormRequest(long projektId, Integer formVersionNummer, String prozessId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer) Deprecated.FormRequest(long projektId, Integer formVersionNummer, String prozessId, boolean useFormVersionByVorgang, FrontendServer frontendServer) FormRequest(long projektId, Integer formVersionNummer, String prozessId, String verifyId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer) Deprecated.FormRequest(long projektId, Integer formVersionNummer, String prozessId, String verifyId, boolean useFormVersionByVorgang, FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle that return FrontendServer -
Uses of FrontendServer in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return FrontendServerMethods in de.xima.fc.plugin.models.params.servlet with parameters of type FrontendServerModifier and TypeMethodDescriptionPluginServletActionParams.Builder.frontendServer(FrontendServer frontendServer) Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type FrontendServerModifierConstructorDescriptionPluginServletActionParams(SessionAttributes sessionAttributes, HashMap<String, List<String>> valueParameter, HashMap<String, List<FileData>> uploadFiles, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs) PluginServletActionParams(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) PluginServletActionParams(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, IUser user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) Deprecated.PluginServletActionParams(Map<String, Serializable> sessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer benutzer, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs) -
Uses of FrontendServer in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FrontendServerModifier and TypeMethodDescriptionstatic FrontendServerEntityDummyFactory.dummyFrontendServer(String name) static FrontendServerEntityDummyFactory.dummyFrontendServer(String name, String authToken) Methods in de.xima.fc.testhelper with parameters of type FrontendServerModifier and TypeMethodDescriptionstatic MandantFrontendServerEntityDummyFactory.dummyClientFrontendServer(String name, FrontendServer fs, Mandant client) static FormRecordSubmissionEntityDummyFactory.dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, byte[] formData) static FormRecordSubmissionEntityDummyFactory.dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData) -
Uses of FrontendServer in de.xima.fc.testhelper.form.record
Methods in de.xima.fc.testhelper.form.record that return FrontendServerMethods in de.xima.fc.testhelper.form.record with parameters of type FrontendServerModifier and TypeMethodDescriptionFormRecordSubmissionTestConfig.Builder.withSubmitFrontendServer(FrontendServer submitFrontendServer) Constructors in de.xima.fc.testhelper.form.record with parameters of type FrontendServerModifierConstructorDescriptionFormRecordSubmissionTestConfig(IUser user, Instant submitInstant, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData) -
Uses of FrontendServer in de.xima.fc.testhelper.form.record.interfaces
Methods in de.xima.fc.testhelper.form.record.interfaces that return FrontendServer
VorgangAPI.addSubmission(UserContext, Vorgang, IUser, EFormRecordSubmitContext, FrontendServer, String, Locale, String, boolean)instead.