Package | Description |
---|---|
de.xima.fc.api |
Package für den Zugriff auf die API
|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
de.xima.fc.api.system |
Package für den API-Zugriff auf Systemkonfigurationen
|
de.xima.fc.com.interfaces | |
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.param.servlet | |
de.xima.fc.mdl.form | |
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 fServer)
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)
Methode zum Holen eines
MandantFrontendServer |
FormVersion |
ProjektAPI.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Methode zum Ermitteln der Aktuellen FormVersion eines Projekts.
|
ProjektRessource |
ProjektRessourcenAPI.getDownloadResource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
boolean |
ProjektAPI.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Methode zum Testen, ob das Projekt über den FrontendServer aufgerufen werden darf.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
FSConnectionAPI.connect(UserContext uc,
FrontendServer frontendServer)
Methode zum Aufbauen der Verbindung zu einem
FrontendServer |
Boolean |
FSConnectionAPI.disconnect(UserContext uc,
FrontendServer frontendServer)
Methode zum Trennen der Verbindung zu einem
FrontendServer . |
Boolean |
FSConnectionAPI.testConnection(UserContext uc,
FrontendServer frontendServer)
Methode zum Testen einer Verbindung zu einem
FrontendServer |
Modifier and Type | Method and Description |
---|---|
IFSSession |
IFSServer.authClient(IFSClient client,
FrontendServer fsEntity)
Methode um einen Client beim Server zu registrieren
|
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(int 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 |
---|---|
FrontendServer |
FrontendServerBean.EntityListModelImpl.getNew()
POJO für Frontendserver initialisieren
|
Modifier and Type | Method and Description |
---|---|
IEntityListModel<FrontendServer> |
FrontendServerBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
FrontendServerBean.connect(FrontendServer fs) |
void |
FrontendServerBean.disconnect(FrontendServer fs) |
EConnectionStatus |
FrontendServerBean.getStatus(FrontendServer fs) |
boolean |
FrontendServerBean.testConnection(FrontendServer fs) |
Modifier and Type | Method and Description |
---|---|
void |
FrontendServerBean.setModel(IEntityListModel<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 |
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(int projektId,
Integer formVersionNummer,
String prozessId,
boolean useFormVersionByVorgang,
Benutzer benutzer,
FrontendServer frontendServer) |
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 © 2018 XIMA MEDIA GmbH. All rights reserved.