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 FrontendServer
APISettings. getFServer()
Getter des aktuellen Frontend-Servers.Methods in de.xima.fc.api with parameters of type FrontendServer Modifier and Type Method Description void
APISettings. 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 MandantFrontendServer
MandantFrontendServerAPI. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
Method for fetching aMandantFrontendServer
FormVersion
ProjektAPI. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)
Method for determining the current version of a project.ProjektRessource
ProjektRessourcenAPI. getDownloadResource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
boolean
ProjektAPI. 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 Boolean
FSConnectionAPI. connect(UserContext uc, FrontendServer frontendServer)
Method for establishing the connection to aFrontendServer
.Boolean
FSConnectionAPI. disconnect(UserContext uc, FrontendServer frontendServer)
Method for disconnecting the connection to aFrontendServer
.Boolean
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 FrontendServer Modifier and Type Method Description IFSSession
IFSServer. 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 MandantFrontendServer
MandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
MandantFrontendServer
MandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant man)
Deprecated.boolean
ProjektDao. 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 MandantFrontendServer
IMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
MandantFrontendServer
IMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant)
Deprecated.boolean
IProjektDao. 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 FrontendServer
MandantFrontendServer. getFrontendserver()
Methods in de.xima.fc.entities with parameters of type FrontendServer Modifier and Type Method Description void
MandantFrontendServer. 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 String
URLHelper. getAbsoluteBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase)
static String
URLHelper. 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 FrontendServer
FormRequestContext. frontendServer
Methods in de.xima.fc.form.request that return FrontendServer Modifier and Type Method Description FrontendServer
FormRequestContext. getFrontendServer()
FrontendServer
FormRequestContextBuilder. getFrontendServer()
Methods in de.xima.fc.form.request with parameters of type FrontendServer Modifier and Type Method Description void
FormRequestContext. setFrontendServer(FrontendServer frontendServer)
void
FormRequestContextBuilder. 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 boolean
FSConnectionManager. connect(FrontendServer fServerEntity)
static boolean
FSConnectionManager. disconnect(FrontendServer fServerEntity)
static boolean
FSConnectionManager. reconnect(FrontendServer fs)
static Boolean
FSConnectionManager. startConnectThread(FrontendServer fs)
static void
FSConnectionManager. stopReconnect(FrontendServer fs)
static boolean
FSConnectionManager. testConnection(FrontendServer fs)
static Boolean
FSConnectionManager. 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 IFSSession
FSServer. authClient(IFSClient client, FrontendServer fsEntity)
IFSSession
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 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 boolean
MandantFrontendServerBean. 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 FrontendServer
FrontendServerBean.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 void
FrontendServerBean. connect(FrontendServer fs)
void
FrontendServerBean. delete(FrontendServer server)
void
FrontendServerBean. disconnect(FrontendServer fs)
EConnectionStatus
FrontendServerBean. getStatus(FrontendServer fs)
boolean
FrontendServerBean. testConnection(FrontendServer fs)
Method parameters in de.xima.fc.gui.bean.settings with type arguments of type FrontendServer Modifier and Type Method Description void
FrontendServerBean. 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 MandantFrontendServer
MandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
FormVersion
ProjektHandler. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)
Gets the current form version.ProjektRessource
ProjektRessourceHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
boolean
ProjektHandler. 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 MandantFrontendServer
IMandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
FormVersion
IProjektHandler. getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)
Gets the current form version.ProjektRessource
IProjektRessourcenHandler. getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
boolean
IProjektHandler. 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 Boolean
IFSConnectionHandler. connect(UserContext uc, FrontendServer fs)
Connect.boolean
IFSConnectionHandler. disconnect(UserContext uc, FrontendServer fs)
Disconnect.Boolean
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 FrontendServer Modifier and Type Method Description Boolean
FSConnectionHandler. connect(UserContext uc, FrontendServer fs)
Connect.boolean
FSConnectionHandler. disconnect(UserContext uc, FrontendServer fs)
Disconnect.Boolean
FSConnectionHandler. 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 FrontendServer
IFormRequestContext. getFrontendServer()
Methods in de.xima.fc.interfaces.form with parameters of type FrontendServer Modifier and Type Method Description void
IFormRequestContext. 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 FrontendServer
IPluginDefaultLifecycleData. getFrontendServer()
Gets the frontend-server where the plugin is installed ornull
if 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 FrontendServer
IPluginServletActionParams. 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 FrontendServer
FormRequest. getFrontendServer()
Methods in de.xima.fc.mdl.form with parameters of type FrontendServer Modifier and Type Method Description void
FormRequest. 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 FrontendServer
DefaultPluginLifecycleData. 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 FrontendServer
PluginServletActionParams. 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)
Constuctor for creating a parameters object with all necessary request data
-