Package | Description |
---|---|
de.xima.fc.api |
Package für den Zugriff auf die API
|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.api.system |
Package for API access to system configuration.
|
de.xima.fc.com.interfaces |
Package with default remote interfaces for the communication between master- and frontend-server
|
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.form.request | |
de.xima.fc.fs |
Allgemeine Klassen für den Frontendserver
|
de.xima.fc.fs.server |
Die Frontendserver-Implementierung
|
de.xima.fc.gui.bean.mfserver | |
de.xima.fc.gui.bean.settings | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.handler.interfaces.system | |
de.xima.fc.handler.system | |
de.xima.fc.interfaces.form | |
de.xima.fc.interfaces.plugin.lifecycle | |
de.xima.fc.interfaces.plugin.param.servlet | |
de.xima.fc.mdl.form | |
de.xima.fc.plugin.lifecycle | |
de.xima.fc.plugin.models.params.servlet |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
APISettings.getFServer()
Getter des aktuellen Frontend-Servers.
|
Modifier and Type | Method and Description |
---|---|
void |
APISettings.changeScope(FrontendServer frontendServer)
Methode zum Wecheln des API-Scops zwischen Local- oder Remote-Ausführung.
|
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
MandantFrontendServerAPI.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs)
Method for fetching a
MandantFrontendServer |
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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
FSConnectionAPI.connect(UserContext uc,
FrontendServer frontendServer)
Method for establishing the connection to a
FrontendServer . |
Boolean |
FSConnectionAPI.disconnect(UserContext uc,
FrontendServer frontendServer)
Method for disconnecting the connection to a
FrontendServer . |
Boolean |
FSConnectionAPI.testConnection(UserContext uc,
FrontendServer frontendServer)
Method to test a connection to a
FrontendServer . |
Modifier and Type | Method and Description |
---|---|
IFSSession |
IFSServer.authClient(IFSClient client,
FrontendServer fsEntity)
Method to authenticate an client (master-server) with the frontend-server
|
Modifier and Type | Method and Description |
---|---|
protected IFCDaoActionHook<FrontendServer> |
FrontendServerDao.getPreActionHook() |
List<FrontendServer> |
FrontendServerDao.getUnconnectedByMandant(IEntityContext ec,
Mandant man) |
Modifier and Type | Method and 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 p,
FrontendServer fs) |
Modifier and Type | Method and Description |
---|---|
List<FrontendServer> |
IFrontendServerDao.getUnconnectedByMandant(IEntityContext ec,
Mandant man) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
MandantFrontendServer.getFrontendserver() |
Modifier and Type | Method and Description |
---|---|
void |
MandantFrontendServer.setFrontendserver(FrontendServer frontendserver) |
Modifier and Type | Field and Description |
---|---|
protected FrontendServer |
FormRequestContext.frontendServer |
protected FrontendServer |
FormRequestContext.fServer |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
FormRequestContextBuilder.getFrontendServer() |
FrontendServer |
FormRequestContext.getFrontendServer() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequestContextBuilder.setFrontendServer(FrontendServer frontendServer) |
void |
FormRequestContext.setFrontendServer(FrontendServer frontendServer) |
Constructor and Description |
---|
FormRequestContextBuilder(long projektId,
Integer formVersionNummer,
String prozessId,
Benutzer benutzer,
FrontendServer frontendServer) |
Modifier and Type | Method and 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 boolean |
FSConnectionManager.testConnection(FrontendServer fs) |
static Boolean |
FSConnectionManager.testLookup(FrontendServer fs)
Methode zum Testen der Verbindung zu einem Server
|
Constructor and Description |
---|
FSConnectionThread(FrontendServer fsEntity,
FSConnection fsConnection) |
Modifier and Type | Method and Description |
---|---|
static IFSSession |
FSServer.authClient(IFSClient client,
FrontendServer fsEntity) |
IFSSession |
FSServerImpl.authClient(IFSClient fsClient,
FrontendServer fServerEntity) |
Modifier and Type | Method and Description |
---|---|
List<FrontendServer> |
MandantFrontendServerBean.getFrontendServerList(MandantFrontendServer mfs) |
Modifier and Type | Method and Description |
---|---|
boolean |
MandantFrontendServerBean.testFSConnection(FrontendServer frontendServer) |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
FrontendServerBean.EntityListModelImpl.getNew()
POJO für Frontendserver initialisieren
|
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<FrontendServer> |
FrontendServerBean.getModel() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
FrontendServerBean.setModel(IEntityListModelSelectByView<FrontendServer> model) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FrontendServer |
IFormRequestContext.getFrontendServer() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRequestContext.setFrontendServer(FrontendServer frontendServer) |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
IPluginDefaultLifecycleData.getFrontendServer()
Gets the frontend-server where the plugin is installed or
null if it is installed on an master-server |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
IPluginServletActionParams.getFrontendServer()
Getter für den FrontendServer.
|
Modifier and Type | Method and Description |
---|---|
FrontendServer |
FormRequest.getFrontendServer() |
Modifier and Type | Method and Description |
---|---|
void |
FormRequest.setFrontendServer(FrontendServer frontendServer) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
DefaultPluginLifecycleData.getFrontendServer() |
Modifier and Type | Method and Description |
---|---|
FrontendServer |
PluginServletActionParams.getFrontendServer() |
Constructor and Description |
---|
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)
|
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
|
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) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.