Uses of Class
de.xima.fc.entities.FrontendServer
-
-
Uses of FrontendServer in de.xima.fc.api
Methods in de.xima.fc.api that return FrontendServer Modifier and Type Method Description FrontendServerAPISettings. getFServer()Getter des aktuellen Frontend-Servers.Methods in de.xima.fc.api with parameters of type FrontendServer Modifier and Type Method Description voidAPISettings. changeScope(FrontendServer frontendServer)Methode zum Wecheln des API-Scops zwischen Local- oder Remote-Ausführung. -
Uses of FrontendServer in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type FrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerAPI. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)Method for fetching aMandantFrontendServerFormVersionProjektAPI. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)Method for determining the current version of a project.ProjektRessourceProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)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
Methods in de.xima.fc.api.system with parameters of type FrontendServer Modifier and Type Method Description BooleanFSConnectionAPI. connect(UserContext uc, FrontendServer frontendServer)Method for establishing the connection to aFrontendServer.BooleanFSConnectionAPI. disconnect(UserContext uc, FrontendServer frontendServer)Method for disconnecting the connection to aFrontendServer.BooleanFSConnectionAPI. 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 FrontendServer Modifier and Type Method Description IFSSessionIFSServer. authClient(IFSClient client, FrontendServer fsEntity)Method to authenticate an client (master-server) with the frontend-server -
Uses of FrontendServer in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type FrontendServer Modifier and Type Method Description protected IFCDaoActionHook<FrontendServer>FrontendServerDao. getPreActionHook()List<FrontendServer>FrontendServerDao. getUnconnectedByMandant(IEntityContext ec, Mandant man)Methods in de.xima.fc.dao.impl with parameters of type FrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)MandantFrontendServerMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant man)Deprecated.booleanProjektDao. isFsAllowed(IEntityContext ec, Projekt project, FrontendServer fs) -
Uses of FrontendServer in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type FrontendServer Modifier and Type Method Description List<FrontendServer>IFrontendServerDao. getUnconnectedByMandant(IEntityContext ec, Mandant man)Methods in de.xima.fc.dao.interfaces with parameters of type FrontendServer Modifier and Type Method Description MandantFrontendServerIMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)MandantFrontendServerIMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant)Deprecated.booleanIProjektDao. isFsAllowed(IEntityContext ec, Projekt p, FrontendServer fs) -
Uses of FrontendServer in de.xima.fc.entities
Methods in de.xima.fc.entities that return FrontendServer Modifier and Type Method Description FrontendServerMandantFrontendServer. getFrontendserver()Methods in de.xima.fc.entities with parameters of type FrontendServer Modifier and Type Method Description voidMandantFrontendServer. setFrontendserver(FrontendServer frontendserver) -
Uses of FrontendServer in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type FrontendServer Modifier and Type Method Description static 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 FrontendServer Modifier and Type Field Description protected FrontendServerFormRequestContext. frontendServerMethods in de.xima.fc.form.request that return FrontendServer Modifier and Type Method Description FrontendServerFormRequestContext. getFrontendServer()FrontendServerFormRequestContextBuilder. getFrontendServer()Methods in de.xima.fc.form.request with parameters of type FrontendServer Modifier and Type Method Description voidFormRequestContext. setFrontendServer(FrontendServer frontendServer)voidFormRequestContextBuilder. setFrontendServer(FrontendServer frontendServer)Constructors in de.xima.fc.form.request with parameters of type FrontendServer Constructor Description FormRequestContextBuilder(long projektId, Integer formVersionNummer, String prozessId, Benutzer benutzer, FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.fs
Methods in de.xima.fc.fs with parameters of type FrontendServer Modifier and Type Method Description static booleanFSConnectionManager. connect(FrontendServer fServerEntity)static booleanFSConnectionManager. disconnect(FrontendServer fServerEntity)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 an frontend-server (lookup only)Constructors in de.xima.fc.fs with parameters of type FrontendServer Constructor Description FSConnectionThread(FrontendServer fsEntity, FSConnection fsConnection) -
Uses of FrontendServer in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server with parameters of type FrontendServer Modifier and Type Method Description static IFSSessionFSServer. authClient(IFSClient client, FrontendServer fsEntity)IFSSessionFSServerImpl. 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 FrontendServer Modifier and Type Method Description List<FrontendServer>MandantFrontendServerBean. getFrontendServerList(MandantFrontendServer mfs)Methods in de.xima.fc.gui.bean.mfserver with parameters of type FrontendServer Modifier and Type Method Description booleanMandantFrontendServerBean. testFSConnection(FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return FrontendServer Modifier and Type Method Description FrontendServerFrontendServerBean.EntityListModelImpl. getNew()POJO für Frontendserver initialisierenMethods in de.xima.fc.gui.bean.settings that return types with arguments of type FrontendServer Modifier and Type Method Description IEntityListModelSelectByView<FrontendServer>FrontendServerBean. getModel()Methods in de.xima.fc.gui.bean.settings with parameters of type FrontendServer Modifier and Type Method Description voidFrontendServerBean. connect(FrontendServer fs)voidFrontendServerBean. delete(FrontendServer server)voidFrontendServerBean. disconnect(FrontendServer fs)EConnectionStatusFrontendServerBean. getStatus(FrontendServer fs)booleanFrontendServerBean. testConnection(FrontendServer fs)Method parameters in de.xima.fc.gui.bean.settings with type arguments of type FrontendServer Modifier and Type Method Description voidFrontendServerBean. setModel(IEntityListModelSelectByView<FrontendServer> model) -
Uses of FrontendServer in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type FrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)FormVersionProjektHandler. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)Gets the current form version.ProjektRessourceProjektRessourceHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)booleanProjektHandler. 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.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type FrontendServer Modifier and Type Method Description MandantFrontendServerIMandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)FormVersionIProjektHandler. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)Gets the current form version.ProjektRessourceIProjektRessourcenHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)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 FrontendServer Modifier and Type Method Description BooleanIFSConnectionHandler. connect(UserContext uc, FrontendServer fs)Connect.booleanIFSConnectionHandler. disconnect(UserContext uc, FrontendServer fs)Disconnect.BooleanIFSConnectionHandler. 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 FrontendServer Modifier and Type Method Description BooleanFSConnectionHandler. connect(UserContext uc, FrontendServer fs)Connect.booleanFSConnectionHandler. disconnect(UserContext uc, FrontendServer fs)Disconnect.BooleanFSConnectionHandler. testConnection(UserContext uc, FrontendServer fs)Test connection. -
Uses of FrontendServer in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FrontendServer Modifier and Type Method Description FrontendServerIFormRequestContext. getFrontendServer()Methods in de.xima.fc.interfaces.form with parameters of type FrontendServer Modifier and Type Method Description voidIFormRequestContext. setFrontendServer(FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.interfaces.plugin.lifecycle
Methods in de.xima.fc.interfaces.plugin.lifecycle that return FrontendServer Modifier and Type Method Description FrontendServerIPluginDefaultLifecycleData. 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 Modifier and Type Method Description FrontendServerIPluginServletActionParams. getFrontendServer() -
Uses of FrontendServer in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return FrontendServer Modifier and Type Method Description FrontendServerFormRequest. getFrontendServer()Methods in de.xima.fc.mdl.form with parameters of type FrontendServer Modifier and Type Method Description voidFormRequest. setFrontendServer(FrontendServer frontendServer)Constructors in de.xima.fc.mdl.form with parameters of type FrontendServer Constructor Description FormRequest(long projektId, Integer formVersionNummer, String prozessId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer)FormRequest(long projektId, Integer formVersionNummer, String prozessId, String verifyId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer) -
Uses of FrontendServer in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle that return FrontendServer Modifier and Type Method Description FrontendServerDefaultPluginLifecycleData. getFrontendServer() -
Uses of FrontendServer in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return FrontendServer Modifier and Type Method Description FrontendServerPluginServletActionParams. getFrontendServer()Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type FrontendServer Constructor Description PluginServletActionParams(SessionAttributes sessionAttributes, HashMap<String,List<String>> valueParameter, HashMap<String,List<FileData>> uploadFiles, Locale locale, EServletAction action, Map<String,String> headerMap, FrontendServer fs)Deprecated.use#PluginServletActionParams(Map, HashMap, HashMap, Benutzer, Locale, EServletAction, Map, FrontendServer)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)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, Mandant client, String sessionId)Constructor for creating a parameters object with all necessary request data
-