Modifier and Type | Method and Description |
---|---|
static <E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileCache.cacheFileData(UserContext uc,
T entity) |
static IXForm |
XFormCache.cacheForm(UserContext uc,
FormVersion entity) |
static <E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileCache.getCachedFileData(UserContext uc,
T entity) |
static IXForm |
XFormCache.getCachedForm(UserContext uc,
FormVersion entity) |
static <E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileCache.getUncachedFileData(UserContext uc,
T entity) |
static IXForm |
XFormCache.getUncachedForm(UserContext uc,
FormVersion entity) |
static <E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileCache.readCachedFileData(UserContext uc,
T entity) |
static XformCacheModel |
XFormCache.readCachedForm(UserContext uc,
FormVersion entity) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangAPI.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment)
Methode zum Hinzufügen eines Attachments an einen Vorgang
|
boolean |
BenutzerAPI.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.
|
void |
ProtokollAPI.addMandantProtokollEintrag(UserContext uc,
Mandant mandant,
PeBase peBase) |
Rolle |
RolleAPI.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul)
Methode zum Hinzufügen eines Moduls zu einer bestehenden Rolle
|
void |
ProtokollAPI.addProjektProtokollEintrag(UserContext uc,
Projekt projekt,
PeBase peBase) |
Projekt |
ProjektAPI.addProjektRessource(UserContext uc,
Projekt projekt,
ProjektRessource ressource) |
void |
ProtokollAPI.addSystemProtokollEintrag(UserContext uc,
PeDokumentation peDoc) |
void |
ProtokollAPI.addVorgangProtokollEintrag(UserContext uc,
Vorgang vorgang,
PeBase peBase)
Methode zum Erzeugen eines Protokoll-Eintrags beim Statuswechseln eines Vorgangs.
|
Benutzer |
BenutzerAPI.byLDAPGruppe(UserContext uc,
String username,
Mandant mandant) |
Benutzer |
BenutzerAPI.byLDAPGruppeLogin(UserContext uc,
Mandant man,
String username,
String clearTextPassword) |
Benutzer |
BenutzerAPI.byLogin(UserContext uc,
String username,
String clearTextPassword,
Mandant mandant)
Methode zum Ermitteln eines Benutzers anhand seiner Login-Daten.
|
Benutzer |
BenutzerAPI.byNameAndMandant(UserContext uc,
String username,
Mandant mandant) |
boolean |
AttachmentAPI.checkAttachmentsHash(UserContext uc,
String prozessId,
String sessionId,
int hash)
Methode zum Überprüfen ob der Hashkey für die Attachmets eines Vorgangs korrekt ist
|
boolean |
BenutzerAPI.checkLDAPLogin(UserContext uc,
Mandant man,
String username,
String clearTextPassword)
Methode zum Ermitteln eines Benutzers anhand seines LDAP-Logins
|
Boolean |
BenutzerAPI.checkLogin(UserContext uc,
String username,
String clearTextPassword,
Mandant man)
Methode zum Überprüfen von Login-Daten eines Benutzers.
|
void |
PostfachAPI.clear(UserContext uc,
Mandant mandant,
Postfach postfach)
Deprecated.
|
void |
PostfachAPI.clear(UserContext uc,
Postfach postfach)
Methode zum Leeren eines
Postfach s |
Projekt |
ProjektAPI.copy(UserContext uc,
Projekt projekt,
int id,
int fvId) |
<T extends ITransferableEntity> |
GenericAPI.create(Class<T> entityClass,
UserContext uc,
T entity)
Methode zum Erstellen einer Entität einer bestimmten Klasse.
|
<T extends ITransferableEntity> |
GenericAPI.create(Class<T> entityClass,
UserContext uc,
T[] entities)
Methode zum Erstellen mehrerer Entitäten einer bestimmten Klasse.
|
FormEingang |
FormEingangAPI.create(UserContext uc,
FormEingang formEingang,
Benutzer vorgangsOwner,
Benutzer benutzer)
Methode zum Erzeugen eines
FormEingang s. |
FormVersion |
FormVersionAPI.create(UserContext uc,
FormVersion formVersion,
boolean isFirstFormVersion)
Methode zum Erstellen einer
FormVersion -Entität. |
MandantRessource |
MandantRessourcenAPI.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
ProjektRessourcenAPI.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
T |
AEntityAPI.create(UserContext uc,
T entity)
Methode zum Erstellen einer Entität.
|
T[] |
AEntityAPI.create(UserContext uc,
T[] entities)
Methode zum Erzeugen mehrerer Entität.
|
<T extends ITransferableEntity> |
GenericAPI.delete(Class<T> entityClass,
UserContext uc,
T entity)
Methode zum Löschen einer Entität einer bestimmten Klasse.
|
<T extends ITransferableEntity> |
GenericAPI.delete(Class<T> entityClass,
UserContext uc,
T[] entities)
Methode zum Löschen mehrere Entitäten einer bestimmten Klasse.
|
Boolean |
AttachmentAPI.delete(UserContext uc,
Attachment attachment)
Methode zum Löschen eines
Attachment s |
Boolean |
AttachmentAPI.delete(UserContext uc,
Attachment[] attachments)
Methode zum Löschen mehrerer
Attachment s |
Boolean |
AEntityAPI.delete(UserContext uc,
T entity)
Methode zum Löschen einer Entität.
|
Boolean |
AEntityAPI.delete(UserContext uc,
T[] entities)
Methode zum Löschen mehrerer Entitäten.
|
<T extends ITransferableEntity> |
GenericAPI.deleteAllBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm) |
Boolean |
AEntityAPI.deleteAllBy(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Löschen von Entitäten unter Verwendung eines
QueryCriteriaManager s. |
<T extends ITransferableEntity> |
GenericAPI.deleteById(Class<T> entityClass,
UserContext uc,
int id) |
Boolean |
AEntityAPI.deleteById(UserContext uc,
int id)
Methode zum Löschen einer Entität anhand ihrere ID.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.executeDBquery(UserContext uc,
Mandant mandant,
String abfrageName,
boolean suppressStatementLimits,
Serializable... parameters)
Methode zum Ausführen einer Abfrage mit Parametern
|
de.xima.cmn.db.model.SerializableResultSet |
DatenquelleAPI.executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
Serializable... parameters)
Deprecated.
|
com.alibaba.fastjson.JSONArray |
LDAPAbfrageAPI.executeQuery(UserContext uc,
Mandant man,
String abfrageName,
Serializable[] parameters) |
Integer |
DatenbankZugriffAPI.executeSQL(UserContext uc,
Integer dbZugriffId,
String sql)
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.executeSQL(UserContext uc,
Integer dbZugriffID,
String sql,
boolean suppressStatementLimits,
Serializable... args)
Methode zum Ausführen eines Query-
PreparedStatement auf dem Master-Server |
Rolle |
RolleAPI.getAdminRolle(UserContext uc,
Mandant mandant)
Methode zum Ermitteln der Adminrolle eines Mandanten
|
<T extends ITransferableEntity> |
GenericAPI.getAll(Class<T> entityClass,
UserContext uc) |
<T extends ITransferableEntity> |
GenericAPI.getAll(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Ermitteln aller Entitäten einer bestimmten Klasse unter Verwendung eines
QueryCriteriaManager s. |
List<T> |
AEntityAPI.getAll(UserContext uc)
Methode zum Ermitteln aller im Benutzerkontext verfügbaren Entitäten.
|
List<T> |
AEntityAPI.getAllBy(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Ermitteln aller Entitäten unter Verwendung eines
QueryCriteriaManager s. |
List<Attachment> |
AttachmentAPI.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Vorgang> |
VorgangAPI.getAllByBenutzer(UserContext uc,
Benutzer benutzer)
Methode zum Ermitteln aller Vorgänge die dem
Benutzer zugeordnet sind. |
List<Postfach> |
PostfachAPI.getAllByBenutzer(UserContext uc,
Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.
|
List<Postfach> |
PostfachAPI.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe)
Methode zum Ermitteln aller Postfächer, die einer
BenutzerGruppe zugeordnet sind. |
List<FormElement> |
FormElementAPI.getAllByFormVersion(UserContext uc,
FormVersion fv)
Methode zum Ermitteln aller
FormElement -Objekte einer FormVersion s. |
List<MandantRessource> |
MandantRessourcenAPI.getAllByMandant(UserContext uc,
Mandant mandant) |
List<Projekt> |
ProjektAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller Projekte eines Mandanten
|
List<Modul> |
ModulAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller Module anhand eines Mandanten.
|
List<Projekt> |
ProjektAPI.getAllByMandantAndStatus(UserContext uc,
Mandant mandant,
Boolean isOnline)
Methode zum Ermitteln aller Projekte eines Mandanten und dessen Online-Status
|
List<Textbaustein> |
TextbausteinAPI.getAllByMandantAndTyp(UserContext uc,
Mandant mandant,
ETextbausteinKategorie tbKat)
Methode zum Auslesen aller Textbaustein eines Mandanten und eines bestimmten Typs
|
List<Mandant> |
MandantAPI.getAllByName(UserContext uc,
String name)
Methode zum Ermitteln aller Mandanten anhand des Names.
|
List<Vorgang> |
VorgangAPI.getAllByPostfach(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller Vorgänge eines
Postfach s |
List<FormEingang> |
FormEingangAPI.getAllByPostfost(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller
FormEingang -Objekte eines Postfach s. |
List<ProjektRessource> |
ProjektRessourcenAPI.getAllByProjekt(UserContext uc,
Projekt projekt) |
List<Entityberechtigung> |
EntityberechtigungAPI.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Modul> |
ModulAPI.getAllByRolle(UserContext uc,
Rolle rolle)
Methode zum Ermitteln aller Module anhand der Rolle.
|
List<Aktion> |
AktionAPI.getAllByStatus(UserContext uc,
Status status)
Methode zum Laden aller
Aktion en eines Status. |
List<FormEingang> |
FormEingangAPI.getAllByVorgang(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln aller
FormEingang -Objekte eines Vorgang s. |
Attachment |
AttachmentAPI.getAttachment(UserContext uc,
String prozessId,
String sessionId,
int hash)
Methode zum Auflösen eines Hashkeys zu einem Attachment-Namen
|
InputStream |
AttachmentAPI.getAttachmentFileStream(UserContext uc,
String prozessID,
int id)
Methode zum Auslesen einer Attachment-Datei
|
InputStream |
AttachmentAPI.getAttachmentFileStream(UserContext uc,
String prozessID,
String name)
Methode zum Auslesen einer Attachment-Datei
|
List<Attachment> |
AttachmentAPI.getAttachmentList(UserContext uc,
String prozessID)
Methode zur Ausgabe aller Attachments eines Prozesses
|
List<Attachment> |
AttachmentAPI.getAttachmentListByType(UserContext uc,
String prozessID,
EAttachmentSource source) |
List<BenutzerGruppe> |
BenutzerAPI.getBenutzergruppen(UserContext uc,
Benutzer ben)
Methode zum Ermitteln alle Benutzergruppen eines Benutzers.
|
List<BenutzerGruppe> |
PostfachAPI.getBenutzergruppen(UserContext uc,
Postfach postfach)
Methode zum Ermitteln alle Benutzergruppen eines Postfachs.
|
<T extends ITransferableEntity> |
GenericAPI.getBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Ermitteln einer Entität unter Verwendung eines
QueryCriteriaManager s. |
FormVersion |
FormVersionAPI.getBy(UserContext uc,
Projekt projekt,
int formVersionNumber)
Methode zum Ermitteln einer
FormVersion basierend auf einem Projekt und einer Versions-Nummer. |
T |
AEntityAPI.getBy(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Ermitteln einer Entität unter Verwendung eines
QueryCriteriaManager s. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByBenutzer(UserContext uc,
Benutzer benutzer) |
<T extends ITransferableEntity> |
GenericAPI.getById(Class<T> entityClass,
UserContext uc,
int id)
Methode zum Auslesen einer Entität anhand ihrer Klasse und ID.
|
T |
AEntityAPI.getById(UserContext uc,
int id)
Methode zum Ermitteln einer Entität anhand ihrer ID.
|
<T extends ITransferableEntity> |
GenericAPI.getById(UserContext uc,
String entityClassName,
String id)
Methode zum Auslesen einer Entität anhand ihres Klassen-Namens und ihrer ID.
|
Benutzer |
BenutzerAPI.getByLDAPData(UserContext uc,
Mandant mandant,
String userName,
byte[] objectID) |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByMandant(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller
BenutzerGruppe eines Mandanten. |
List<Benutzer> |
BenutzerAPI.getByMandant(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller Benutzer eines Mandanten.
|
MandantFrontendServer |
MandantFrontendServerAPI.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs)
Methode zum Holen eines
MandantFrontendServer |
Textbaustein |
TextbausteinAPI.getByMandantAndName(UserContext uc,
int mandantID,
String templateName)
Deprecated.
|
Postfach |
PostfachAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
|
DatenbankZugriff |
DatenbankZugriffAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
|
Textbaustein |
TextbausteinAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
Projekt |
ProjektAPI.getByName(UserContext uc,
Integer mandantId,
String name)
Methode zum Ermitteln eines
Projekt es anhand seines Namens. |
MandantRessource |
MandantRessourcenAPI.getByName(UserContext uc,
Mandant mandant,
String name) |
ProjektRessource |
ProjektRessourcenAPI.getByName(UserContext uc,
Projekt projekt,
String name) |
Mandant |
MandantAPI.getByName(UserContext uc,
String name)
Methode zum Ermitteln eines Mandanten anhand seines Namens.
|
Attachment |
AttachmentAPI.getByName(UserContext uc,
Vorgang vorgang,
String name) |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getByProjekt(UserContext uc,
Projekt projekt)
Methode zum Ermitteln aller
BenutzerGruppe eines Projekts. |
List<FormVersion> |
FormVersionAPI.getByProjekt(UserContext uc,
Projekt projekt)
Methode zum Laden von
FormVersion en eines Projekt s. |
List<Status> |
StatusAPI.getByProjekt(UserContext uc,
Projekt projekt)
|
Attachment |
AttachmentAPI.getByUUID(UserContext uc,
String atid) |
Attachment |
AttachmentAPI.getByUUID(UserContext uc,
String atid,
Vorgang v) |
Postfach |
PostfachAPI.getByVorgang(UserContext uc,
Vorgang vorgang) |
FormVersion |
ProjektAPI.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Methode zum Ermitteln der Aktuellen FormVersion eines Projekts.
|
List<FormEingang> |
FormEingangAPI.getCurrentsByPostfost(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller aktuellen
FormEingang -Objekte eines Postfach s. |
Map<String,String> |
VorgangAPI.getCustomAttributes(UserContext uc,
Vorgang v)
Methode zum Ermitteln aller CustomAttribute eines
Vorgang s |
Datenquelle |
DatenquelleAPI.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Methode zum Ermitteln einer Datenquelle eines Mandanten anhand der id
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Methode zum Ermitteln einer Datenquelle eines Mandanten anhand des Names und Typs
|
List<Datenquelle> |
DatenquelleAPI.getDatenquellen(UserContext uc,
Mandant mandant)
Methode zum ermitteln aller Datenquellen eines Mandanten
|
ProjektRessource |
ProjektRessourcenAPI.getDownloadResource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
MandantRessource |
MandantRessourcenAPI.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
List<BenutzerGruppe> |
ProjektAPI.getEditorGruppen(UserContext uc,
Integer projektId)
Methode zum Ermitteln der
BenutzerGruppe n die Berechtigt sind das Projekt zu bearbeiten. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getEditorgruppenByProjekt(UserContext uc,
Projekt projekt) |
List<ExtendedPostfach> |
PostfachAPI.getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.
|
Textbaustein |
TextbausteinAPI.getFD2Theme(UserContext uc,
Mandant mandant,
String theme)
Methode zum Auslesen eines CSS-Textbausteins eines Mandanten anhand des Names
|
List<Aktion> |
AktionAPI.getFolgeAktionen(UserContext uc,
Aktion aktion)
Methode zum Laden aller Nachfolge-Aktionen einer übergebenen Aktion
|
List<Status> |
StatusAPI.getFolgeStatus(UserContext uc,
Benutzer benutzer,
Projekt projekt,
Status aktuellerStatus)
|
com.alibaba.fastjson.JSONObject |
FormVersionAPI.getFormAsJSON(UserContext uc,
FormVersion fv)
Diese Methode liefert das JSON zur Erzeugung eines
XForm s ohne jegliche Styles. |
String |
FormVersionAPI.getFormAsString(UserContext uc,
FormVersion fv) |
List<FormElement> |
FormVersionAPI.getFormElemente(UserContext uc,
FormVersion formVersion)
Methode zum übermitteln aller
FormElement e einer FormVersion . |
int |
FormVersionAPI.getFormVersionCount(UserContext uc,
Projekt projekt)
Methode zum Bestimmen der Anzahl von
FormVersion s eines Projekt s |
com.alibaba.fastjson.JSONObject |
BenutzerAPI.getLDAPUserData(UserContext uc,
Benutzer benutzer) |
Modul |
ModulAPI.getModulByName(UserContext uc,
Mandant mandant,
String name)
Methode zum Ermittlen eines bestimmten Moduls anhand des Namen und zugehörigen Mandanten.
|
List<PeStatus> |
ProtokollAPI.getPeStatus(UserContext uc,
Vorgang vorgang)
|
List<Aktion> |
AktionAPI.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface)
Methode zum Laden aller Vorgänger-Aktionen einer übergebenen Aktion, welche das übergebenen Interface
implementieren
|
List<Projekt> |
FrontendServerAPI.getProjektsBy(UserContext uc,
Integer frontendServerID,
Integer mandantID,
Integer benutzerGruppenID)
Methode zum Ermitteln von
Projekt en welche auf einem FrontendServer verfügbar sind. |
List<Rolle> |
RolleAPI.getRollenByModul(UserContext uc,
Modul modul)
Methode zum Ermitteln aller Rollen anhand eines Moduls.
|
Textbaustein |
TextbausteinAPI.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie kategorie) |
List<Textbaustein> |
TextbausteinAPI.getTextbausteine(UserContext uc,
Mandant mandant)
Methode zum Ermitteln aller Textbausteine eines Mandantens.
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln von Vorgangsdaten anhand eines Projektes und eines Postfaches
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
List<ExtendedEntityModel<Vorgang>> |
VorgangAPI.getVorgaengeData(UserContext uc,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln von Vorgangsdaten anhand eines Projektes
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt projekt,
Postfach postfach,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln der Gesamtanzahl aller Vorgangsdaten der Vorgänge eines Projekts und Postfachs
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
long |
VorgangAPI.getVorgaengeDataTotalCount(UserContext uc,
Projekt projekt,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln der Gesamtanzahl aller Vorgangsdaten der Vorgänge eines Projekts
|
Vorgang |
VorgangAPI.getVorgangBy(UserContext uc,
Projekt projekt,
String vorgangProzessID)
|
Vorgang |
VorgangAPI.getVorgangBy(UserContext uc,
String vorgangProzessID)
Methode zum Ermitteln eines
Vorgang s anhand der Prozess-ID |
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln von Vorgangsdaten eines konkreten Vorgangs eines Projektes
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
String prozessId,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
|
ExtendedEntityModel<Vorgang> |
VorgangAPI.getVorgangsData(UserContext uc,
String prozessId,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType)
Methode zum Ermitteln von Vorgangsdaten eines konkreten Vorgangs anhand einer Prozess-ID.
|
InputStream |
AttachmentAPI.getZippedAttachments(UserContext uc,
String prozessID)
Methode zum Auslesen von Attachments als
InputStream auf ein ZIP-Archiv |
Projekt |
ProjektAPI.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title)
Methode zum importieren eines Projekts für einen Mandanten
|
boolean |
ProjektAPI.isActivationAllowed(UserContext uc,
Projekt projekt) |
BasicRefResult |
AktionAPI.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Boolean |
FrontendServerAPI.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs)
Methode zum testen, ob die Kombination aus
FrontendServer und Mandant bereits vorhanden ist |
boolean |
MandantAPI.isCreationAllowed(UserContext uc,
Mandant mandant) |
boolean |
ProjektAPI.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Methode zum Testen, ob das Projekt über den FrontendServer aufgerufen werden darf.
|
Boolean |
ProjektAPI.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer benutzer)
Methode zum Ermitteln ob ein Benutzer auf ein Projekt zugreifen darf
|
boolean |
ProjektAPI.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt)
Methode zum Ermitteln ob ein Projekt zugriffsbeschränkt ist
|
String |
TextbausteinAPI.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode textbausteinCode)
Methode zum Ermitteln einer Nachricht basierend auf einem
Mandant en und eines Textbaustein -Codes. |
com.alibaba.fastjson.JSONObject |
FormVersionAPI.mergeFormElemente(UserContext uc,
FormVersion fv)
Deprecated.
will be removed because of 3 year old migration!
|
FormEingang |
FormEingangAPI.mostCurrent(UserContext uc,
Vorgang vorgang)
Methode zum ermitteln der aktuellsten
FormEingang -Elemente. |
Aktion |
AktionAPI.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Status |
StatusAPI.move(UserContext uc,
Status status,
int newIdxNum) |
int |
FormEingangAPI.ownerId(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln der ID des
Benutzer s welcher einen Vorgang Erzeugt hat. |
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.query(UserContext uc,
Integer dbZugriffID,
String sql,
Serializable... args)
Deprecated.
use
DatenbankZugriffAPI.executeSQL(UserContext, Integer, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
de.xima.cmn.db.model.SerializableResultSet |
DatenbankZugriffAPI.query(UserContext uc,
Mandant mandant,
String abfrageName,
Serializable... parameters)
Deprecated.
use
DatenbankZugriffAPI.executeDBquery(UserContext, Mandant, String, boolean, Serializable...) . Suppression of
statement-limits disabled! |
Benutzer |
BenutzerAPI.registerBenutzer(UserContext uc,
Benutzer benutzer,
Mandant mandant)
Methode zum Anlegen eines neuen Benutzers zu einem Mandanten
|
void |
FormElementAPI.removeAllFromFormVersion(UserContext uc,
FormVersion fv)
Methode zum Löschen aller FormElemente einer Form-Version
|
<T extends ITransferableEntity> |
GenericAPI.resultTotalCount(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Ermitteln der Anzahl der gefundenen Entitäten basierend auf ihrer Klasse und eines.
|
int |
AEntityAPI.resultTotalCount(UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Methode zum Ermitteln der Treffer-Anzahl beim Suchen nach Entitäten unter Verwendung eines.
|
<T extends ITransferableEntity> |
GenericAPI.update(Class<T> entityClass,
UserContext uc,
T entity)
Methode zum Aktualisieren einer Entität einer bestimmten Klasse.
|
<T extends ITransferableEntity> |
GenericAPI.update(Class<T> entityClass,
UserContext uc,
T[] entities)
Methode zum Erstellen mehrerer Enmtitäten einer bestimmten Klasse.
|
MandantRessource |
MandantRessourcenAPI.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
ProjektRessourcenAPI.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
int |
DatenbankZugriffAPI.update(UserContext uc,
Integer dbZugriffID,
String sql,
Serializable... args)
Methode zum Ausführen eines Update-
PreparedStatement auf dem Master-Server |
Projekt |
ProjektAPI.update(UserContext uc,
Projekt entity) |
Projekt[] |
ProjektAPI.update(UserContext uc,
Projekt[] entities) |
T |
AEntityAPI.update(UserContext uc,
T entity)
Methode zum Aktualisieren einer Entität.
|
T[] |
AEntityAPI.update(UserContext uc,
T[] entities)
Methode zum Aktualisieren mehrerer Entitäten.
|
Modifier and Type | Method and Description |
---|---|
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileAPI.getFileData(UserContext uc,
T entity) |
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileAPI.getFileStream(UserContext uc,
T entity)
Methode Herunterladen einer Datei anhand der
Attachment -ID |
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileAPI.getUncachedFileData(UserContext uc,
T entity) |
<E extends IAbstractDateiData,T extends IAbstractDatei<E>> |
FileAPI.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
Boolean |
UpdateAPI.cleanUsers(UserContext uc,
IDefaultMandantData defaultMandantData)
Methode zum aufräumen der Benutzer
|
Boolean |
UpdateAPI.cleanWorkflow(UserContext uc)
Methode zum aufräumen des Workflows
|
Boolean |
FSConnectionAPI.closeAllConnections(UserContext uc)
Methode zum Trennen aller
FrontendServer -Verbindungen |
Boolean |
FSConnectionAPI.connect(UserContext uc,
FrontendServer frontendServer)
Methode zum Aufbauen der Verbindung zu einem
FrontendServer |
void |
StatisticsAPI.countFormProcess(UserContext uc,
Vorgang v) |
void |
StatisticsAPI.countFormProcessError(UserContext uc,
Projekt p) |
void |
StatisticsAPI.countFormProvide(UserContext uc,
Projekt p) |
Boolean |
SetupAPI.createMandantWithDependencies(UserContext uc,
Mandant man,
Benutzer ben)
Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozess
|
void |
XfcSessionAPI.createNew(UserContext uc,
String sessionID,
Benutzer ben)
Methode zum Erzeugen einer neuen Session
|
Boolean |
FSConnectionAPI.disconnect(UserContext uc,
FrontendServer frontendServer)
Methode zum Trennen der Verbindung zu einem
FrontendServer . |
IPluginDataSourceRetVal |
PluginAPI.executeDatenquelle(UserContext uc,
String datasourceName,
Mandant mandant,
IPluginDataSourceParams params) |
Map<String,IPluginFormPrePersistRetVal> |
PluginAPI.executeFormPrePersistPlugins(UserContext uc,
Mandant mandant,
IPluginFormPrePersistParams params) |
Map<String,IPluginFormPreProcessRetVal> |
PluginAPI.executeFormPreProcessPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreProcessParams params) |
Map<String,IPluginFormPreRenderRetVal> |
PluginAPI.executeFormPreRenderPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params) |
Map<String,IPluginFormPreRespondRetVal> |
PluginAPI.executeFormPreRespondPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRespondParams params) |
IPluginGenericRetVal |
PluginAPI.executeGenericPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginGenericParams params) |
IPluginServletActionRetVal |
PluginAPI.executeServletActionPlugin(UserContext uc,
String pluginName,
Mandant mandant,
IPluginServletActionParams params) |
Map<EPluginScope,Set<String>> |
PluginAPI.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Set<String> |
PluginAPI.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Map<String,Object> |
BeanAPI.getProp(UserContext uc,
Serializable bean,
BeanAttribute[] beanAttributs)
Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen.
|
EConnectionStatus |
FSConnectionAPI.getStatus(UserContext uc,
int frontendserver_id)
Methode zum Ermitteln des Status eines
FrontendServer s anhand seiner ID |
Boolean |
FSConnectionAPI.initConnections(UserContext uc)
Methode zum Initialisieren aller vorhandender
FrontendServer -Verbindungen |
FCMessage |
SetupAPI.invokeLiquibaseProzess(UserContext uc,
ELiquibaseCmd command)
Methode zum Ausführen eines Liquibase-Prozesse
|
Boolean |
SetupAPI.isDbConfigured(UserContext uc)
Methode zum Testen ob die Datenbank konfigureiert wurde
|
FormPersistData |
FormAPI.loadFormPersistData(UserContext uc,
FormPersistRequest persistRequest) |
FormProcessData |
FormAPI.loadFormProcessData(UserContext uc,
FormProcessRequest processRequest) |
FormRenderData |
FormAPI.loadFormRenderData(UserContext uc,
FormRenderRequest renderRequest) |
FormRequestData |
FormAPI.loadFormRequestData(UserContext uc,
FormRequest formRequest) |
FormUserRequestData |
FormAPI.loadFormUserRequestData(UserContext uc,
FormUserRequest userRequest) |
String |
UpdateAPI.migrateFileData(UserContext uc) |
String |
PlaceholderAPI.replaceSessionValues(UserContext uc,
String context,
String sessionId,
String templateText,
Vorgang v)
Diese Methode dient dazu, Systemattribute an die Stelle zu plazieren, an der entsprechende Platzhalter zu finden
sind.
|
boolean |
MailAPI.sendLoginChangedMail(UserContext uc,
Benutzer benuter,
String passwort)
Methode zum Versenden einer E-Mail bei geänderten Logn-Daten
|
Boolean |
SetupAPI.testConnection(UserContext uc,
DBConnectionData databaseData)
Methode zum Testen der Datenbank-Verbindung
|
Boolean |
FSConnectionAPI.testConnection(UserContext uc,
FrontendServer frontendServer)
Methode zum Testen einer Verbindung zu einem
FrontendServer |
Boolean |
UpdateAPI.updateAll(UserContext uc,
IDefaultMandantData defaultData)
Methode zum aktualisieren des kompletten Systems
|
Boolean |
UpdateAPI.updateFileMetaData(UserContext uc)
Methode zum Aktaulisieren von Metainformationen an Resourcen-Entitäten
|
Boolean |
UpdateAPI.updateModules(UserContext uc,
IDefaultMandantData defaultMandantData)
Methode zum aktualisieren der Module
|
Boolean |
UpdateAPI.updateStatus(UserContext uc)
Methode zum aktualisieren der Status
|
Boolean |
UpdateAPI.updateTemplates(UserContext uc,
IDefaultMandantData defaultMandantData)
Methode zum aktualisieren der Textbausteine
|
Boolean |
UpdateAPI.updateVorgaenge(UserContext uc)
Methode zum aktualisieren der Status
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<String[]>> |
FormDataAPI.getFieldValueMap(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten eines
Vorgang s |
String |
FormDataAPI.getFormData(UserContext uc,
FormEingang fe) |
String |
FormDataAPI.getFormData(UserContext uc,
Vorgang v) |
Map<String,List<String>> |
FormDataAPI.getFormDataMap(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
FormDataAPI.getFormDataMap(UserContext uc,
Vorgang v) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
Map<String,Serializable> sessionAttributes) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
SessionAttributes sessionAttributes)
|
IFormDataAdapter |
FormDataAPI.instFor(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
FormDataAPI.instFor(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten eines
Vorgang s |
boolean |
FormDataAPI.processPostfachDynamicValues(UserContext uc,
Vorgang vorgang)
Methode zum Speichern von Formulardaten in die dynamische Tabelle für die Postfachanzeige
|
Vorgang |
FormDataAPI.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v) |
FormEingang |
FormDataAPI.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Constructor and Description |
---|
FormPersistDataBuilder(UserContext uc,
FormPersistRequest processRequest) |
FormProcessDataBuilder(UserContext uc,
FormProcessRequest processRequest) |
FormRenderDataBuilder(UserContext uc,
FormRenderRequest renderRequest) |
FormRequestDataBuilder(UserContext uc,
FormRequest requestData) |
FormUserRequestDataBuilder(UserContext uc,
FormUserRequest userRequest) |
Modifier and Type | Method and Description |
---|---|
static Attachment |
AttachmentHelper.createAttachment(UserContext uc,
Mandant man,
Benutzer ben,
Vorgang vorgang,
org.apache.commons.fileupload.FileItem item,
EAttachmentSource attachmentSource) |
static Attachment |
AttachmentHelper.createAttachment(UserContext uc,
Mandant man,
Benutzer ben,
Vorgang vorgang,
String fileName,
EAttachmentSource attachmentSource,
InputStream is) |
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
String userName,
Mandant mandant,
Projekt projekt,
byte[] daten,
String fileName) |
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
XfcSession xfs,
Projekt projekt,
org.apache.commons.fileupload.FileItem item) |
static Attachment |
AttachmentHelper.updateAttachmentBody(UserContext uc,
Attachment at,
byte[] daten,
String userName,
org.apache.commons.fileupload.FileItem item,
Vorgang vorgang) |
Constructor and Description |
---|
FormPublishContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
PublishRequestParameter requestParameter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UserContext |
FormRenderContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setUserContext(UserContext userContext) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
FormRequestContext.uc |
Modifier and Type | Method and Description |
---|---|
UserContext |
FormRequestContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
static IExtendedFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int projektId) |
static IFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
int projektId) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forCopyRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forDesignerPreviewRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int projektId) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forPreviewRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forPrintRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
PrintJob pj) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forProcessRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forProvideRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forReviewRequest(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int projektId,
int formVersionNum) |
static IFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
int projektId,
int formVersionNum) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedVorgang(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static IExtendedFormRequestContext |
FormRequestContextFactory.forSpecifiedVorgang(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int projektId,
int formVersionNum,
String fcpuid) |
void |
FormRequestContext.setUserContext(UserContext uc) |
Constructor and Description |
---|
ExtendedFormRequestContext(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormRequestContext(EFormRequestType requestType,
UserContext uc) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
FCContextBean.systemUC |
protected UserContext |
AJSFContext.uc |
Constructor and Description |
---|
JSFEntityContext(UserContext uc) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangHandler.addAttachment(UserContext uc,
Integer vorgangId,
Integer attachmentId) |
Vorgang |
VorgangHandler.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment) |
boolean |
BenutzerHandler.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.
|
void |
ProtokollHandler.addMandantPeBase(UserContext uc,
Mandant mandant,
PeBase peBase) |
Rolle |
RolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
void |
ProtokollHandler.addProjektPeBase(UserContext uc,
Projekt projekt,
PeBase peDoku) |
Projekt |
ProjektHandler.addProjektRessource(UserContext uc,
int projektId,
int ressourceId) |
void |
ProtokollHandler.addSystemPeDokumentation(UserContext uc,
PeDokumentation peDoc) |
void |
ProtokollHandler.addVorgangPeBase(UserContext uc,
Vorgang vorgang,
PeBase peStatus)
Adds the vorgang pebase.
|
Benutzer |
BenutzerHandler.byLDAPGruppe(UserContext uc,
String username,
Mandant mandant) |
Benutzer |
BenutzerHandler.byLDAPGruppeLogin(UserContext uc,
Mandant man,
String userLogin,
String userPwd) |
Benutzer |
BenutzerHandler.byLogin(UserContext uc,
String userName,
String passwd,
Mandant man)
By login.
|
Benutzer |
BenutzerHandler.byNameAndMandant(UserContext uc,
String username,
Mandant mandant) |
boolean |
BenutzerHandler.checkLDAPLogin(UserContext uc,
Mandant man,
String userLogin,
String userPwd) |
Boolean |
BenutzerHandler.checkLogin(UserContext uc,
String username,
String passwort,
Mandant man)
Check login.
|
void |
PostfachHandler.clear(UserContext uc,
Postfach postfach) |
Projekt |
ProjektHandler.copy(UserContext uc,
Projekt projekt,
int sourceProjectId,
int formVersionId) |
<T extends ITransferableEntity> |
GenericHandler.create(Class<T> entityClass,
UserContext uc,
T... entities)
Creates the.
|
<T extends ITransferableEntity> |
GenericHandler.create(Class<T> entityClass,
UserContext uc,
T entity)
Creates the.
|
FormEingang |
FormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Creates the.
|
FormVersion |
FormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
MandantRessource |
MandantRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
ProjektRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
<T extends ITransferableEntity> |
GenericHandler.delete(Class<T> entityClass,
UserContext uc,
T... entities)
Delete.
|
<T extends ITransferableEntity> |
GenericHandler.delete(Class<T> entityClass,
UserContext uc,
T entities)
Delete.
|
boolean |
AttachmentHandler.delete(UserContext uc,
Attachment... attachments)
Diese Methode git
true zurück damit die API-Methode einen boolean liefern kann |
<T extends ITransferableEntity> |
GenericHandler.deleteBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Delete by.
|
<T extends ITransferableEntity> |
GenericHandler.deleteById(Class<T> entityClass,
UserContext uc,
Integer id)
Delete by id.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankzugriffHandler.executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
boolean suppressStatementLimits,
Serializable... parameters) |
com.alibaba.fastjson.JSONArray |
LDAPAbfrageHandler.executeQuery(UserContext uc,
Mandant man,
String abfrageName,
Serializable[] parameters) |
Rolle |
RolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
<T extends ITransferableEntity> |
GenericHandler.getAll(Class<T> entityClass,
UserContext uc)
Gets the all.
|
<T extends ITransferableEntity> |
GenericHandler.getAllBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Gets the all by.
|
List<FormElement> |
FormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Vorgang v) |
List<Attachment> |
AttachmentHandler.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
PostfachHandler.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<Projekt> |
ProjektHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
List<MandantRessource> |
MandantRessourceHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
List<Vorgang> |
VorgangHandler.getAllByPostfach(UserContext uc,
Postfach postfach) |
List<ProjektRessource> |
ProjektRessourceHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
List<Entityberechtigung> |
EntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Aktion> |
AktionHandler.getAllByStatus(UserContext uc,
Status status) |
byte[] |
AttachmentHandler.getAllZipped(UserContext uc,
String prozessID) |
List<BenutzerGruppe> |
BenutzerHandler.getBenutzergruppen(UserContext uc,
Benutzer ben)
Gets the benutzergruppen.
|
List<BenutzerGruppe> |
PostfachHandler.getBenutzergruppen(UserContext uc,
Postfach postfach) |
<T extends ITransferableEntity> |
GenericHandler.getBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Gets the by.
|
List<BenutzerGruppe> |
BenutzerGruppeHandler.getByBenutzer(UserContext uc,
Benutzer ben) |
<T extends ITransferableEntity> |
GenericHandler.getById(Class<T> entityClass,
UserContext uc,
Integer id)
Gets the by id.
|
<T extends ITransferableEntity> |
GenericHandler.getById(String entityClass,
UserContext uc,
String id)
Gets the by id.
|
Benutzer |
BenutzerHandler.getByLDAPData(UserContext uc,
Mandant mandant,
String userName,
byte[] objectID) |
List<Benutzer> |
BenutzerHandler.getByMandant(UserContext uc,
Mandant man)
Gets the by mandant.
|
MandantFrontendServer |
MandantFrontendServerHandler.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
TextbausteinHandler.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
MandantRessource |
MandantRessourceHandler.getByName(UserContext uc,
Mandant mandant,
String name) |
ProjektRessource |
ProjektRessourceHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
Attachment |
AttachmentHandler.getByName(UserContext uc,
Vorgang vorgang,
String name) |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getByProjekt(UserContext uc,
Integer projektId) |
List<FormVersion> |
FormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
Attachment |
AttachmentHandler.getByUUID(UserContext uc,
String uuid) |
Attachment |
AttachmentHandler.getByUUID(UserContext uc,
String uuid,
Vorgang v) |
Postfach |
PostfachHandler.getByVorgang(UserContext uc,
Vorgang vorgang) |
FormVersion |
ProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
List<FormEingang> |
FormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
Map<String,String> |
VorgangHandler.getCustomAttributes(UserContext uc,
Vorgang v) |
DatenbankZugriff |
DatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Datenbankzugriff by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Gets the DataStores by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant man,
String name)
Gets the DataStores by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
List<Datenquelle> |
DatenquelleHandler.getDatenquellen(UserContext uc,
Mandant mandant)
Gets the DataStores.
|
ProjektRessource |
ProjektRessourceHandler.getDownloadRessource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
MandantRessource |
MandantRessourceHandler.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
List<BenutzerGruppe> |
BenutzerGruppeHandler.getEditorgruppenByProjekt(UserContext uc,
Integer projektId) |
List<ExtendedPostfach> |
PostfachHandler.getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
AktionHandler.getFolgeAktionen(UserContext uc,
Aktion aktion) |
List<Status> |
StatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
com.alibaba.fastjson.JSONObject |
BenutzerHandler.getLDAPUserData(UserContext uc,
Benutzer benutzer) |
Modul |
ModulHandler.getModulByName(UserContext uc,
Mandant mandant,
String name) |
List<Modul> |
ModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
List<PeStatus> |
ProtokollHandler.getPeStatus(UserContext uc,
String prozessId) |
Postfach |
PostfachHandler.getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
List<Postfach> |
PostfachHandler.getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
AktionHandler.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
List<Projekt> |
FrontendServerHandler.getProjektsByFs(UserContext uc,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId)
Gets the projekts by fs.
|
List<Rolle> |
RolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Textbaustein |
TextbausteinHandler.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie kategorie)
Gets the textbaustein by.
|
List<Textbaustein> |
TextbausteinHandler.getTextbausteine(UserContext uc,
Mandant mandant)
Gets the textbausteine.
|
List<Textbaustein> |
TextbausteinHandler.getTextbausteineByKategorie(UserContext uc,
Mandant mandant,
ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ.
|
List<Vorgang> |
VorgangHandler.getVorgaengeByBenutzer(UserContext uc,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
VorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
VorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
VorgangHandler.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
VorgangHandler.getVorgangsData(UserContext uc,
String prozessId,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Projekt |
ProjektHandler.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
boolean |
ProjektHandler.isActivationAllowed(UserContext uc,
Projekt projekt) |
BasicRefResult |
AktionHandler.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Boolean |
FrontendServerHandler.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs) |
boolean |
MandantHandler.isCreationAllowed(UserContext uc,
Mandant mandant) |
boolean |
ProjektHandler.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
Boolean |
ProjektHandler.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
ProjektHandler.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
String |
TextbausteinHandler.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode msgCode)
Mandant specific msg.
|
FormEingang |
FormEingangHandler.mostCurrent(UserContext uc,
Vorgang v)
Most current.
|
Aktion |
AktionHandler.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Status |
StatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
int |
FormEingangHandler.ownerId(UserContext uc,
Vorgang v)
Owner id.
|
de.xima.cmn.db.model.SerializableResultSet |
DatenbankzugriffHandler.query(UserContext uc,
Integer dbZugriffId,
String sql,
boolean suppressStatementLimits,
Serializable... args) |
Benutzer |
BenutzerHandler.registerBenutzer(UserContext uc,
Benutzer benutzer,
Mandant mandant)
Methode zum Anlegen eines neuen Benutzers zu einem Mandanten
|
void |
FormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
<T extends ITransferableEntity> |
GenericHandler.resultTotalCount(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Result total count.
|
<T extends ITransferableEntity> |
GenericHandler.update(Class<T> entityClass,
UserContext uc,
T... entities)
Update.
|
<T extends ITransferableEntity> |
GenericHandler.update(Class<T> entityClass,
UserContext uc,
T entity)
Update.
|
MandantRessource |
MandantRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
ProjektRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
int |
DatenbankzugriffHandler.update(UserContext uc,
Integer dbZugriffId,
String sql,
Serializable... args) |
Modifier and Type | Method and Description |
---|---|
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileHandler.getUncachedFileData(UserContext uc,
Class<T> clazz,
int id) |
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
FileHandler.getUncachedFileData(UserContext uc,
T entity) |
<E extends IAbstractDateiData,T extends IAbstractDatei<E>> |
FileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
IVorgangHandler.addAttachment(UserContext uc,
Integer vorgangId,
Integer attachmentId) |
Vorgang |
IVorgangHandler.addAttachment(UserContext uc,
Vorgang vorgang,
Attachment attachment) |
boolean |
IBenutzerHandler.addBenutzerToGruppe(UserContext uc,
Benutzer ben,
BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.
|
void |
IProtokollHandler.addMandantPeBase(UserContext uc,
Mandant mandant,
PeBase peBase) |
Rolle |
IRolleHandler.addModulToRolle(UserContext uc,
Rolle rolle,
Modul newModul) |
void |
IProtokollHandler.addProjektPeBase(UserContext uc,
Projekt projekt,
PeBase peBase) |
Projekt |
IProjektHandler.addProjektRessource(UserContext uc,
int projektId,
int ressourceId) |
void |
IProtokollHandler.addSystemPeDokumentation(UserContext uc,
PeDokumentation peDok) |
void |
IProtokollHandler.addVorgangPeBase(UserContext uc,
Vorgang vorgang,
PeBase peBase)
Adds the vorgang pebase.
|
Benutzer |
IBenutzerHandler.byLDAPGruppe(UserContext uc,
String username,
Mandant mandant) |
Benutzer |
IBenutzerHandler.byLDAPGruppeLogin(UserContext uc,
Mandant man,
String userLogin,
String userPwd)
Methode zum Auslesen und Erzeugen eines temporären Benutzers aus einer LDAP-Gruppe
|
Benutzer |
IBenutzerHandler.byLogin(UserContext uc,
String userName,
String passwd,
Mandant mandant)
By login.
|
Benutzer |
IBenutzerHandler.byNameAndMandant(UserContext uc,
String username,
Mandant mandant)
Methode zum Ermitteln eines Benutzers anhand seines Namens und des Mandantens
|
boolean |
IBenutzerHandler.checkLDAPLogin(UserContext uc,
Mandant man,
String userLogin,
String userPwd)
Methode zum Prüfen des LDAP-Logins eines Benutzers
|
Boolean |
IBenutzerHandler.checkLogin(UserContext uc,
String username,
String passwort,
Mandant man)
Check login.
|
void |
IPostfachHandler.clear(UserContext uc,
Postfach postfach) |
Projekt |
IProjektHandler.copy(UserContext uc,
Projekt projekt,
int id,
int fvId) |
<T extends ITransferableEntity> |
IGenericHandler.create(Class<T> entityClass,
UserContext uc,
T... entities)
Creates the.
|
<T extends ITransferableEntity> |
IGenericHandler.create(Class<T> entityClass,
UserContext uc,
T entity)
Creates the.
|
FormEingang |
IFormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Creates the.
|
FormVersion |
IFormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
MandantRessource |
IMandantRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
ProjektRessource |
IProjektRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
<T extends ITransferableEntity> |
IGenericHandler.delete(Class<T> entityClass,
UserContext uc,
T... entities)
Delete.
|
<T extends ITransferableEntity> |
IGenericHandler.delete(Class<T> entityClass,
UserContext uc,
T entities)
Delete.
|
boolean |
IAttachmentHandler.delete(UserContext uc,
Attachment... attachments) |
<T extends ITransferableEntity> |
IGenericHandler.deleteBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Delete by.
|
<T extends ITransferableEntity> |
IGenericHandler.deleteById(Class<T> entityClass,
UserContext uc,
Integer id)
Delete by id.
|
de.xima.cmn.db.model.SerializableResultSet |
IDatenbankzugriffHandler.executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
boolean suppressStatementLimits,
Serializable... parameters) |
com.alibaba.fastjson.JSONArray |
ILDAPAbfrageHandler.executeQuery(UserContext uc,
Mandant man,
String abfrageName,
Serializable[] parameters) |
Rolle |
IRolleHandler.getAdminRolle(UserContext uc,
Mandant mandant) |
<T extends ITransferableEntity> |
IGenericHandler.getAll(Class<T> entityClass,
UserContext uc)
Gets the all.
|
<T extends ITransferableEntity> |
IGenericHandler.getAllBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Gets the all by.
|
List<EingabeWerte> |
IEingabeWerteHandler.getAllBy(UserContext uc,
FormEingang fe) |
List<FormElement> |
IFormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Vorgang v) |
List<Attachment> |
IAttachmentHandler.getAllBy(UserContext uc,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
List<Postfach> |
IPostfachHandler.getAllByBenutzergruppe(UserContext uc,
BenutzerGruppe benutzerGruppe) |
List<Projekt> |
IProjektHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
List<MandantRessource> |
IMandantRessourcenHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
List<Vorgang> |
IVorgangHandler.getAllByPostfach(UserContext uc,
Postfach postfach) |
List<ProjektRessource> |
IProjektRessourcenHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
List<Entityberechtigung> |
IEntityberechtigungHandler.getAllByRolle(UserContext uc,
Rolle rolle) |
List<Aktion> |
IAktionHandler.getAllByStatus(UserContext uc,
Status status) |
byte[] |
IAttachmentHandler.getAllZipped(UserContext uc,
String prozessID) |
List<VorgangAttribut> |
IEingabeWerteHandler.getAttribute(UserContext uc,
ArrayList<Integer> mandantIdListe,
ArrayList<Integer> projektIdListe,
ArrayList<Integer> benutzerIdListe,
ArrayList<Integer> statusIdListe,
ArrayList<Attribut> selectListe,
ArrayList<Attribut> whereListe,
ArrayList<Attribut> sortierListe,
Integer offset,
Integer limit,
String datumFormat,
String zeitFormat,
Boolean distinct) |
List<BenutzerGruppe> |
IBenutzerHandler.getBenutzergruppen(UserContext uc,
Benutzer ben)
Gets the benutzergruppen.
|
List<BenutzerGruppe> |
IPostfachHandler.getBenutzergruppen(UserContext uc,
Postfach postfach) |
<T extends ITransferableEntity> |
IGenericHandler.getBy(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Gets the by.
|
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getByBenutzer(UserContext uc,
Benutzer ben) |
<T extends ITransferableEntity> |
IGenericHandler.getById(Class<T> entityClass,
UserContext uc,
Integer id)
Gets the by id.
|
<T extends ITransferableEntity> |
IGenericHandler.getById(String entityClass,
UserContext uc,
String id)
Gets the by id.
|
Benutzer |
IBenutzerHandler.getByLDAPData(UserContext uc,
Mandant mandant,
String userName,
byte[] objectID) |
List<Benutzer> |
IBenutzerHandler.getByMandant(UserContext uc,
Mandant man)
Gets the by mandant.
|
MandantFrontendServer |
IMandantFrontendServerHandler.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs) |
Textbaustein |
ITextbausteinHandler.getByMandantAndName(UserContext uc,
Mandant mandant,
String name) |
MandantRessource |
IMandantRessourcenHandler.getByName(UserContext uc,
Mandant mandant,
String name) |
ProjektRessource |
IProjektRessourcenHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
Attachment |
IAttachmentHandler.getByName(UserContext uc,
Vorgang vorgang,
String name) |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getByProjekt(UserContext uc,
Integer projektId) |
List<FormVersion> |
IFormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
Attachment |
IAttachmentHandler.getByUUID(UserContext uc,
String uuid) |
Attachment |
IAttachmentHandler.getByUUID(UserContext uc,
String uuid,
Vorgang v) |
Postfach |
IPostfachHandler.getByVorgang(UserContext uc,
Vorgang vorgang) |
FormVersion |
IProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
List<FormEingang> |
IFormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
Map<String,String> |
IVorgangHandler.getCustomAttributes(UserContext uc,
Vorgang v) |
DatenbankZugriff |
IDatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Datenbankzugriff by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant man,
String name)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and type
|
List<Datenquelle> |
IDatenquelleHandler.getDatenquellen(UserContext uc,
Mandant mandant)
Gets the DataStores.
|
ProjektRessource |
IProjektRessourcenHandler.getDownloadRessource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
MandantRessource |
IMandantRessourcenHandler.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
List<BenutzerGruppe> |
IBenutzerGruppeHandler.getEditorgruppenByProjekt(UserContext uc,
Integer projektId) |
List<ExtendedPostfach> |
IPostfachHandler.getExtendedPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
IAktionHandler.getFolgeAktionen(UserContext uc,
Aktion aktion) |
List<Status> |
IStatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
com.alibaba.fastjson.JSONObject |
IBenutzerHandler.getLDAPUserData(UserContext uc,
Benutzer benutzer) |
Modul |
IModulHandler.getModulByName(UserContext uc,
Mandant mandant,
String name) |
List<Modul> |
IModulHandler.getModuleByRolle(UserContext uc,
Rolle rolle) |
List<PeStatus> |
IProtokollHandler.getPeStatus(UserContext uc,
String prozessId) |
Postfach |
IPostfachHandler.getPostfachByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Postfach by.
|
List<Postfach> |
IPostfachHandler.getPostfaecherByBenutzer(UserContext uc,
Benutzer benutzer) |
List<Aktion> |
IAktionHandler.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
List<Projekt> |
IFrontendServerHandler.getProjektsByFs(UserContext uc,
Integer fronendServerId,
Integer mandantId,
Integer benutzerGruppeId)
Gets the projekts by fs.
|
List<Rolle> |
IRolleHandler.getRollenByModul(UserContext uc,
Modul modul) |
Textbaustein |
ITextbausteinHandler.getTextbausteinBy(UserContext uc,
Mandant mandant,
String name,
ETextbausteinKategorie kategorie)
Gets the textbaustein by.
|
List<Textbaustein> |
ITextbausteinHandler.getTextbausteine(UserContext uc,
Mandant mandant)
Gets the textbausteine.
|
List<Textbaustein> |
ITextbausteinHandler.getTextbausteineByKategorie(UserContext uc,
Mandant mandant,
ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ.
|
List<Vorgang> |
IVorgangHandler.getVorgaengeByBenutzer(UserContext uc,
Benutzer benutzer) |
List<ExtendedEntityModel<Vorgang>> |
IVorgangHandler.getVorgaengeData(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
long |
IVorgangHandler.getVorgaengeDataTotalCount(UserContext uc,
Projekt pro,
Postfach pf,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
IVorgangHandler.getVorgangsData(UserContext uc,
Projekt pro,
Vorgang v,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
ExtendedEntityModel<Vorgang> |
IVorgangHandler.getVorgangsData(UserContext uc,
String prozessID,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
EProjectSpecificDBTable tableType) |
Projekt |
IProjektHandler.importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
boolean |
IProjektHandler.isActivationAllowed(UserContext uc,
Projekt projekt) |
BasicRefResult |
IAktionHandler.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Boolean |
IFrontendServerHandler.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs) |
boolean |
IMandantHandler.isCreationAllowed(UserContext uc,
Mandant mandant) |
boolean |
IProjektHandler.isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
Boolean |
IProjektHandler.isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
IProjektHandler.isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
String |
ITextbausteinHandler.mandantSpecificMsg(UserContext uc,
Mandant mandant,
ETextbausteinMsgCode msgCode)
Mandant specific msg.
|
FormEingang |
IFormEingangHandler.mostCurrent(UserContext uc,
Vorgang v)
Most current.
|
Aktion |
IAktionHandler.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Status |
IStatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
int |
IFormEingangHandler.ownerId(UserContext uc,
Vorgang v)
Owner id.
|
de.xima.cmn.db.model.SerializableResultSet |
IDatenbankzugriffHandler.query(UserContext uc,
Integer dbZugriffId,
String sql,
boolean suppressStatementLimits,
Serializable... args) |
Benutzer |
IBenutzerHandler.registerBenutzer(UserContext uc,
Benutzer benutzer,
Mandant mandant)
Methode zum Anlegen eines neuen Benutzers zu einem Mandanten
|
void |
IFormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
<T extends ITransferableEntity> |
IGenericHandler.resultTotalCount(Class<T> entityClass,
UserContext uc,
de.xima.cmn.criteria.QueryCriteriaManager qcm)
Result total count.
|
<T extends ITransferableEntity> |
IGenericHandler.update(Class<T> entityClass,
UserContext uc,
T... entities)
Update.
|
<T extends ITransferableEntity> |
IGenericHandler.update(Class<T> entityClass,
UserContext uc,
T entity)
Update.
|
MandantRessource |
IMandantRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
ProjektRessource |
IProjektRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
int |
IDatenbankzugriffHandler.update(UserContext uc,
Integer dbZugriffId,
String sql,
Serializable... args) |
Modifier and Type | Method and Description |
---|---|
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
IFileHandler.getUncachedFileData(UserContext uc,
Class<T> clazz,
int id) |
<E extends IAbstractDateiData,T extends IFileProviding<E>> |
IFileHandler.getUncachedFileData(UserContext uc,
T entity) |
<E extends IAbstractDateiData,T extends IAbstractDatei<E>> |
IFileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String[]>> |
IFormDataHandler.getFieldValueMap(UserContext uc,
Vorgang v)
Gets the flatten form for.
|
String |
IFormDataHandler.getFormData(UserContext uc,
FormEingang fe) |
String |
IFormDataHandler.getFormData(UserContext uc,
Vorgang v) |
Map<String,List<String>> |
IFormDataHandler.getFormDataMap(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
IFormDataHandler.getFormDataMap(UserContext uc,
Vorgang v) |
IWorkflowResponse |
IWorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes)
Inits the workflow.
|
IFormDataAdapter |
IFormDataHandler.instFor(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
IFormDataHandler.instFor(UserContext uc,
Vorgang v) |
boolean |
IFormDataHandler.processPostfachDynamicValues(UserContext uc,
Vorgang v)
Speichern von Formulardaten in die dynamische Tabelle für die Postfachanzeige
|
Vorgang |
IFormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v) |
FormEingang |
IFormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
UserContext |
IEntityContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
void |
IEntityContext.setUserContext(UserContext uc) |
Modifier and Type | Method and Description |
---|---|
UserContext |
IFormRenderContext.getUserContext() |
UserContext |
IFormRequestContext.getUserContext() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setUserContext(UserContext userContext) |
void |
IFormRequestContext.setUserContext(UserContext uc) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
AEntityContext.uc |
Modifier and Type | Method and Description |
---|---|
UserContext |
AEntityContext.getUserContext()
Getter für uc
|
Modifier and Type | Method and Description |
---|---|
static IEntityContext |
EntityContextFactory.newEntityContext(UserContext uc) |
void |
AEntityContext.setUserContext(UserContext uc)
Setter des uc
|
Modifier and Type | Method and Description |
---|---|
UserContext |
WorkflowStartingContext.getUsersContext() |
Constructor and Description |
---|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
Map<String,Serializable> sessionAttributes,
IXFormRenderConfig formConfig) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
Map<String,Serializable> sessionAttributes,
XFormRenderConfig formConfig)
Deprecated.
|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormRenderConfig formConfig)
|
Modifier and Type | Method and Description |
---|---|
protected Integer |
FormAliasProvideServlet.extractMandantId(UserContext uc,
Matcher matcher) |
protected Projekt |
FormAliasProvideServlet.extractProjekt(UserContext uc,
Matcher matcher,
int mandantId) |
protected void |
FormAliasProvideServlet.throwError(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ParameterWrapper params,
UserContext uc,
Integer mandantId) |
protected void |
FormForwardProvideServlet.throwError(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ParameterWrapper params,
UserContext uc,
Integer mandantId) |
Modifier and Type | Field and Description |
---|---|
protected UserContext |
AbstractServletHandler.uc |
Modifier and Type | Method and Description |
---|---|
static void |
DownloadManager.handleAttachment(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc) |
static void |
DownloadManager.handleProjektRessource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
XfcSession xfs,
UserContext uc) |
static boolean |
DownloadManager.handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
static boolean |
DownloadManager.handlePublicMandantRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static boolean |
DownloadManager.handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc) |
static boolean |
DownloadManager.handlePublicProjektRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
static void |
DownloadManager.handlePublicRessourceByName(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
UserContext uc,
String contentType) |
Modifier and Type | Method and Description |
---|---|
static Boolean |
XFSetup.isDbConfigured(UserContext uc) |
Modifier and Type | Method and Description |
---|---|
ByteArrayOutputStream |
FDToExcelTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession sess,
de.xima.cmn.criteria.QueryCriteriaManager qm,
boolean withAlias,
Benutzer ben) |
Modifier and Type | Method and Description |
---|---|
static RootFdXml |
FDToXmlTransformer.createForPostfach(UserContext uc,
List<String> vl,
XfcSession sess,
de.xima.cmn.criteria.QueryCriteriaManager qm,
Benutzer ben)
Methode zum Erzeugen einer XML-Objektstruktur mit Werten von Postfachvorgängen.
|
Modifier and Type | Field and Description |
---|---|
static UserContext |
UserContextFactory.ANONYMOUS |
static UserContext |
UserContextFactory.SETUP |
static UserContext |
UserContextFactory.SYSTEM |
Modifier and Type | Method and Description |
---|---|
static UserContext |
UserContextFactory.forBenutzer(Benutzer ben) |
static UserContext |
UserContextFactory.forRequest(javax.servlet.http.HttpServletRequest request) |
static UserContext |
UserContextFactory.forXfcSession(XfcSession session) |
static UserContext |
UserContextFactory.getNew() |
UserContext |
UserContext.setBenutzer(Benutzer benutzer) |
Modifier and Type | Method and Description |
---|---|
static Benutzer |
LoginHelper.doLogin(UserContext uc,
String userLogin,
String userPwd,
Integer mandantId)
Führt Login anhand der übergebenen Daten durch.
|
Modifier and Type | Method and Description |
---|---|
ITransferable |
JSONRequester.extractValuesFromJSON(UserContext uc) |
Modifier and Type | Method and Description |
---|---|
static void |
FormResponder.invalidDoublePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
Locale locale,
UserContext uc,
Mandant man) |
static String |
FormResponder.prepareMsg(javax.servlet.http.HttpServletRequest request,
Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode) |
static String |
FormResponder.prepareMsg(String context,
Mandant man,
Locale loc,
UserContext uc,
ETextbausteinMsgCode msgCode) |
static void |
FormResponder.respond(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respond,
Locale locale,
UserContext uc,
Mandant man,
ETextbausteinMsgCode code,
boolean success) |
Modifier and Type | Method and Description |
---|---|
static ITransferableEntity |
BeanUtils.getEntity(UserContext uc,
String entityName,
String id)
Generisches Auslesen der Entität anhand der ID und dem Namen der Entität.
|
static void |
BeanUtils.setProp(UserContext uc,
Object bean,
String propName,
Object propValue)
Setzt folgendes voraus, wenn es sich bei den zu setzenden Properties um eine oder mehrere Entitäten-IDs handelt:
ein passendes DAO mit dem Namen "[großgeschriebener Property- oder Collection-Parametertyp]_DAO" existiert als
statisches Feld in DaoProvider
propName muss dem Muster "[Name einfache Eigenschaft].id" oder "[Name Collection-basierte
Eigenschaft].ids" entsprechen, z.B. |
Modifier and Type | Method and Description |
---|---|
static String |
GridHeaderDescription.getGridHeaderDescription(boolean isProjektPostfach,
int postfachId,
UserContext uc,
Locale locale,
boolean isShowPf) |
String |
DataGridHelper.getVorgaengeByPostfach(int postfachId,
int projektId,
javax.servlet.http.HttpServletRequest request,
UserContext uc,
Locale locale,
boolean isGelesen,
boolean isUngelesen,
Benutzer ben,
Mandant man,
boolean isUserInbox_owner,
boolean isUserInbox_work) |
String |
DataGridHelper.getVorgaengeByProjekt(int projektId,
javax.servlet.http.HttpServletRequest request,
int parentPostfach,
UserContext uc,
Locale locale,
boolean isGelesen,
boolean isUngelesen) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.