Uses of Class
de.xima.fc.entities.Mandant
-
-
Uses of Mandant in de.xima.fc
Methods in de.xima.fc with parameters of type Mandant Modifier and Type Method Description static String
PathHandler.Web. aliasFor(Mandant mandant)
static String
PathHandler.Web. aliasFormRequestWithoutAlias(Mandant client)
static String
PathHandler.Web. aliasFormRequestWithoutAlias(MandantFrontendServer mfs, Mandant client)
static String
PathHandler.Web. baseFormIncludeUrlFor(Mandant client)
Determines the path to the JavaScript file for including the form via AJAX.static String
PathHandler.Web. baseFormUrlFor(Mandant mandant)
Returns the clients base-url with form servlet sub-dirstatic String
PathHandler.Web. baseIncludesFor(Mandant client)
Generates the base URL for form includes,/form/includes
.static String
PathHandler.Web. baseUrlFor(Mandant mandant)
Liefert die (ggfs mandantenabhängige) Basis-Adresse zum Aufruf von Formcycle.static String
PathHandler.Web. getBaseProvideUrl(Mandant client)
static String
PathHandler.FS. getMandantBaseDirPath(Mandant m)
Deprecated.static String
PathHandler.FS. getMandantPluginDirPath(Mandant mandant)
Deprecated.static String
PathHandler.Web. includeUrlFor(Mandant client, String resourceName)
Returns the URL to the given form resource, eg.static String
PathHandler.Web. loginRequestFor(Mandant mandant)
Diese Methode liefert die URL zur Startseite von XFC. -
Uses of Mandant in de.xima.fc.api
Methods in de.xima.fc.api with parameters of type Mandant Modifier and Type Method Description List<String>
PublicPropertyAccessor. getTextbausteinPlaceholder(Mandant mandant)
Diese Methode dient dazu, Textbausteinplatzhalter zu ermitteln die nicht vom Typ SYSTEM sindList<String>
PublicPropertyAccessor. getTextbausteinPlaceholderForTyp(Mandant mandant, ETextbausteinKategorie kat)
Diese Methode dient dazu, Textbausteinplatzhalter zu ermitteln nur von einem übergebenen Typ sind -
Uses of Mandant in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with parameters of type Mandant Modifier and Type Method Description static com.alibaba.fastjson.JSONObject
GenericDataCache. getCachedI18nValues(UserContext uc, Mandant client)
static LicenseModel
LicenseCache. getCachedLicense(Mandant client)
-
Uses of Mandant in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Mandant Modifier and Type Method Description Mandant
MandantAPI. getByName(UserContext uc, String name)
Method for determining aMandant
by his name (case insensitive).Mandant
MandantAPI. getByUUID(UserContext uc, String uuid)
Mandant
MandantAPI. getByUUID(UserContext uc, UUID uuid)
Methods in de.xima.fc.api.entity that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
MandantAPI. getAllByName(UserContext uc, String name)
Method for determining allMandant
s by name (case insensitive).Methods in de.xima.fc.api.entity with parameters of type Mandant Modifier and Type Method Description void
ProtokollAPI. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client)
Adds a client protocol entry when malware was detected in a file or some data.void
ProtokollAPI. addMandantProtokollEintrag(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
Method for creating a protocol entry when a client is changed.Benutzer
BenutzerAPI. byLDAPGruppe(UserContext uc, String username, Mandant mandant)
Deprecated.Benutzer
BenutzerAPI. byLDAPGruppeLogin(UserContext uc, Mandant man, String username, String clearTextPassword)
Deprecated.Benutzer
BenutzerAPI. byLogin(UserContext uc, String username, String clearTextPassword, Mandant mandant)
Deprecated.Method for determining a user based on his login data.Benutzer
BenutzerAPI. byNameAndMandant(UserContext uc, String username, Mandant mandant)
Deprecated.boolean
BenutzerAPI. checkLDAPLogin(UserContext uc, Mandant man, String username, String clearTextPassword)
Deprecated.Method for determining a user based on his LDAP login.Boolean
BenutzerAPI. checkLogin(UserContext uc, String username, String clearTextPassword, Mandant man)
Deprecated.Method for checking login data of a user.void
PostfachAPI. clear(UserContext uc, Mandant mandant, Postfach postfach)
Deprecated.MandantRessource
MandantRessourcenAPI. create(UserContext uc, String name, byte[] data, String userName, String fileName, Mandant mandant)
Method for creating aMandantRessource
with the transmitted data.ProjektRessource
ProjektRessourcenAPI. create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
de.xima.cmn.db.model.SerializableResultSet
DatenbankZugriffAPI. executeDBquery(UserContext uc, Mandant mandant, String abfrageName, boolean suppressStatementLimits, Serializable... parameters)
Method for executing a query with parameter.de.xima.cmn.db.model.SerializableResultSet
DatenbankZugriffAPI. executeDBquery(UserContext uc, Mandant mandant, String abfrageName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)
de.xima.cmn.db.model.SerializableResultSet
DatenquelleAPI. executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, Serializable... parameters)
Deprecated.de.xima.cmn.db.model.SerializableResultSet
DatenbankZugriffAPI. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters)
de.xima.cmn.db.model.SerializableResultSet
DatenbankZugriffAPI. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams)
com.alibaba.fastjson.JSONArray
LDAPAbfrageAPI. executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters)
com.alibaba.fastjson.JSONArray
LDAPAbfrageAPI. executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams)
com.alibaba.fastjson.JSONArray
LDAPAbfrageAPI. executeQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters)
Method for executing a query by query name.Rolle
RolleAPI. getAdminRolle(UserContext uc, Mandant mandant)
Method for determining a admin role of a client.List<AppointmentTemplate>
AppointmentTemplateAPI. getAllByClient(UserContext uc, Mandant currentClient)
Finds all available appointment templates of the given client.List<Postfach>
PostfachAPI. getAllByClient(UserContext uc, Mandant client)
Returns all inboxes of the givenMandant
List<Projekt>
ProjektAPI. getAllByClient(UserContext uc, Mandant mandant, boolean includeTemplates)
List<Projekt>
ProjektAPI. getAllByClient(UserContext uc, Mandant mandant, String scope, boolean includeTemplates)
List<Projekt>
ProjektAPI. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client)
Deprecated.List<Projekt>
ProjektAPI. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope)
Deprecated.List<MandantRessource>
MandantRessourcenAPI. getAllByMandant(UserContext uc, Mandant mandant)
Method for determining allMandantRessource
s for a client.List<Modul>
ModulAPI. getAllByMandant(UserContext uc, Mandant mandant)
Deprecated.Method for determining all modules by a client.List<Projekt>
ProjektAPI. getAllByMandant(UserContext uc, Mandant mandant)
Deprecated.List<Projekt>
ProjektAPI. getAllByMandantAndStatus(UserContext uc, Mandant mandant, Boolean isOnline)
Method for determining all projects of a client and its online status.List<Textbaustein>
TextbausteinAPI. getAllByMandantAndTyp(UserContext uc, Mandant client, ETextbausteinKategorie category)
Method for reading all templates of a client and a specified type.List<Projekt>
ProjektAPI. getAllTemplatesByClient(UserContext uc, Mandant mandant)
List<Projekt>
ProjektAPI. getAllTemplatesByClient(UserContext uc, Mandant mandant, String scope)
MandantLdapData
MandantLdapDataAPI. getByClient(UserContext uc, Mandant mandant)
Deprecated.Method deliver the LDAP data for a client.MandantMailData
MandantMailDataAPI. getByClient(UserContext uc, Mandant mandant)
Method deliver the mail data for the client.Benutzer
BenutzerAPI. getByLDAPData(UserContext uc, Mandant mandant, String userName, byte[] objectID)
Deprecated.List<Benutzer>
BenutzerAPI. getByMandant(UserContext uc, Mandant mandant)
Deprecated.Method for determining all user of aMandant
.List<BenutzerGruppe>
BenutzerGruppeAPI. getByMandant(UserContext uc, Mandant mandant)
Method for determining allBenutzerGruppe
of aMandant
.MandantFrontendServer
MandantFrontendServerAPI. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
Method for fetching aMandantFrontendServer
DatenbankZugriff
DatenbankZugriffAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)
Postfach
PostfachAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)
Textbaustein
TextbausteinAPI. getByMandantAndName(UserContext uc, Mandant mandant, String name)
ClientCounter
ClientCounterApi. getByName(UserContext uc, Mandant client, String name)
MandantRessource
MandantRessourcenAPI. getByName(UserContext uc, Mandant mandant, String name)
Method for determining theMandantRessource
by his name.ClientAuthenticator
ClientAuthenticatorAPI. getByUuid(UserContext uc, Mandant client, UUID uuid)
ClientCounter
ClientCounterApi. getByUuid(UserContext uc, Mandant client, UUID uuid)
AppointmentTemplate
AppointmentTemplateAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Finds the appointment template with the given UUID.AppointmentTemplate
AppointmentTemplateAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Finds the appointment template with the given UUID.Benutzer
BenutzerAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Deprecated.Returns the user with the given UUID stringBenutzer
BenutzerAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Deprecated.Returns the user with the given UUIDBenutzerGruppe
BenutzerGruppeAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the user group with the given UUID stringBenutzerGruppe
BenutzerGruppeAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the user group with the given UUIDDatenbankZugriff
DatenbankZugriffAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the DB access with the given UUIDDatenbankZugriff
DatenbankZugriffAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the DB access with the given UUIDPostfach
PostfachAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the inbox with the given UUIDPostfach
PostfachAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the inbox with the given UUIDProjekt
ProjektAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Projekt
ProjektAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Rolle
RolleAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the role with the given UUIDRolle
RolleAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUIDTextbaustein
TextbausteinAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Method for determining anTextbaustein
by an UUID asString
and the clientTextbaustein
TextbausteinAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Method for determining anTextbaustein
by an UUID and the clientLicenseSyncData
LicenseFileAPI. getClientLicenseSyncMeta(UserContext uc, Mandant client)
javax.mail.Address
MandantMailDataAPI. getClientMailAddress(UserContext uc, Mandant client)
Gets the client mail address if one has been set.List<ProtocolEntryClient>
ProtokollAPI. getClientProtocol(UserContext uc, Mandant client)
@NotNull Map<String,String>
MandantAPI. getCustomAttributes(UserContext uc, Mandant client)
Gets the custom properties of this client.Datenquelle
DatenquelleAPI. getDatenquelleById(UserContext uc, Mandant mandant, int id)
Method for determining a data source of client by the ID.Datenquelle
DatenquelleAPI. getDatenquelleByName(UserContext uc, Mandant mandant, String name)
Deprecated.Datenquelle
DatenquelleAPI. getDatenquelleByName(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Method for determining a data source of a client by the name and type.List<Datenquelle>
DatenquelleAPI. getDatenquellen(UserContext uc, Mandant mandant)
Method for determining all data sources of aMandant
.Textbaustein
TextbausteinAPI. getFD2Theme(UserContext uc, Mandant mandant, String theme)
Method for reading a CSS template of a client by his name.Modul
ModulAPI. getModulByName(UserContext uc, Mandant mandant, String name)
Deprecated.Method for determining of a defined module by the name and associated client.Datenquelle
DatenquelleAPI. getPublicDatasource(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
Textbaustein
TextbausteinAPI. getTextbausteinBy(UserContext uc, Mandant mandant, String name, ETextbausteinKategorie category)
Method for determining aTextbaustein
by his name and category.List<Textbaustein>
TextbausteinAPI. getTextbausteine(UserContext uc, Mandant mandant)
Method for determining allTextbaustein
of a client.UserAccess
BenutzerAPI. getUserAccess(Mandant client)
Deprecated.Creates an useraccess based on an clientProjekt
ProjektAPI. importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String description, String title)
Method for importing a project for a client.boolean
MandantAPI. isCreationAllowed(UserContext uc, Mandant mandant)
Method for checking if the creation of aMandant
is allowed.boolean
BenutzerAPI. isLDAPUserActive(UserContext uc, Mandant man, String username)
Deprecated.String
TextbausteinAPI. mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode textbausteinCode)
Method for determining a message based on aMandant
and aTextbaustein
code.de.xima.cmn.db.model.SerializableResultSet
DatenbankZugriffAPI. query(UserContext uc, Mandant mandant, String abfrageName, Serializable... parameters)
Benutzer
BenutzerAPI. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant)
Deprecated.Method for creating a new user for aMandant
. -
Uses of Mandant in de.xima.fc.api.rest.pub.impl.generic.model.response.client
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.client with parameters of type Mandant Modifier and Type Method Description static String
ClientResource. getBaseResourcePath(Mandant client)
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.client with parameters of type Mandant Constructor Description ClientResource(Mandant entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Uses of Mandant in de.xima.fc.api.system
-
Uses of Mandant in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return Mandant Modifier and Type Method Description Mandant
AppointmentBookingParams. getClient()
Mandant
AppointmentQueryParams. getClient()
Mandant
AppointmentValidateParams. getClient()
Mandant
DaoProviderIcalQueryAccessObject. getClientBy(IEntityContext ctx, UUID uuid)
Methods in de.xima.fc.appointment with parameters of type Mandant Modifier and Type Method Description static AppointmentQueryParams.Builder
AppointmentQueryParams. builder(Mandant client)
THIS
AppointmentBookingParams.Builder. client(Mandant client)
AppointmentValidateParams.Builder
AppointmentValidateParams.Builder. client(Mandant client)
List<Appointment>
DaoProviderIcalQueryAccessObject. getAppointmentsBy(IEntityContext ctx, Mandant client, AppointmentTemplate template, com.google.common.collect.Range<Instant> range, boolean includePartiallyInRange)
AppointmentTemplate
DaoProviderIcalQueryAccessObject. getTemplateBy(IEntityContext ctx, Mandant client, UUID uuid)
AppointmentQueryParams.Builder
AppointmentQueryParams.Builder. limitToClient(Mandant client)
Constructors in de.xima.fc.appointment with parameters of type Mandant Constructor Description AppointmentBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentCreateBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentDeleteBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentMoveBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client, com.google.common.collect.Range<Instant> range)
AppointmentValidateParams(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
Uses of Mandant in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return Mandant Modifier and Type Method Description Mandant
WorkflowProcessing. getMandant()
Deprecated. -
Uses of Mandant in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing with parameters of type Mandant Modifier and Type Method Description Class<?>
ProcessingWrapper. getPluginClass(Mandant client)
Deprecated.Class<? extends IPluginProcessing>
VerarbeitungPlugin. getPluginClass(Mandant man)
Deprecated.boolean
AVerarbeitung. isAvailable(IEntityContext ec, Mandant client)
Deprecated.boolean
ProcessingWrapper. isAvailable(IEntityContext ec, Mandant man)
Deprecated.boolean
VerarbeitungCallback. isAvailable(IEntityContext ec, Mandant man)
Deprecated.boolean
VerarbeitungEmail. isAvailable(IEntityContext ec, Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.bl.fdv.processing.data
Methods in de.xima.fc.bl.fdv.processing.data that return Mandant Modifier and Type Method Description Mandant
ProcessingPrefillData. getClient()
Deprecated.Constructors in de.xima.fc.bl.fdv.processing.data with parameters of type Mandant Constructor Description ProcessingPrefillData(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action)
Deprecated. -
Uses of Mandant in de.xima.fc.client
Methods in de.xima.fc.client with parameters of type Mandant Modifier and Type Method Description static boolean
ClientUtils. isTestClient(Mandant client)
Determine if the given client is marked as a test client. -
Uses of Mandant in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type Mandant Modifier and Type Method Description static List<Bedingung>
DaoActionHookHelper. getBedingungen(IEntityContext ec, Mandant man)
Deprecated.static List<ProjectDOIData>
DaoActionHookHelper. getProjectDoi(IEntityContext ec, Mandant man)
static List<ProjectIdentityCheckData>
DaoActionHookHelper. getProjectIdCheck(IEntityContext ec, Mandant client)
static List<ProjectPortalData>
DaoActionHookHelper. getProjectPortalData(IEntityContext ec, Mandant client)
static List<? extends de.xima.cmn.dao.interfaces.IEntity<Long>>
DaoActionHookHelper. getReferencingWorkflowElementsInClient(IEntityContext ec, Mandant client, de.xima.cmn.dao.interfaces.IEntity<Long> entity)
Finds all workflow elements (nodes / triggers) that have a reference to the given entity. -
Uses of Mandant in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Mandant Modifier and Type Method Description Mandant
MandantDao. getByUUID(IEntityContext ec, String uuid)
Mandant
MandantDao. getByUUID(IEntityContext ec, UUID uuid)
Mandant
MandantDao. readByName(IEntityContext ec, String name)
Methods in de.xima.fc.dao.impl that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
MandantDao. getAllByName(IEntityContext ec, String name)
protected IFCDaoActionHook<Mandant>
MandantDao. getPostActionHook()
protected IFCDaoActionHook<Mandant>
MandantDao. getPreActionHook()
Method parameters in de.xima.fc.dao.impl with type arguments of type Mandant Modifier and Type Method Description Set<UserProfile>
UserProfileDao. getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients)
-
Uses of Mandant in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Mandant Modifier and Type Method Description Mandant
IMandantDao. getByUUID(IEntityContext ec, String uuid)
Returns the client with the given UUIDMandant
IMandantDao. getByUUID(IEntityContext ec, UUID uuid)
Returns the client with the given UUIDMandant
IMandantDao. readByName(IEntityContext ec, String name)
Method for determining aclients
by its name (case insensitive).Methods in de.xima.fc.dao.interfaces that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
IMandantDao. getAllByName(IEntityContext ec, String name)
Method for determining allclients
by its name (case insensitive).Methods in de.xima.fc.dao.interfaces with parameters of type Mandant Modifier and Type Method Description List<Projekt>
IProjektDao. allByClient(IEntityContext ec, Mandant mandant, boolean includeTemplates)
List<Projekt>
IProjektDao. allByClient(IEntityContext ec, Mandant client, String scope, boolean includeTemplates)
List<Projekt>
IProjektDao. allByMandant(IEntityContext ec, Mandant mandant)
Deprecated.List<Projekt>
IProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)
Deprecated.List<Projekt>
IProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)
Deprecated.List<Projekt>
IProjektDao. allTemplatesByClient(IEntityContext ec, Mandant mandant)
List<Projekt>
IProjektDao. allTemplatesByClient(IEntityContext ec, Mandant client, String scope)
List<Projekt>
IProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)
Deprecated.List<Projekt>
IProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)
Deprecated.de.xima.cmn.criteria.QueryCriteriaManager
IProjektDao. allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates)
Deprecated.int
IInternalClientMessageDao. bulkDeleteAllByClient(IEntityContext ec, Mandant client, EInternalMessageType type)
Benutzer
IBenutzerDao. byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant)
Deprecated.Diese Methode sucht einenBenutzer
anhand desBenutzer.getLoginName()
und desBenutzer.getPasswort()
, wurde ein aktiverBenutzer
gefunden, wird dieser zurückgeben.Benutzer
IBenutzerDao. byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant)
Deprecated.void
IPostfachDao. clear(IEntityContext ec, Mandant client, Postfach inbox)
Deprecated.MandantRessource
IMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)
MandantRessource
IMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)
ProjektRessource
IProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource
IProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)
String
IAppointmentTemplateDao. findUniqueName(IEntityContext ec, Mandant client, String candidate)
Returns a name that is not taken by anotherAppointmentTemplate
in the given client.String
IAppointmentTemplateDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude)
Returns a name that is not taken by anotherAppointmentTemplate
in the given client.String
IBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)
Returns a name that is not taken by anotherBenutzerGruppe
in the given client other than the excluded user group.String
IClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)
Returns a name that is not taken by anotherClientAuthenticator
in the given client.String
IClientCounterDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude)
Returns a name that is not taken by anotherClientCounter
in the given client.String
IDatenquelleDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude)
Returns a name that is not taken by anotherDatenquelle
in the given client other than the excluded data source.String
IIndirectClientAuthorizationDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude)
Returns a name that is not taken by anotherIndirectClientAuthorization
in the given client other than the excluded authorization.String
IMandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)
Returns a name that is not taken by anotherMandantRessource
in the given client.String
IPostfachDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude)
Returns a name that is not taken by anotherPostfach
in the given client other than the excluded inbox.String
IProjektDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Projekt exclude)
Returns a name that is not taken by anotherProjekt
in the given client other than the excluded data source.String
ITextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate)
Returns a name that is not taken by anotherTextbaustein
in the given client.String
ITextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude)
Returns a name that is not taken by anotherTextbaustein
in the given client other than the excluded template.String
IProjektDao. findUniqueTitle(IEntityContext ec, Mandant client, String candidate, Projekt exclude)
Returns a title that is not taken by anotherProjekt
in the given client other than the excluded data source.List<Projekt>
IProjektDao. getAccessableProjects(IEntityContext ec, IUser user, Mandant client)
Returns all projects which are editable or visible by the user groups of the user in the given client.Rolle
IRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)
List<Textbaustein>
ITextbausteinDao. getAll(IEntityContext ec, Mandant m)
List<AppointmentClientClosingTime>
IAppointmentClientClosingTimeDao. getAllByClient(IEntityContext ec, Mandant client)
Returns a list of all closing times for the given clientList<AppointmentTemplate>
IAppointmentTemplateDao. getAllByClient(IEntityContext ec, Mandant currentClient)
Finds all available appointment templates of the given client.List<T>
IClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client)
Finds all authorizations for a given client scope.List<ClientPortalConfig>
IClientPortalConfigDao. getAllByClient(IEntityContext ec, Mandant client)
Gets all client portal configs for the given client.List<DirectClientAuthorization>
IDirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly)
Finds all authorizations for a given client scope.List<MandantFrontendServer>
IMandantFrontendServerDao. getAllByClient(IEntityContext ec, Mandant client)
Gets allMandantFrontendServer
s of the givenclient
.List<Postfach>
IPostfachDao. getAllByClient(IEntityContext ec, Mandant client)
Returns all inboxes of the given client.List<UserPortal>
IUserPortalDao. getAllByClient(IEntityContext ec, Mandant client)
Returns all user portal entities available for the given client.List<MandantRessource>
IMandantRessourceDao. getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions)
List<Textbaustein>
ITextbausteinDao. getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)
List<FormTemplate>
IFormTemplateDao. getAllByMandant(IEntityContext ec, Mandant m)
List<LDAPGruppe>
ILDAPGruppeDao. getAllByMandant(IEntityContext ec, Mandant man)
Deprecated.default List<MandantRessource>
IMandantRessourceDao. getAllByMandant(Mandant mandant, IEntityContext ec)
Deprecated.List<MandantRessource>
IMandantRessourceDao. getAllByMandant(IEntityContext ec, Mandant mandant)
List<ProjektZaehlerDaten>
IProjektZaehlerDatenDao. getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)
List<Aktion>
IAktionDao. getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)
Deprecated.Returns all actions that have processing of defined by the given processing classList<InternalClientMessage>
IInternalClientMessageDao. getAllByType(IEntityContext ec, Mandant client, EInternalMessageType type)
List<LDAPGruppe>
ILDAPGruppeDao. getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
Deprecated.Returns allLDAPGruppe
which are assigned to theBenutzerGruppe
List<TElement>
IWorkflowElementDao. getAllReferencingElements(IEntityContext ec, Mandant client, de.xima.cmn.dao.interfaces.IEntity<Long> entity)
Finds all workflow elements within the client that reference the given entity .List<FormTemplateTag>
IFormTemplateDao. getAllTagsByMandant(IEntityContext ec, Mandant m)
List<InternalClientMessage>
IInternalClientMessageDao. getAllUnreadByType(IEntityContext ec, Mandant client, EInternalMessageType type)
List<Benutzer>
IBenutzerDao. getBenutzerByMandant(IEntityContext ec, Mandant mandant)
Deprecated.Map<String,BenutzerGruppe>
IBenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)
Textbaustein
ITextbausteinDao. getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)
MandantLdapData
IMandantLdapDataDao. getByMandant(IEntityContext ec, Mandant mandant)
Deprecated.MandantMailData
IMandantMailDataDao. getByMandant(IEntityContext ec, Mandant mandant)
MandantFrontendServer
IMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
Textbaustein
ITextbausteinDao. getByMsgCode(IEntityContext ec, Mandant m, String msgCode)
ClientCounter
IClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)
default MandantRessource
IMandantRessourceDao. getByName(Mandant mandant, String name, IEntityContext ec)
Deprecated.MandantRessource
IMandantRessourceDao. getByName(IEntityContext ec, Mandant mandant, String name)
Postfach
IPostfachDao. getByName(IEntityContext ec, Mandant client, String name)
Returns the inbox with the given name, if such an inbox exists.Textbaustein
ITextbausteinDao. getByName(IEntityContext ec, Mandant mandant, String name)
WebDavAccess
IWebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)
LDAPAbfrage
ILDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String queryName, Mandant client)
MandantFrontendServer
IMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant)
Deprecated.ClientAuthenticator
IClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
default T
IClientAuthorizationDao. getByUuid(IEntityContext ec, Mandant client, String uuid)
Returns the client authorization for the given UUID string and clientdefault T
IClientAuthorizationDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
Returns the client authorization for the given UUID and clientClientCounter
IClientCounterDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
IAppointmentClosingTime
IAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the closing time with the given UUIDIAppointmentClosingTime
IAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the closing time with the given UUIDAppointmentTemplate
IAppointmentTemplateDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the template with the given UUIDAppointmentTemplate
IAppointmentTemplateDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the template with the given UUIDBenutzer
IBenutzerDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Deprecated.Returns the user with the given UUID stringBenutzer
IBenutzerDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Deprecated.Returns the user with the given UUIDBenutzerGruppe
IBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the user group with the given UUID stringBenutzerGruppe
IBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the user group with the given UUIDClientPlugin
IClientPluginDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the client plugin with the given UUID stringClientPlugin
IClientPluginDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the client plugin with the given UUIDDatenbankZugriff
IDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the DB access with the given UUIDDatenbankZugriff
IDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the DB access with the given UUIDDatenquelle
IDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the data source with the given UUID stringDatenquelle
IDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the data source with the given UUIDInternalClientMessage
IInternalClientMessageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
InternalClientMessage
IInternalClientMessageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
LDAPAbfrage
ILDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the LDAP query with the given UUID stringLDAPAbfrage
ILDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the LDAP query with the given UUIDLDAPZugriff
ILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the LDAP connection with the given UUID stringLDAPZugriff
ILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the LDAP connection with the given UUIDMandantRessource
IMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the client resource for the given UUID string and clientMandantRessource
IMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the client resource for the given UUID and clientPostfach
IPostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the inbox with the given UUIDPostfach
IPostfachDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the inbox with the given UUIDProjekt
IProjektDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Projekt
IProjektDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Rolle
IRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the role with the given UUIDRolle
IRolleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the role with the given UUIDTextbaustein
ITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the template with the given UUID stringTextbaustein
ITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the template with the given UUIDWebDavAccess
IWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the WebDAV access with the given UUID.WebDavAccess
IWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the WebDAV access with the given UUID.LicenseFile
ILicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)
LicenseModel
ILicenseFileDao. getClientLicenseModel(IEntityContext ec, Mandant client)
DatenbankZugriff
IDatenbankZugriffDao. getDatenbankzugriffByName(Mandant m, String name)
Datenquelle
IDatenquelleDao. getDatenquelleById(IEntityContext ec, Mandant mandant, int id)
Datenquelle
IDatenquelleDao. getDatenquelleByName(IEntityContext ec, Mandant mandant, String name)
Datenquelle
IDatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
List<Datenquelle>
IDatenquelleDao. getDatenquellen(IEntityContext ec, Mandant mandant)
LicenseDataSnapshot
IMandantDao. getLicenseDataSnapshot(IEntityContext ec, Mandant client)
Set<Long>
IProjektDao. getProjectsWithPreviewImage(IEntityContext ec, Mandant client)
List<Projekt>
IProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant)
Deprecated.List<Projekt>
IProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope)
Deprecated.Datenquelle
IDatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)
Textbaustein
ITextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
List<FrontendServer>
IFrontendServerDao. getUnconnectedByMandant(IEntityContext ec, Mandant man)
long
IAttachmentDao. getUsedFileSize(IEntityContext ec, Mandant mandant)
long
IFormEingangDao. getUsedFileSize(IEntityContext ec, Mandant mandant)
long
IMandantDao. getUsedFileSize(IEntityContext ec, Mandant mandant)
long
IMandantRessourceDao. getUsedFileSize(IEntityContext ec, Mandant mandant)
long
IProjektRessourceDao. getUsedFileSize(IEntityContext ec, Mandant mandant)
boolean
IMandantDao. isCreationAllowed(IEntityContext ec, Mandant mandant)
boolean
IAppointmentTemplateDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given entity name exists within the given clientboolean
IBenutzerGruppeDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given user group name exists within the given clientboolean
IClientAuthenticatorDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given client authenticator name exists within the gieven client.boolean
IDatenquelleDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given data source name exists within the given clientboolean
IMandantRessourceDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given client resource name exists within the given clientboolean
IPostfachDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given inbox name exists within the given clientboolean
IProjektDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given project name exists within the given clientboolean
ITextbausteinDao. isNameExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given template name exists within the given clientboolean
IIndirectClientAuthorizationDao. isNameExisting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given indirect client authorization name exists within the given clientboolean
IProjektDao. isTitleExisiting(IEntityContext ec, Mandant client, String name)
Returns whether or not the given project title exists within the given clientModul
IModulDao. readByName(IEntityContext ec, Mandant mandant, String name)
Deprecated.Method parameters in de.xima.fc.dao.interfaces with type arguments of type Mandant Modifier and Type Method Description @NotNull Set<UserProfile>
IUserProfileDao. getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients)
Finds all user profiles that are exclusive to the given clients, meaning they are only part of those clients and don't have any other special roles such essystem admin
. -
Uses of Mandant in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type Mandant Modifier and Type Method Description void
ProtokollUtils. addClientProtocolEntry(Mandant client, ProtocolEntryClient entry, IEntityContext ec)
Fills in missing pieces of information of aProtocolEntryClient
, and saves that entry in the database.void
ProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Mandant client)
Adds a client protocol entry when malware was detected in a file or some data.void
ProtokollUtils. addMandantPeBase(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec)
void
ProtokollUtils. addProcessProtocolEntry(Mandant client, ProcessProtocolParams params, ProtocolEntryProcessing entry, IEntityContext ec)
Fills in missing pieces of information of aProtocolEntryProcessing
, and saves that entry in the database.void
ProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)
void
ProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)
Adds a protocol entry for a state change, i.e.void
ProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task)
Deprecated.void
ProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task)
Adds the protocol entry for when a workflow trigger was fired. -
Uses of Mandant in de.xima.fc.entities
Fields in de.xima.fc.entities declared as Mandant Modifier and Type Field Description protected @NotNull Mandant
Appointment. client
protected @NotNull Mandant
AppointmentTemplate. client
protected @NotNull Mandant
InternalClientMessage. client
protected @NotNull Mandant
AbstractMandantDependentEntity. mandant
protected @NotNull Mandant
AClientDependentEntity. mandant
protected @NotNull Mandant
ClientPlugin. mandant
Methods in de.xima.fc.entities that return Mandant Modifier and Type Method Description Mandant
ClientFile. getBaseEntity()
Mandant
AClientAuthorization. getClient()
Mandant
Appointment. getClient()
Mandant
AppointmentClientClosingTime. getClient()
Mandant
AppointmentTemplate. getClient()
Mandant
LicenseFile. getClient()
Mandant
AbstractMandantDependentEntity. getMandant()
Mandant
AClientDependentEntity. getMandant()
Mandant
Appointment. getMandant()
Deprecated.Mandant
AppointmentClientClosingTime. getMandant()
Deprecated.Mandant
AppointmentTemplate. getMandant()
Deprecated.Mandant
Attachment. getMandant()
Deprecated.will be removed, useAttachment.getVorgang()
andAClientDependentEntity.getMandant()
Mandant
ClientAuthenticator. getMandant()
Mandant
ClientPlugin. getMandant()
Mandant
FormEingang. getMandant()
Deprecated.Mandant
FormElement. getMandant()
Deprecated.will be removed, useFormElement.getFormVersion()
andFormVersion.getProjekt()
andAbstractMandantDependentEntity.getMandant()
Mandant
FormVersion. getMandant()
Deprecated.will be removed, useFormVersion.getProjekt()
andAbstractMandantDependentEntity.getMandant()
Mandant
InternalClientMessage. getMandant()
Mandant
ProjektRessource. getMandant()
Deprecated.will be removed, useProjektRessource.getProjekt()
andAbstractMandantDependentEntity.getMandant()
Mandant
ProjektZaehler. getMandant()
Mandant
ProjektZaehlerDaten. getMandant()
Mandant
ProtocolEntryClient. getMandant()
Mandant
ProtocolEntryProcessing. getMandant()
Methods in de.xima.fc.entities that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
SystemAuthenticator. getAllowedClients()
Methods in de.xima.fc.entities with parameters of type Mandant Modifier and Type Method Description ClientPortalConfig
UserPortal. addClientConfig(Mandant client)
ClientPortalConfig
UserPortal. getClientPortalConfig(Mandant client)
Returns the client portal configuration for the given client.DirectClientAuthorization
UserProfile. getDirectClientAuthorization(Mandant client)
void
ClientFile. setBaseEntity(Mandant baseEntity)
void
Appointment. setClient(Mandant client)
void
AppointmentClientClosingTime. setClient(Mandant client)
void
AppointmentTemplate. setClient(Mandant client)
void
LicenseFile. setClient(Mandant client)
void
AbstractMandantDependentEntity. setMandant(Mandant mandant)
void
AClientDependentEntity. setMandant(Mandant mandant)
void
Appointment. setMandant(Mandant client)
Deprecated.void
AppointmentClientClosingTime. setMandant(Mandant mandant)
Deprecated.void
AppointmentTemplate. setMandant(Mandant mandant)
Deprecated.void
Attachment. setMandant(Mandant mandant)
Deprecated.will be removed, useAttachment.getVorgang()
andAClientDependentEntity.setMandant(Mandant)
void
ClientAuthenticator. setMandant(Mandant mandant)
void
ClientPlugin. setMandant(Mandant mandant)
void
FormEingang. setMandant(Mandant mandant)
Deprecated.useFormEingang.getSubmission()
,FormRecordSubmission.getFormRecord()
andAClientDependentEntity.getMandant()
to access the client instead.void
FormElement. setMandant(Mandant mandant)
Deprecated.will be removed, useFormElement.getFormVersion()
andFormVersion.getProjekt()
andAbstractMandantDependentEntity.setMandant(Mandant)
void
FormVersion. setMandant(Mandant mandant)
Deprecated.will be removed, useFormVersion.getProjekt()
andAbstractMandantDependentEntity.getMandant()
void
InternalClientMessage. setMandant(Mandant m)
void
ProjektRessource. setMandant(Mandant mandant)
Deprecated.will be removed, useProjektRessource.getProjekt()
andAbstractMandantDependentEntity.getMandant()
void
ProjektZaehler. setMandant(Mandant mandant)
void
ProjektZaehlerDaten. setMandant(Mandant mandant)
void
ProtocolEntryClient. setMandant(Mandant mandant)
void
ProtocolEntryProcessing. setMandant(Mandant mandant)
Method parameters in de.xima.fc.entities with type arguments of type Mandant Modifier and Type Method Description void
SystemAuthenticator. setAllowedClients(List<Mandant> allowedClients)
-
Uses of Mandant in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return Mandant Modifier and Type Method Description Mandant
IMandantDependent. getMandant()
Methods in de.xima.fc.entities.interfaces with parameters of type Mandant Modifier and Type Method Description void
IMandantDependent. setMandant(Mandant m)
-
Uses of Mandant in de.xima.fc.export
Fields in de.xima.fc.export declared as Mandant Modifier and Type Field Description protected Mandant
AProjektUtil. client
protected Mandant
AProjektUtil. m
Deprecated.Methods in de.xima.fc.export that return Mandant Modifier and Type Method Description protected Mandant
AProjektUtil. getMandant()
Methods in de.xima.fc.export with parameters of type Mandant Modifier and Type Method Description static boolean
AProjektUtil. checkProjectAliasExist(IEntityContext ec, String projectAlias, Mandant client)
Checks whether or not the given project name already exist within the given clientstatic boolean
AProjektUtil. checkProjectNameExist(IEntityContext ec, String projectName, Mandant client)
Checks whether or not the given project name already exist within the given clientConstructors in de.xima.fc.export with parameters of type Mandant Constructor Description AProjektUtil(Mandant man, IEntityContext ec)
ProjektCopyUtil(Mandant client, IEntityContext ec)
ProjektExportUtil(Mandant man, IEntityContext ec, Benutzer user, Set<EFormImpexOption> options)
Deprecated.ProjektImportUtil(Mandant man, IEntityContext ec)
Deprecated.ProjektUpdateUtil(Mandant man, IEntityContext ec, Benutzer user)
Deprecated. -
Uses of Mandant in de.xima.fc.export.helper
Fields in de.xima.fc.export.helper declared as Mandant Modifier and Type Field Description protected Mandant
AEnitityHelper. mandant
Deprecated.Constructors in de.xima.fc.export.helper with parameters of type Mandant Constructor Description AEnitityHelper(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user)
Deprecated.FormVersionHelper(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user)
Deprecated. -
Uses of Mandant in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type Mandant Modifier and Type Method Description static IPluginFormDesignerResource
FormHelper. getFormDesignerResourcePlugin(Mandant client, String pluginName)
static Map<String,IPluginFormDesignerResource>
FormHelper. getFormDesignerResourcePlugins(Mandant client)
static Map<String,org.apache.commons.lang3.tuple.Pair<IPluginFormDesignerResource,Long>>
FormHelper. getFormDesignerResourcePluginsWithInstanceTime(Mandant client)
static IPluginFormElementWidget
FormHelper. getFormElementWidgetPlugin(Mandant client, String pluginName)
static Map<String,IPluginFormElementWidget>
FormHelper. getFormElementWidgetPlugins(Mandant client)
static Map<String,org.apache.commons.lang3.tuple.Pair<IPluginFormElementWidget,Long>>
FormHelper. getFormElementWidgetPluginsWithInstanceTime(Mandant client)
static Map<String,IXItemBasic>
FormHelper. getWidgetFormItems(Mandant client)
Reads all widget plugins from the system scope and from the given client scope, and returns a map of all widgets provided by these plugins. -
Uses of Mandant in de.xima.fc.form.edit
Methods in de.xima.fc.form.edit with parameters of type Mandant Modifier and Type Method Description static boolean
FormEditValidator. checkEditContext(Mandant client, Projekt project, Benutzer user)
Deprecated. -
Uses of Mandant in de.xima.fc.form.export
Constructors in de.xima.fc.form.export with parameters of type Mandant Constructor Description FormPortraitExporter(com.alibaba.fastjson.JSONObject persist, Mandant client, IXFormRenderConfig renderConfig)
-
Uses of Mandant in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type Mandant Modifier and Type Method Description static Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
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, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
static Attachment
AttachmentHelper. createAttachmentBody(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource)
static Attachment
AttachmentHelper. createAttachmentBody(byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource)
static ProjektRessource
ProjektRessourceHelper. createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName)
static String
URLHelper. formPart(javax.servlet.http.HttpServletRequest req, ValueParameters params, Mandant client)
static String
URLHelper. getAbsoluteBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client)
static String
URLHelper. getAbsoluteBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase)
static String
URLHelper. getBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client)
static String
URLHelper. getBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase)
static String
URLHelper. mandantLoginRedirectUrl(Mandant man, String baseUrl, String frid, String queryString, String optionalSessionID)
-
Uses of Mandant in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish declared as Mandant Modifier and Type Field Description protected Mandant
FormPublishContext. mandant
-
Uses of Mandant in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return Mandant Modifier and Type Method Description Mandant
FormRenderContext. getMandant()
Methods in de.xima.fc.form.render with parameters of type Mandant Modifier and Type Method Description void
FormRenderContext. setMandant(Mandant mandant)
-
Uses of Mandant in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as Mandant Modifier and Type Field Description protected Mandant
FormRequestContext. mandant
Methods in de.xima.fc.form.request that return Mandant Modifier and Type Method Description Mandant
FormRequestContext. getMandant()
Methods in de.xima.fc.form.request with parameters of type Mandant Modifier and Type Method Description void
FormRequestContext. setMandant(Mandant mandant)
-
Uses of Mandant in de.xima.fc.formstore
Constructors in de.xima.fc.formstore with parameters of type Mandant Constructor Description StoreFormMetaValidator(Mandant client)
Creates a new validator for the form store meta contained in a form store file. -
Uses of Mandant in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return Mandant Modifier and Type Method Description protected abstract Mandant
AExternalUserBean. getClientScope()
Methods in de.xima.fc.gui.bean that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
BackendBean. getClientList()
Getting all the availableMandant
sList<Mandant>
BackendBean. getClientsWithSadminAccess()
Methods in de.xima.fc.gui.bean with parameters of type Mandant Modifier and Type Method Description protected PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForPlugin(IPluginAuthenticatorType plugin, Mandant client)
protected PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForSelected(IClientDescriptor selected, Mandant client)
String
AvatarBean. getInitialsByClient(Mandant client)
void
BackendBean. setCurrentClient(Mandant currentClient)
Deprecated.the client is determined by the view. -
Uses of Mandant in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return Mandant Modifier and Type Method Description Mandant
PlaceholderBean. getClient()
Deprecated.UseViewContextBean.getClient()
directly. -
Uses of Mandant in de.xima.fc.gui.bean.application.templates
Methods in de.xima.fc.gui.bean.application.templates with parameters of type Mandant Modifier and Type Method Description Map<IPluginAccessProperties,List<AccessPropertyEntryModel>>
RolePropertiesTemplateBean. getPluginModels(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.bean.designer.render
Methods in de.xima.fc.gui.bean.designer.render with parameters of type Mandant Modifier and Type Method Description static String
FormRenderHelper. createRenderedItem(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client, IXFormRenderConfig renderConfig, RenderItemParams params)
-
Uses of Mandant in de.xima.fc.gui.bean.plugingui
Methods in de.xima.fc.gui.bean.plugingui with parameters of type Mandant Modifier and Type Method Description static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin>PluginBeanHelper. forCurrentApplicationScope(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions)
A new helper for application scoped beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin>PluginBeanHelper. forCurrentRequestScope(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions)
A new helper for application request beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin>PluginBeanHelper. forCurrentSessionScope(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions)
A new helper for session scoped beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin>PluginBeanHelper. forCurrentViewScope(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions)
A new helper for view scoped beans of the given plugin. -
Uses of Mandant in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return Mandant Modifier and Type Method Description Mandant
ExternalFormsBean. getSelectedClient()
Methods in de.xima.fc.gui.bean.project that return types with arguments of type Mandant Modifier and Type Method Description Set<Mandant>
ExternalFormsBean. getAllAuthorizedClients()
Methods in de.xima.fc.gui.bean.project with parameters of type Mandant Modifier and Type Method Description void
ExternalFormsBean. setSelectedClient(Mandant selectedClient)
-
Uses of Mandant in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return Mandant Modifier and Type Method Description Mandant
ExternalUserSystemBean. getClientScope()
Mandant
ClientBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
LicenseBean. getClientList()
List<Mandant>
ExternalUserSystemBean. getClientOptions()
List<Mandant>
ClientBean. getClientsToDelete()
IEntityListModelSelectByView<Mandant>
ClientBean. getModel()
Methods in de.xima.fc.gui.bean.settings with parameters of type Mandant Modifier and Type Method Description void
ClientBean. deleteClient(Mandant client)
boolean
ClientBean. isHasClientAdmin(Mandant client)
void
ClientBean. onOpenDeleteConfirmationDialog(Mandant client)
void
ClientBean.EntityListModelImpl. setSelected(Mandant selected)
Method parameters in de.xima.fc.gui.bean.settings with type arguments of type Mandant Modifier and Type Method Description void
ClientBean. deleteClients(List<Mandant> clients)
void
ClientBean. onOpenDeleteConfirmationDialog(List<Mandant> clients)
void
ClientBean. setClientsToDelete(List<Mandant> clientsToDelete)
void
ClientBean. setModel(IEntityListModelSelectByView<Mandant> model)
-
Uses of Mandant in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return Mandant Modifier and Type Method Description Mandant
ExternalUserClientBean. getClientScope()
-
Uses of Mandant in de.xima.fc.gui.common.appointment
Methods in de.xima.fc.gui.common.appointment with parameters of type Mandant Modifier and Type Method Description static AppointmentTemplate
AppointmentHelper. createDefaultTemplate(Mandant client)
Sets the default values for a newAppointmentTemplate
. -
Uses of Mandant in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return Mandant Modifier and Type Method Description Mandant
ViewContextBean. getClient()
Gets the scope of the current view.Mandant
CurrentViewBean. getCurrentClient()
Deprecated.UseViewContextBean.getClient()
instead.Mandant
SessionBean. getCurrentClient()
Deprecated.The client is now view dependent not session dependent.Mandant
SessionBean. getLastVisitedClient()
Methods in de.xima.fc.gui.common.bean with parameters of type Mandant Modifier and Type Method Description String
ViewHelperBean. getScopeDisplayName(Mandant client)
void
AContextBean. initMailLdapData(Mandant client)
Deprecated.Initializes the mail and LDAP data for the given client.void
CurrentViewBean. setCurrentClient(Mandant client)
Deprecated.void
SessionBean. setCurrentClient(Mandant currentClient)
Deprecated.UseViewContextBean.getClient()
instead.void
SessionBean. setLastVisitedClient(Mandant lastVisitedClient)
-
Uses of Mandant in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type Mandant Modifier and Type Method Description Map<Mandant,org.apache.commons.lang3.tuple.Pair<Set<Rolle>,Map<String,Set<BenutzerGruppe>>>>
UserProfileInfoPanelBean. getUserAuthorizationInfo(Object user)
Methods in de.xima.fc.gui.common.bean.profile with parameters of type Mandant Modifier and Type Method Description boolean
UserProfileInfoPanelBean. isClientAdmin(Object user, Mandant client)
boolean
UserProfileInfoPanelBean. isOnlyIndirect(UserProfile profile, Mandant client)
boolean
UserProfileInfoPanelBean. isOnlyIndirect(Object user, Mandant client)
-
Uses of Mandant in de.xima.fc.gui.common.bean.provider
Methods in de.xima.fc.gui.common.bean.provider with parameters of type Mandant Modifier and Type Method Description List<MandantFrontendServer>
FrontendServerProviderBean. getClientFrontendServers(Mandant client)
boolean
FrontendServerProviderBean. hasClientFrontendServers(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security with parameters of type Mandant Modifier and Type Method Description boolean
UserPermissionsBean. canAccessClientScopedView(Mandant client, IView view)
org.primefaces.model.menu.MenuModel
IdentityProviderBean. getIdentityCheckMenuModel(Mandant client, IClientDescriptor descriptor, IAuthenticationTarget authenticationTarget, String menuItemI18nTemplate)
boolean
UserPermissionsBean. hasClientAccess(Mandant client, IAccessProperty property)
boolean
IdentityProviderBean. renderAsSplitButton(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces with parameters of type Mandant Modifier and Type Method Description boolean
IUserPermissionCheck. canAccessClientScopedView(Mandant client, IView view)
Checks if the user can access the given client-specific view in the context.boolean
IUserPermissionCheck. hasClientAccess(Mandant client, IAccessProperty property)
Check if the user was granted the given client-specific permission for the given client. -
Uses of Mandant in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return Mandant Modifier and Type Method Description Mandant
ScopeSelectionModel. getClient()
Methods in de.xima.fc.gui.common.model with parameters of type Mandant Modifier and Type Method Description static ScopeSelectionModel
ScopeSelectionModel. forClient(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type Mandant Modifier and Type Method Description static boolean
EntityUtils. areClientsEqual(Mandant client1, Mandant client2)
static boolean
PermissionUtils. canSadminAccessClient(Mandant client)
static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props)
Deprecated.static LogoLink
LogoLink. forCurrentView(IView currentView, Mandant client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
For a given page, finds the URL to which to redirect when the user clicks on the formcycle logo on that page.static String
ViewUtils. getClientScopedViewUri(Mandant client, IView view)
static boolean
PermissionUtils. hasUserInboxAccess(Benutzer user, Mandant client)
Deprecated.static boolean
PermissionUtils. isTestCloudClient(Mandant client)
Whether the client is a test client with the system license of typeELicenseType.CLOUD
.static boolean
PermissionUtils. isTestCloudClient(Mandant client, Benutzer user)
Deprecated.UsePermissionUtils.isTestCloudClient(Mandant)
instead.static void
ViewUtils. redirectToClientScopedView(Mandant client, IView view)
Constructors in de.xima.fc.gui.common.utils with parameters of type Mandant Constructor Description ClientDashboardBuilder(IUser user, Mandant client)
MainMenuBuilder(IUser user, Mandant client)
SystemDashboardBuilder(IUser user, Mandant client)
-
Uses of Mandant in de.xima.fc.gui.common.utils.msg
Methods in de.xima.fc.gui.common.utils.msg with parameters of type Mandant Modifier and Type Method Description void
AJSFContext. redirectToDashboard(Mandant client, AJSFContext.RedirectOptions options)
Deprecated. -
Uses of Mandant in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return Mandant Modifier and Type Method Description Mandant
DefaultPluginFormElementCatalogParams. getClient()
Constructors in de.xima.fc.gui.designer.form.model with parameters of type Mandant Constructor Description DefaultPluginFormElementCatalogParams(IEntityContext entityContext, Locale locale, Mandant client, Projekt project, FormVersion formVersion)
Creates a new params POJO with the given data. -
Uses of Mandant in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return Mandant Modifier and Type Method Description Mandant
FormDesignerEnvironmentData. getClient()
Methods in de.xima.fc.gui.designer.form.utils with parameters of type Mandant Modifier and Type Method Description static com.alibaba.fastjson.JSONArray
FormTemplateHelper. buildTemplateJson(javax.faces.context.FacesContext context, Locale locale, Mandant client, FetchTemplateResult result)
static Map<String,String>
FormLanguageHelper. createDefaultLanguages(Locale locale, Mandant client)
static String
DesignerConfigFactory. createDesignerConfig(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId)
Creates the designer config for the current faces request and the given model.static com.alibaba.fastjson.JSONObject
DesignerConfigFactory. createDesignerConfigJson(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId)
Creates the designer config for the current faces request and the given model.static FormDesignerModel
FormDesignerModelFactory. createFormDesignerModel(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, ProjectPageBean projectHolder, Locale locale, IUser user, WebFormPersistFile initialPersist, String conversationId)
Creates a new form designer model from the data of the given faces request.static List<String>
WidgetPluginHelper. createPluginCssForDesignerUiUrls(javax.faces.context.FacesContext context, Mandant client, String conversationId)
static List<CssWithFontFacesInfo>
WidgetPluginHelper. createPluginCssUrls(javax.faces.context.FacesContext context, Mandant client, String conversationId)
static List<String>
WidgetPluginHelper. createPluginJavaScriptUrls(javax.faces.context.FacesContext context, Mandant client, String conversationId)
static String
FormCssHelper. fetchFormThemeCss(Mandant client, long themeId)
static String
FormTemplateHelper. fetchPersistJson(Mandant client, IUser user, ETemplateType type, String id, URI uri)
Gets the persist JSON for a specific template.static FetchTemplateResult
FormTemplateHelper. fetchTagsAndTemplates(Mandant client, Locale locale, IUser user, Projekt project, FormVersion formVersion)
static FormTemplate
FormTemplateHelper. insertNewTemplate(Mandant client, IUser user, TemplateDataParams params)
static FormTemplate
FormTemplateHelper. updateExistingTemplate(Mandant client, IUser user, long templateId, TemplateDataParams params)
Constructors in de.xima.fc.gui.designer.form.utils with parameters of type Mandant Constructor Description FormDesignerEnvironmentData(IEntityContext entityContext, Mandant client, IUser user, Locale locale, Projekt project, FormVersion formVersion, WorkflowVersion workflowVersion)
-
Uses of Mandant in de.xima.fc.gui.event.handler
Constructors in de.xima.fc.gui.event.handler with parameters of type Mandant Constructor Description PlaceholderDesignerConversationEventHandler(Mandant client, Locale locale, BackendViewPushContext viewPushContext, PlaceholderContextModel model)
Creates a new placeholder handler for the placeholder bean. -
Uses of Mandant in de.xima.fc.gui.interfaces
Methods in de.xima.fc.gui.interfaces with parameters of type Mandant Modifier and Type Method Description void
IPlaceholderLibrary. updateCounterPlaceholders(IEntityContext ec, Mandant client)
void
IPlaceholderLibrary. updateFormPlaceholders(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model)
void
IPlaceholderLibrary. updateTemplatePlaceholders(IEntityContext ec, Mandant client)
-
Uses of Mandant in de.xima.fc.gui.interfaces.processing
Methods in de.xima.fc.gui.interfaces.processing with parameters of type Mandant Modifier and Type Method Description void
IProcessingModel. fillPluginConfigParameter(Mandant mandant)
Erweitert die Parameterliste bei Verarbeitungen vom TypIProcessingPlugin
-
Uses of Mandant in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model with parameters of type Mandant Modifier and Type Method Description Set<PlaceHolder>
PlaceholderLibrary. createFormPlaceHoldersForItems(Mandant client, Locale locale, Iterable<XItem> xItems, Iterable<FormVariable> variables)
void
PlaceholderLibrary. updateCounterPlaceholders(IEntityContext ec, Mandant client)
void
PlaceholderLibrary. updateFormPlaceholders(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model)
void
PlaceholderLibrary. updateTemplatePlaceholders(IEntityContext ec, Mandant client)
Constructors in de.xima.fc.gui.model with parameters of type Mandant Constructor Description AccessPropertyEntryModel(EAccessProperty prop, Mandant client, Locale loc)
Deprecated. -
Uses of Mandant in de.xima.fc.gui.model.appointment
Constructors in de.xima.fc.gui.model.appointment with parameters of type Mandant Constructor Description AppointmentClientClosingTimeModel(Mandant client, AppointmentTemplate template)
Creates a new empty model without any closing times.AppointmentTemplateListModel(de.xima.cmn.criteria.QueryCriteriaManager qcm, Mandant client)
-
Uses of Mandant in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http with parameters of type Mandant Modifier and Type Method Description static IServerModel
ServerModelFactory. clientMasterServer(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.model.lazydata
Constructors in de.xima.fc.gui.model.lazydata with parameters of type Mandant Constructor Description LazyEntityListModel(Class<T> entityClass, Mandant mandant)
LazyProjectViewListModel(Benutzer user, List<BenutzerGruppe> userGroups, Mandant client, Locale locale)
Deprecated.LazyProjectViewListModel(IUser user, Mandant client, Locale locale)
LazyProjectWrapperListModel(Mandant client, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission)
Deprecated. -
Uses of Mandant in de.xima.fc.gui.model.license
Methods in de.xima.fc.gui.model.license that return Mandant Modifier and Type Method Description Mandant
LicenseViewModel. getClient()
Methods in de.xima.fc.gui.model.license with parameters of type Mandant Modifier and Type Method Description void
LicenseViewModel. setClient(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.model.processing
Methods in de.xima.fc.gui.model.processing with parameters of type Mandant Modifier and Type Method Description void
ProcessingModel. fillPluginConfigParameter(Mandant mandant)
Deprecated.Constructors in de.xima.fc.gui.model.processing with parameters of type Mandant Constructor Description ProcessingModel(IProcessing processing, Mandant mandant)
Deprecated. -
Uses of Mandant in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type Mandant Modifier and Type Method Description static String
QueryUtils. generateUrl(Mandant client, EDatenabfrageTyp type, String queryName, List<IParameterModel> params)
-
Uses of Mandant in de.xima.fc.gui.utils.data.importer
Constructors in de.xima.fc.gui.utils.data.importer with parameters of type Mandant Constructor Description DataSourceImporter(Mandant client)
-
Uses of Mandant in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type Mandant Modifier and Type Method Description static BaseDesignerModel
DesignerModelFactory. createBaseDesignerModel(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, IUser user)
The base designer model with basic data about the client, project etc.static List<FormOverviewRow>
FormOverviewHelper. createFormOverviewRows(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormVersion formVersion, String persist)
Creates a list of all rows to show in the form overview table.static FrameDesignerModel
DesignerModelFactory. createFrameDesignerModel(javax.faces.context.FacesContext facesContext, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, IUser user, String conversationId)
Creates a new frame designer model from the data of the given faces request. -
Uses of Mandant in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Mandant Modifier and Type Method Description Mandant
MandantHandler. getByName(UserContext uc, String name)
Mandant
MandantHandler. getByUUID(UserContext uc, String uuid)
Mandant
MandantHandler. getByUUID(UserContext uc, UUID uuid)
Methods in de.xima.fc.handler.entity that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
MandantHandler. getAllByName(UserContext uc, String name)
Methods in de.xima.fc.handler.entity with parameters of type Mandant Modifier and Type Method Description void
ProtokollHandler. addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
void
ProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client)
Benutzer
BenutzerHandler. byLDAPGruppe(UserContext uc, String username, Mandant mandant)
Deprecated.Benutzer
BenutzerHandler. byLDAPGruppeLogin(UserContext uc, Mandant man, String userLogin, String userPwd)
Deprecated.Benutzer
BenutzerHandler. byLogin(UserContext uc, String userName, String passwd, Mandant man)
Deprecated.Benutzer
BenutzerHandler. byNameAndMandant(UserContext uc, String username, Mandant mandant)
Deprecated.boolean
BenutzerHandler. checkLDAPLogin(UserContext uc, Mandant man, String userLogin, String userPwd)
Deprecated.Boolean
BenutzerHandler. checkLogin(UserContext uc, String username, String passwort, Mandant man)
Deprecated.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)
de.xima.cmn.db.model.SerializableResultSet
DatenbankzugriffHandler. executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)
de.xima.cmn.db.model.SerializableResultSet
DatenbankzugriffHandler. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams)
com.alibaba.fastjson.JSONArray
LDAPAbfrageHandler. executePublicQuery(UserContext uc, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams)
com.alibaba.fastjson.JSONArray
LDAPAbfrageHandler. executeQuery(UserContext uc, Mandant client, String queryName, Serializable[] parameters)
Rolle
RolleHandler. getAdminRolle(UserContext uc, Mandant mandant)
List<AppointmentTemplate>
AppointmentTemplateHandler. getAllByClient(UserContext uc, Mandant currentClient)
List<Postfach>
PostfachHandler. getAllByClient(UserContext uc, Mandant client)
List<Projekt>
ProjektHandler. getAllByClient(UserContext uc, Mandant mandant, boolean includeTemplates)
List<Projekt>
ProjektHandler. getAllByClient(UserContext uc, Mandant mandant, String scope, boolean includeTemplates)
List<Projekt>
ProjektHandler. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope)
Deprecated.List<MandantRessource>
MandantRessourceHandler. getAllByMandant(UserContext uc, Mandant mandant)
List<Projekt>
ProjektHandler. getAllByMandant(UserContext uc, Mandant mandant)
Deprecated.List<Projekt>
ProjektHandler. getAllTemplatesByClient(UserContext uc, Mandant client)
List<Projekt>
ProjektHandler. getAllTemplatesByClient(UserContext uc, Mandant client, String scope)
MandantLdapData
MandantLdapDataHandler. getByClient(UserContext uc, Mandant mandant)
Deprecated.MandantMailData
MandantMailDataHandler. getByClient(UserContext uc, Mandant mandant)
Benutzer
BenutzerHandler. getByLDAPData(UserContext uc, Mandant mandant, String userName, byte[] objectID)
Deprecated.List<Benutzer>
BenutzerHandler. getByMandant(UserContext uc, Mandant man)
Deprecated.MandantFrontendServer
MandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
Textbaustein
TextbausteinHandler. getByMandantAndName(UserContext uc, Mandant mandant, String name)
ClientCounter
ClientCounterHandler. getByName(UserContext uc, Mandant client, String name)
MandantRessource
MandantRessourceHandler. getByName(UserContext uc, Mandant mandant, String name)
ClientAuthenticator
ClientAuthenticatorHandler. getByUuid(UserContext uc, Mandant client, UUID uuid)
ClientCounter
ClientCounterHandler. getByUuid(UserContext uc, Mandant client, UUID uuid)
AppointmentTemplate
AppointmentTemplateHandler. getByUUID(UserContext uc, Mandant client, String uuid)
AppointmentTemplate
AppointmentTemplateHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
BenutzerGruppe
BenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)
BenutzerGruppe
BenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Benutzer
BenutzerHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Deprecated.Benutzer
BenutzerHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Deprecated.DatenbankZugriff
DatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, String uuid)
DatenbankZugriff
DatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Postfach
PostfachHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Postfach
PostfachHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Projekt
ProjektHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Projekt
ProjektHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Rolle
RolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Rolle
RolleHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Textbaustein
TextbausteinHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Textbaustein
TextbausteinHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
WebDavAccess
WebDavAccessHandler. getByUUID(UserContext uc, Mandant client, String uuid)
WebDavAccess
WebDavAccessHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
javax.mail.Address
MandantMailDataHandler. getClientMailAddress(UserContext uc, Mandant client)
@NotNull Map<String,String>
MandantHandler. getCustomAttributes(UserContext uc, Mandant client)
DatenbankZugriff
DatenbankzugriffHandler. getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name)
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.Modul
ModulHandler. getModulByName(UserContext uc, Mandant mandant, String name)
Deprecated.Postfach
PostfachHandler. getPostfachByMandant(UserContext uc, Mandant mandant, String name)
Gets the Postfach by.Datenquelle
DatenquelleHandler. getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type)
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.WebDavAccess
WebDavAccessHandler. getWebDavAccessByMandant(UserContext uc, Mandant mandant, String name)
Projekt
ProjektHandler. importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String beschreibung, String title)
boolean
MandantHandler. isCreationAllowed(UserContext uc, Mandant mandant)
boolean
BenutzerHandler. isLDAPUserActive(UserContext uc, Mandant man, String encryptUserLogin)
Deprecated.String
TextbausteinHandler. mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode msgCode)
Mandant specific msg.Benutzer
BenutzerHandler. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant)
Deprecated. -
Uses of Mandant in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Mandant Modifier and Type Method Description Mandant
IMandantHandler. getByName(UserContext uc, String name)
Method for determining aMandant
by his name (case insensitive).Mandant
IMandantHandler. getByUUID(UserContext uc, String uuid)
Mandant
IMandantHandler. getByUUID(UserContext uc, UUID uuid)
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Mandant Modifier and Type Method Description List<Mandant>
IMandantHandler. getAllByName(UserContext uc, String name)
Method for determining allMandant
s by name (case insensitive).Methods in de.xima.fc.handler.interfaces.entity with parameters of type Mandant Modifier and Type Method Description void
IProtokollHandler. addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
void
IProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client)
Adds a client protocol entry when malware was detected in a file or some data.Benutzer
IBenutzerHandler. byLDAPGruppe(UserContext uc, String username, Mandant client)
Deprecated.Benutzer
IBenutzerHandler. byLDAPGruppeLogin(UserContext uc, Mandant client, String userLogin, String userPwd)
Deprecated.Methode zum Auslesen und Erzeugen eines temporären Benutzers aus einer LDAP-GruppeBenutzer
IBenutzerHandler. byLogin(UserContext uc, String userName, String passwd, Mandant client)
Deprecated.By login.Benutzer
IBenutzerHandler. byNameAndMandant(UserContext uc, String username, Mandant client)
Deprecated.Methode zum Ermitteln eines Benutzers anhand seines Namens und des Mandantensboolean
IBenutzerHandler. checkLDAPLogin(UserContext uc, Mandant client, String userLogin, String userPwd)
Deprecated.Methode zum Prüfen des LDAP-Logins eines BenutzersBoolean
IBenutzerHandler. checkLogin(UserContext uc, String username, String passwort, Mandant client)
Deprecated.Checks the login of an user.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)
de.xima.cmn.db.model.SerializableResultSet
IDatenbankzugriffHandler. executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)
de.xima.cmn.db.model.SerializableResultSet
IDatenbankzugriffHandler. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams)
com.alibaba.fastjson.JSONArray
ILDAPAbfrageHandler. executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams)
com.alibaba.fastjson.JSONArray
ILDAPAbfrageHandler. executeQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters)
Rolle
IRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)
List<AppointmentTemplate>
IAppointmentTemplateHandler. getAllByClient(UserContext uc, Mandant currentClient)
Finds all available appointment templates of the given client.List<Postfach>
IPostfachHandler. getAllByClient(UserContext uc, Mandant client)
Returns all inboxes of the givenMandant
List<Projekt>
IProjektHandler. getAllByClient(UserContext uc, Mandant mandant, boolean includeTemplates)
List<Projekt>
IProjektHandler. getAllByClient(UserContext uc, Mandant mandant, String scope, boolean includeTemplates)
List<Projekt>
IProjektHandler. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope)
Deprecated.List<MandantRessource>
IMandantRessourcenHandler. getAllByMandant(UserContext uc, Mandant mandant)
List<Projekt>
IProjektHandler. getAllByMandant(UserContext uc, Mandant mandant)
Deprecated.List<Projekt>
IProjektHandler. getAllTemplatesByClient(UserContext uc, Mandant client)
List<Projekt>
IProjektHandler. getAllTemplatesByClient(UserContext uc, Mandant client, String scope)
MandantLdapData
IMandantLdapDataHandler. getByClient(UserContext uc, Mandant mandant)
Deprecated.MandantMailData
IMandantMailDataHandler. getByClient(UserContext uc, Mandant mandant)
Benutzer
IBenutzerHandler. getByLDAPData(UserContext uc, Mandant client, String userName, byte[] objectID)
Deprecated.User management has been reworked.List<Benutzer>
IBenutzerHandler. getByMandant(UserContext uc, Mandant client)
Deprecated.Gets the by mandant.MandantFrontendServer
IMandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
Textbaustein
ITextbausteinHandler. getByMandantAndName(UserContext uc, Mandant mandant, String name)
ClientCounter
IClientCounterHandler. getByName(UserContext uc, Mandant client, String name)
MandantRessource
IMandantRessourcenHandler. getByName(UserContext uc, Mandant mandant, String name)
ClientAuthenticator
IClientAuthenticatorHandler. getByUuid(UserContext uc, Mandant client, UUID uuid)
ClientCounter
IClientCounterHandler. getByUuid(UserContext uc, Mandant client, UUID uuid)
AppointmentTemplate
IAppointmentTemplateHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Finds the appointment template with the given UUID.AppointmentTemplate
IAppointmentTemplateHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Finds the appointment template with the given UUID.BenutzerGruppe
IBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the user group with the given UUID stringBenutzerGruppe
IBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the user group with the given UUIDBenutzer
IBenutzerHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Deprecated.Returns the user with the given UUID stringBenutzer
IBenutzerHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Deprecated.Returns the user with the given UUIDDatenbankZugriff
IDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the DB access with the given UUIDDatenbankZugriff
IDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the DB access with the given UUIDPostfach
IPostfachHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the inbox with the given UUIDPostfach
IPostfachHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the inbox with the given UUIDProjekt
IProjektHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Projekt
IProjektHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Rolle
IRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the role with the given UUIDRolle
IRolleHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUIDTextbaustein
ITextbausteinHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Textbaustein
ITextbausteinHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
WebDavAccess
IWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, String uuid)
WebDavAccess
IWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
javax.mail.Address
IMandantMailDataHandler. getClientMailAddress(UserContext uc, Mandant client)
Gets the client mail address if one has been set.@NotNull Map<String,String>
IMandantHandler. getCustomAttributes(UserContext uc, Mandant client)
Gets the custom properties of this client.DatenbankZugriff
IDatenbankzugriffHandler. getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name)
Gets the Datenbankzugriff by.Datenquelle
IDatenquelleHandler. getDatenquelleById(UserContext uc, Mandant client, int id)
Gets the DataStores by.Datenquelle
IDatenquelleHandler. getDatenquelleByName(UserContext uc, Mandant client, String name)
Gets the DataStores by.Datenquelle
IDatenquelleHandler. getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and typeList<Datenquelle>
IDatenquelleHandler. getDatenquellen(UserContext uc, Mandant client)
Gets the DataStores.Modul
IModulHandler. getModulByName(UserContext uc, Mandant mandant, String name)
Deprecated.Postfach
IPostfachHandler. getPostfachByMandant(UserContext uc, Mandant mandant, String name)
Gets the Postfach by.Datenquelle
IDatenquelleHandler. getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
Gets an public datasourceTextbaustein
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.WebDavAccess
IWebDavAccessHandler. getWebDavAccessByMandant(UserContext uc, Mandant client, String name)
Projekt
IProjektHandler. importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String beschreibung, String title)
boolean
IMandantHandler. isCreationAllowed(UserContext uc, Mandant mandant)
boolean
IBenutzerHandler. isLDAPUserActive(UserContext uc, Mandant client, String encryptUserLogin)
Deprecated.String
ITextbausteinHandler. mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode msgCode)
Mandant specific msg.Benutzer
IBenutzerHandler. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant client)
Deprecated.Methode zum Anlegen eines neuen Benutzers zu einem Mandanten -
Uses of Mandant in de.xima.fc.handler.interfaces.system
-
Uses of Mandant in de.xima.fc.handler.system
-
Uses of Mandant in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type Mandant Modifier and Type Method Description static UnaryOperator<String>
CssUrlReplacer. pluginServletTransformer(String baseUrl, Mandant client, String pluginName)
Creates a transformer, compatible with the replace* methods. -
Uses of Mandant in de.xima.fc.i18n
Constructors in de.xima.fc.i18n with parameters of type Mandant Constructor Description I18nValuesJSONBuilder(UserContext uc, Mandant client)
-
Uses of Mandant in de.xima.fc.importer
Constructors in de.xima.fc.importer with parameters of type Mandant Constructor Description EntityAlternativeProvider(IEntityContext ec, Mandant client)
-
Uses of Mandant in de.xima.fc.importer.config
-
Uses of Mandant in de.xima.fc.importer.ctx
Methods in de.xima.fc.importer.ctx that return Mandant Modifier and Type Method Description Mandant
ProjectImportContextBuilder. getClient()
Deprecated.Constructors in de.xima.fc.importer.ctx with parameters of type Mandant Constructor Description ProjectImportContextBuilder(IEntityContext ec, InputStream is, Mandant client)
Deprecated.UseProjectImporter
instead -
Uses of Mandant in de.xima.fc.importer.interfaces
Methods in de.xima.fc.importer.interfaces that return Mandant Modifier and Type Method Description Mandant
IEntityImportContext. getClient()
Deprecated. -
Uses of Mandant in de.xima.fc.importer.project
Constructors in de.xima.fc.importer.project with parameters of type Mandant Constructor Description ProjectImporter(IEntityContext ec, InputStream is, Mandant client)
ProjectImporter(IEntityContext ec, InputStream is, Mandant client, boolean withAlternativeProvider)
ProjectImporter(IEntityContext ec, List<DeserializedEntity> entities, Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.importer.stager
-
Uses of Mandant in de.xima.fc.importer.stager.factory
Methods in de.xima.fc.importer.stager.factory with parameters of type Mandant Modifier and Type Method Description static IEntityImportStager
EntityImportStagerFactory. newImportStager(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> entity, Mandant client)
Deprecated.static IEntityImportStager
EntityImportStagerFactory. newImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client)
Deprecated.Returns an import stage for the given entity, client and user -
Uses of Mandant in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with parameters of type Mandant Modifier and Type Method Description static List<BenutzerGruppe>
EntityImportHelper. getUserGroups(IEntityContext ec, List<UUID> uuids, Mandant client, List<IEntityImportConfig<?>> importConfigs)
Gets a list of user groups in the given client with the given uuids -
Uses of Mandant in de.xima.fc.inbox.model.lazydata
Constructors in de.xima.fc.inbox.model.lazydata with parameters of type Mandant Constructor Description LazyAppointmentScheduleModel(UserContext uc, boolean excludeLockedRecords, Mandant client, List<Postfach> inboxes, Locale locale)
LazyProcessListModel(Mandant client, List<Postfach> inboxes)
-
Uses of Mandant in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type Mandant Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterion
ProcessQueryCriteriaUtils. getStateNameFilter(String stateName, Mandant client, Locale locale, String wfStateProp, String statusProp, String idProp)
Gets the filter criterion for filtering form records by the given state name.static List<Long>
InboxUtils. getStatusIdsByName(UserContext uc, String searchStr, Mandant client)
static de.xima.cmn.criteria.FilterCriterion
ProcessQueryCriteriaUtils. getStringFilter(String key, String value, EProcessListView view, Locale locale, Mandant client)
Deprecated.static Set<Postfach>
InboxUtils. getUserInboxes(IUser user, Mandant client)
static List<Long>
InboxUtils. getWorkflowStateIdsByName(UserContext uc, String searchStr, Mandant client, Locale locale)
-
Uses of Mandant in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return Mandant Modifier and Type Method Description Mandant
IAppointmentBookingParams. getClient()
Mandant
IAppointmentQueryParams. getClient()
Mandant
IAppointmentValidateParams. getClient()
Mandant
IAppointmentIcalQueryAccessObject. getClientBy(Context context, UUID uuid)
Finds a client by its UUID.Methods in de.xima.fc.interfaces.appointment with parameters of type Mandant Modifier and Type Method Description List<Appointment>
IAppointmentIcalQueryAccessObject. getAppointmentsBy(Context context, Mandant client, AppointmentTemplate template, com.google.common.collect.Range<Instant> range, boolean includePartiallyInRange)
Finds all appointments matching the given criteria.AppointmentTemplate
IAppointmentIcalQueryAccessObject. getTemplateBy(Context context, Mandant client, UUID uuid)
Finds a template by its client and UUID. -
Uses of Mandant in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return Mandant Modifier and Type Method Description Mandant
IAuthorizationContext. getClient()
Mandant
IClientAuthorization. getClient()
Mandant
IFormAuthContext. getClient()
Get the client to which the form belongs. -
Uses of Mandant in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return Mandant Modifier and Type Method Description Mandant
ISessionBean. getCurrentClient()
Deprecated.Methods in de.xima.fc.interfaces.bean with parameters of type Mandant Modifier and Type Method Description void
ISessionBean. setCurrentClient(Mandant currentClient)
Deprecated. -
Uses of Mandant in de.xima.fc.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return Mandant Modifier and Type Method Description Mandant
IDatenquelleParams. getMandant()
Der Mandant in welchem sich das Formular befindet -
Uses of Mandant in de.xima.fc.interfaces.endpoint.state
Methods in de.xima.fc.interfaces.endpoint.state that return Mandant Modifier and Type Method Description Mandant
IAvailabilityContext. getClient()
-
Uses of Mandant in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return Mandant Modifier and Type Method Description Mandant
IFormRenderContext. getMandant()
Mandant
IFormRequestContext. getMandant()
Methods in de.xima.fc.interfaces.form with parameters of type Mandant Modifier and Type Method Description void
IFormRenderContext. setMandant(Mandant mandant)
void
IFormRequestContext. setMandant(Mandant mandant)
-
Uses of Mandant in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type Mandant Modifier and Type Method Description default String
ITemplateValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return Mandant Modifier and Type Method Description Mandant
IFormReplacerParams. getClient()
Mandant
II18nValueReplacerParams. getClient()
Mandant
ISystemReplacerParams. getClient()
Mandant
ITemplateReplacerParams. getClient()
-
Uses of Mandant in de.xima.fc.interfaces.plugin.lifecycle
Methods in de.xima.fc.interfaces.plugin.lifecycle that return Mandant Modifier and Type Method Description Mandant
IPluginDefaultLifecycleData. getClient()
Gets the client where the plugin is installed ornull
if it is installed in system-scope -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.backend
Methods in de.xima.fc.interfaces.plugin.param.backend that return Mandant Modifier and Type Method Description Mandant
IPluginMenuEntriesParams. getClient()
Getter for the current client of the backend UI. -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return Mandant Modifier and Type Method Description Mandant
IPluginFormElementCatalogParams. getClient()
Mandant
IPluginFormElementTemplateParams. getClient()
Mandant
IPluginDataSourceParams. getMandant()
-
Uses of Mandant in de.xima.fc.interfaces.plugin.param.mail
Methods in de.xima.fc.interfaces.plugin.param.mail that return Mandant Modifier and Type Method Description Mandant
IPluginMailEncryptionParams. getClient()
An email is usually sent in a certain context, such as during a workflow action. -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return Mandant Modifier and Type Method Description default Mandant
IPluginSystemReplacerParams. getClient()
Deprecated.default Mandant
IPluginTemplateReplacerParams. getMandant()
Deprecated. -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return Mandant Modifier and Type Method Description Mandant
IPluginServletActionParams. getPluginClient()
-
Uses of Mandant in de.xima.fc.interfaces.plugin.provider
Methods in de.xima.fc.interfaces.plugin.provider with parameters of type Mandant Modifier and Type Method Description Collection<IPluginAccessProperty>
IPluginPermissionsProvider. getAccessProperties(Mandant client)
-
Uses of Mandant in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return Mandant Modifier and Type Method Description Mandant
IProcessingPrefillData. getClient()
Deprecated.Methods in de.xima.fc.interfaces.processing with parameters of type Mandant Modifier and Type Method Description Class<?>
IProcessingPlugin. getPluginClass(Mandant man)
Deprecated.Class<?>
IProcessingWrapper. getPluginClass(Mandant client)
Deprecated.default boolean
IProcessing. isAvailable(IEntityContext ec, Mandant man)
Deprecated. -
Uses of Mandant in de.xima.fc.interfaces.security.filter
Methods in de.xima.fc.interfaces.security.filter with parameters of type Mandant Modifier and Type Method Description boolean
IMandantDependentFilter. isAllowed(Mandant mandant, ITransferableEntity entityToAccess, EZugriffsrecht recht)
Diese Methode dient dazu, zu prüfen ob eine Entität, aus welche zugegriffen werden soll, zu dem Mandanten gehört. -
Uses of Mandant in de.xima.fc.interfaces.user
Methods in de.xima.fc.interfaces.user that return types with arguments of type Mandant Modifier and Type Method Description default @NotNull Set<Mandant>
IUser. getAuthorizedClients()
Convenience method for access all authorized clients of this user.Methods in de.xima.fc.interfaces.user with parameters of type Mandant Modifier and Type Method Description default @NotNull Set<IClientAuthorization>
IUser. getClientAuthorizations(Mandant client)
Returns all client authorizations this user has been assigned within the client.default @NotNull Set<Postfach>
IUser. getClientInboxes(String scope, Mandant client)
Returns all inboxes that this user has access to within the given client and the given scope.default @NotNull Set<BenutzerGruppe>
IUser. getClientUserGroups(String scope, Mandant client)
Returns all user groups that this user has been assigned to within the given client and the given scope.default boolean
IUser. hasClientPermission(Mandant client, String permission)
Checks whether or not the user has the given client permission.default boolean
IUser. hasClientRole(Mandant client, String role)
Checks whether or not the user has the given client role. -
Uses of Mandant in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return Mandant Modifier and Type Method Description Mandant
IWorkflowProvider. getClient()
-
Uses of Mandant in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return Mandant Modifier and Type Method Description Mandant
IWorkflowEventData. getClient()
-
Uses of Mandant in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return Mandant Modifier and Type Method Description Mandant
IBaseEnvironmentData. getClient()
-
Uses of Mandant in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type Mandant Modifier and Type Method Description static boolean
LDAPBenutzerUtil. checkLDAPLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd)
Deprecated.MandantLdapData
has been deprecated in version 8.0.0static Benutzer
LDAPBenutzerUtil. getByLDAPData(IEntityContext ec, Mandant man, String userName, byte[] objectId)
Deprecated.User management has been reworked.static Benutzer
LDAPBenutzerUtil. getLDAPGruppeBenutzer(IEntityContext ec, Mandant man, String userLogin)
Deprecated.The user management has been reworked in version 8.0.0.static Benutzer
LDAPBenutzerUtil. getLDAPGruppeBenutzerByLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd)
Deprecated.The user management has been reworked in version 8.0.0.static boolean
LDAPBenutzerUtil. isLDAPUserActive(IEntityContext ec, Mandant client, String userLogin)
Deprecated.MandantLdapData
has been deprecated in version 8.0.0static LDAPBenutzer
LDAPBenutzerUtil. mergeLDAPGroupData(LDAPBenutzer ben, Mandant man, List<LDAPGruppe> grpList)
Deprecated.Adds alluser groups
androles
from the given LDAP groups to the user. -
Uses of Mandant in de.xima.fc.license
Methods in de.xima.fc.license with parameters of type Mandant Modifier and Type Method Description static int
LicenseManager. getFormCountForClient(Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type Mandant Modifier and Type Method Description static IMailContext
MailContextProvider. getContextFor(Mandant client)
Creates an mail context for the given clientstatic javax.mail.Address
MailContextProvider. getSenderFromContext(Mandant client)
Gets the senderstatic javax.mail.Address
MailContextProvider. getSenderFromContext(UserContext uc, Mandant client)
Gets the senderstatic IMailContext
MailContextProvider. getSystemContext(Mandant client)
Creates an mail context for the system mail serverstatic boolean
MailUtil. isClientMailServerConfigured(Mandant client)
static void
MailSendUtil. send(Mandant client, IBaseMailData mail)
Sends a mail or mails, using the email server of the client when available, or the system email server otherwise.static ISendMailReport
MailSendUtil. sendWithReport(Mandant client, IBaseMailData mail)
Sends a mail or mails, using the email server of the client when available, or the system email server otherwise. -
Uses of Mandant in de.xima.fc.mail.impl.context
Methods in de.xima.fc.mail.impl.context with parameters of type Mandant Modifier and Type Method Description void
DefaultMailContext. archive(IBaseMailData mail, Mandant client, File file)
protected ISendMailReport
DefaultMailContext. buildAndSendMessage(IBaseMailData mail, Mandant client)
protected void
DefaultMailContext. buildContent(IBaseMailData mail, javax.mail.internet.MimeMessage msg, Mandant client)
protected String
MSGraphMailContext. buildMessage(javax.mail.internet.MimeMessage msg, Mandant client)
protected javax.mail.internet.MimeMessage
DefaultMailContext. createMimeMessage(IBaseMailData mail, Mandant client)
protected javax.mail.internet.MimeMessage
DefaultMailContext. createMimeMessage(javax.mail.Session session, IBaseMailData mail, Mandant client)
protected javax.mail.internet.MimeMessage
MSGraphMailContext. createMimeMessage(IBaseMailData mail, Mandant client)
protected void
DefaultMailContext. enforceSenderAddress(javax.mail.internet.MimeMessage msg, Mandant client)
protected ISentMailData
MSGraphMailContext. send(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, javax.mail.internet.MimeMessage msg, IBaseMailData mail, Mandant client)
ISendMailReport
DefaultMailContext. sendWithReport(IBaseMailData mail, Mandant client)
ISendMailReport
MSGraphMailContext. sendWithReport(IBaseMailData mailData, Mandant client)
-
Uses of Mandant in de.xima.fc.mail.impl.encrypt
Methods in de.xima.fc.mail.impl.encrypt with parameters of type Mandant Modifier and Type Method Description static IMailEncryptor
MailEncryptorFactory. createEncryptor(EMailEncrpytionType type, Mandant client)
Method to get en mail-encryptor bei the given type -
Uses of Mandant in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces with parameters of type Mandant Modifier and Type Method Description void
IMailContext. archive(IBaseMailData mail, Mandant client, File file)
Create an archived file of the mail.javax.mail.internet.MimeBodyPart
IMailEncryptor. encrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client)
Method to encrypt the main body-part of an maildefault void
IMailContext. send(IBaseMailData mail, Mandant client)
Sends a mail based on the given dataISendMailReport
IMailContext. sendWithReport(IBaseMailData mail, Mandant client)
Sends a mail based on the given data -
Uses of Mandant in de.xima.fc.mail.models
Methods in de.xima.fc.mail.models that return Mandant Modifier and Type Method Description Mandant
CertRequestDataModel. getClient()
Methods in de.xima.fc.mail.models with parameters of type Mandant Modifier and Type Method Description void
CertRequestDataModel. setClient(Mandant client)
-
Uses of Mandant in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type Mandant Modifier and Type Method Description static void
FeedbackMailUtil. sendFeedback(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData)
static void
SupportMailUtils. sendSupportInquiry(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData)
Sends a support email -
Uses of Mandant in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type Mandant Modifier and Type Method Description static void
TextbausteinManager. createOrUpdateTemplate(IEntityContext ec, ETextbausteinMsgCode msgCode, Mandant client)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, IReplacerParams placeholderParams, Serializable... parameters)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, Serializable... parameters)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams placeholderParams, Serializable... parameters)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, Serializable... parameters)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams replacerParams, Serializable... parameters)
static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager. executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters)
static com.alibaba.fastjson.JSONArray
LDAPQueryManager. executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters)
static com.alibaba.fastjson.JSONArray
LDAPQueryManager. executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams)
static com.alibaba.fastjson.JSONArray
LDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters)
static com.alibaba.fastjson.JSONArray
LDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters, IReplacerParams replacerParams)
static com.alibaba.fastjson.JSONArray
LDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters)
static Map<String,Class<? extends IProcessing>>
ProcessingManager. getAvailableProcessings(Mandant man)
Deprecated.static IProcessing
ProcessingManager. getEmptyProcessing(String key, Mandant man)
Deprecated.static String
TextbausteinManager. getMandantSpecificMsg(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static Postfach
PostfachManager. getPostfachByName(Mandant m, String name, IEntityContext ec)
Liefert den via Namen angefordeten Mandanten-spezifische Postfach.static Class<? extends IProcessing>
ProcessingManager. getProcessingClass(String key, Mandant man)
Deprecated.static Textbaustein
TextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static Textbaustein
TextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, String msgCode)
static Textbaustein
TextbausteinManager. getTextbausteinByName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static Textbaustein
TextbausteinManager. getTextbausteinByName(IEntityContext ec, Mandant mandant, String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static List<Textbaustein>
TextbausteinManager. getTextbausteine(IEntityContext ec, Mandant m)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static List<Textbaustein>
TextbausteinManager. getTextbausteineByKategorie(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)
Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static Textbaustein
TextbausteinManager. getTextbausteineByName(IEntityContext ec, Mandant mandant, String name)
Deprecated.static boolean
AccessManager. hasAccess(Benutzer benutzer, Mandant client, EAccessProperty property)
Deprecated.static boolean
AccessManager. hasAccessViaLicense(EAccessProperty property, Mandant client)
Deprecated.static void
ProcessingManager. registerProcessing(Mandant man, Class<? extends IProcessing> processing)
Deprecated.Registers anIProcessing
for the specified client wide by using his key (seeIProcessing.getProcessingKey()
). -
Uses of Mandant in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return types with arguments of type Mandant Modifier and Type Method Description Optional<Mandant>
WorkspaceScope. getClient()
Gets the client if this scope is a client scope.Methods in de.xima.fc.mdl with parameters of type Mandant Modifier and Type Method Description static WorkspaceScope
WorkspaceScope. client(Mandant client)
Gets a workspace scope instance for a client.static WorkspaceScope
WorkspaceScope. of(Mandant scope)
Gets a workspace scope instance for the given scope, either a client scope when the given client is non-null, or the system scope otherwise. -
Uses of Mandant in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return Mandant Modifier and Type Method Description Mandant
AuthenticationData. getClient()
Methods in de.xima.fc.mdl.auth with parameters of type Mandant Modifier and Type Method Description void
AuthenticationData. setClient(Mandant client)
-
Uses of Mandant in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return Mandant Modifier and Type Method Description Mandant
BasicClientAuthorization. getClient()
Methods in de.xima.fc.mdl.auth.authorization with parameters of type Mandant Modifier and Type Method Description static BasicClientAuthorization.Builder
BasicClientAuthorization. builder(Mandant client)
-
Uses of Mandant in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return Mandant Modifier and Type Method Description Mandant
FormRequestData. getMandant()
Methods in de.xima.fc.mdl.form with parameters of type Mandant Modifier and Type Method Description void
FormRequestData. setMandant(Mandant mandant)
-
Uses of Mandant in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return Mandant Modifier and Type Method Description Mandant
DefaultReplacerParameters. getClient()
Methods in de.xima.fc.mdl.placeholder with parameters of type Mandant Modifier and Type Method Description void
DefaultReplacerParameters. setClient(Mandant client)
Constructors in de.xima.fc.mdl.placeholder with parameters of type Mandant Constructor Description DefaultReplacerParameters(Mandant client)
-
Uses of Mandant in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as Mandant Modifier and Type Field Description protected Mandant
AWorkflowEngineTest. client
-
Uses of Mandant in de.xima.fc.order
Methods in de.xima.fc.order with parameters of type Mandant Modifier and Type Method Description static BasicRefResult
AktionOrderHelper. isAktionMoveableToState(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec)
Deprecated.Action cannot be moved to the target state if that state contain an action with the same name already. -
Uses of Mandant in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type Mandant Modifier and Type Method Description static String
PlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parse(String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML)
This method applies all available placeholder replacers on the given text.static String
PlaceholderReplacer. parse(String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML)
This method applies all available placeholder replacers on the given text.static String
PlaceholderReplacer. parse(String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parseForTemplates(IEntityContext ec, String text, Mandant client)
Deprecated.static String
PlaceholderReplacer. parseForTemplates(String text, Mandant client)
Deprecated.static String
PlaceholderReplacer. replaceTemplateValue(IEntityContext ec, String placeholder, String placeholderContent, Mandant client)
Deprecated.static String
PlaceholderReplacer. replaceTemplateValue(String placeholder, String placeholderContent, Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type Mandant Modifier and Type Method Description static void
PluginManager. createClientProtocolEntry(UserContext uc, Mandant man, String protocolEntry, Object... params)
Creates a client protocol entrystatic void
PluginManager. createMandantProtocolEntry(IEntityContext ec, Mandant man, String protocolEntry, Object... params)
static IPluginDataSourceRetVal
PluginExecutor. executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params)
Runs the data source plugin with the given name, and returns the result the plugin returned.static Map<String,IPluginFormPrePersistRetVal>
PluginExecutor. executeFormPrePersist(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params)
Runs all pre-persist plugins for the given client, and returns all results the plugins returned.static Map<String,IPluginFormPreProcessRetVal>
PluginExecutor. executeFormPreProcess(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params)
Runs all pre-persist plugins for the given client, and returns all results the plugins returned.static Map<String,IPluginFormPreRenderRetVal>
PluginExecutor. executeFormPreRender(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params)
Runs all pre-render plugins for the given client, and returns all results the plugins returned.static Map<String,IPluginFormPreRespondRetVal>
PluginExecutor. executeFormPreResponse(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)
Runs all pre-respond plugins for the given client, and returns all results the plugins returned.static IPluginGenericRetVal
PluginExecutor. executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params)
Runs the generic plugin with the given name, and returns the result the plugin returned.static IPluginServletActionRetVal
PluginExecutor. executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params)
Runs the servlet action plugin with the given name, and returns the result the plugin returned.static Set<IFCPlugin>
PluginManager. getAllPlugins(Mandant man, EPluginTypes type)
Deprecated.static <T extends IFCPlugin>
Set<T>PluginManager. getAllPlugins(Mandant client, Class<T> pluginType)
Get a set of plugins with the given interface registered in system-scope OR to the given client.static <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getAllPluginsWithRuntime(Mandant man, Class<T> clazz)
static Set<PluginRuntime>
PluginManager. getClientPlugins(Mandant client)
Gets a list of allplugin runtimes
registered to the given client (not including system plugins!)static <T extends IFCPlugin>
Set<T>PluginManager. getClientPlugins(Mandant client, Class<T> pluginType)
Get a set of plugins with the given interfaces registered to the given clientstatic <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getClientPluginsWithRuntime(Mandant client, Class<T> clazz)
static IFCPlugin
PluginManager. getMandantPluginByName(Mandant man, EPluginTypes type, String pluginName)
Deprecated.will be removed!static File
PluginManager. getMandantPluginJar(Mandant man, String jarName)
Deprecated.static List<PluginRuntime>
PluginManager. getMandantPlugins(Mandant man)
Deprecated.static SortedSet<IFCPlugin>
PluginManager. getMandantPlugins(Mandant man, EPluginTypes type)
Deprecated.will be removed!static IFCPlugin
PluginManager. getPluginByName(Mandant man, EPluginTypes type, String pluginName)
Deprecated.static <T extends IFCPlugin>
TPluginManager. getPluginByName(Mandant man, Class<T> clazz, String pluginName)
Get a plugin by name andIFCPlugin
-interface from client- and system-scopestatic <T extends IFCPlugin>
org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>PluginManager. getPluginByNameWithRuntime(Mandant man, Class<T> clazz, String pluginName)
static <T extends IFCPlugin>
Map<EPluginScope,Set<String>>PluginManager. getPluginNameMap(Mandant mandant, Class<T> clazz)
Deprecated.static Map<EPluginScope,Set<String>>
PluginManager. getPluginNameMap(UserContext uc, Mandant mandant, EPluginTypes type)
static <T extends IFCPlugin>
Set<String>PluginManager. getPluginNames(Mandant mandant, Class<T> clazz)
static Set<String>
PluginManager. getPluginNames(UserContext uc, Mandant mandant, EPluginTypes type)
Deprecated.static String
PluginHelper. getScopeKey(Mandant man)
Deprecated.static PluginRuntime
PluginManager. initClientPlugin(File pluginJar, Mandant man)
Deprecated.static boolean
PluginManager. isHasAnyPluginsOfType(Mandant client, Class<? extends IFCPlugin> pluginType)
Checks if any plugins of the given type exist.static <T extends IFCPlugin>
voidPluginManager. registerClientPlugin(Mandant man, Class<T> clazz, String runtimeKey)
Method to register a plugin-class in scope of the given clientstatic void
PluginManager. registerMandantPlugin(Mandant man, EPluginTypes typ, Class<? extends IFCPlugin> clazz)
Deprecated.static void
PluginManager. releaseMandantPlugin(Mandant man, PluginRuntime pluginMeta)
Deprecated.static boolean
PluginManager. scanAndRegisterMandantPlugin(Mandant man, PluginRuntime pluginMeta, byte[] jarData)
Deprecated. -
Uses of Mandant in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle that return Mandant Modifier and Type Method Description Mandant
DefaultPluginLifecycleData. getClient()
-
Uses of Mandant in de.xima.fc.plugin.models.params.backend
Methods in de.xima.fc.plugin.models.params.backend that return Mandant Modifier and Type Method Description Mandant
PluginMenuEntriesParams. getClient()
Constructors in de.xima.fc.plugin.models.params.backend with parameters of type Mandant Constructor Description PluginMenuEntriesParams(Mandant client, Benutzer user)
-
Uses of Mandant in de.xima.fc.plugin.models.params.mail
Methods in de.xima.fc.plugin.models.params.mail that return Mandant Modifier and Type Method Description Mandant
PluginMailEncryptionParams. getClient()
Constructors in de.xima.fc.plugin.models.params.mail with parameters of type Mandant Constructor Description PluginMailEncryptionParams(String mailAddress, Mandant client)
Creates a new mail encryption parameter instance with the given email address and client. -
Uses of Mandant in de.xima.fc.plugin.models.params.replacer
Methods in de.xima.fc.plugin.models.params.replacer that return Mandant Modifier and Type Method Description Mandant
PluginSystemReplacerParams. getClient()
Deprecated.Mandant
PluginTemplateReplacerParams. getMandant()
Deprecated.Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type Mandant Constructor Description PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpc, Mandant client)
PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IBaseWorkflowExecutionContext wpc, Mandant client)
PluginTemplateReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, Mandant man)
-
Uses of Mandant in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return Mandant Modifier and Type Method Description Mandant
PluginServletActionParams. getPluginClient()
Methods in de.xima.fc.plugin.models.params.servlet with parameters of type Mandant Modifier and Type Method Description PluginServletActionParams.Builder
PluginServletActionParams.Builder. client(Mandant client)
-
Uses of Mandant in de.xima.fc.plugin.workflow
Methods in de.xima.fc.plugin.workflow with parameters of type Mandant Modifier and Type Method Description static <TElement extends IWorkflowElementEntity>
ObjectWorkflowCustomParametersHelper. deserializeCustomProps(TElement element, Mandant client)
Takes the serialized JSON custom parameters of the given node, and returns the deserialized properties model.static <TData,TElement extends IWorkflowElementEntity>
TDataWorkflowCustomParametersHelper. deserializeCustomProps(TElement element, IElementHandler<TData,TElement> handler, Mandant client)
Takes the serialized JSON custom parameters of the given node, and returns the deserialized properties model.static Iterable<WorkflowNode>
WorkflowCustomParametersHelper. eachNode(WorkflowNode startNode, Mandant client)
static <TElement extends IWorkflowElementEntity>
com.alibaba.fastjson.JSONObjectWorkflowCustomParametersHelper. retrieveCustomParams(TElement element, Mandant client)
Retrieves the deserialized custom properties of a node or trigger, making sure to update the properties to the current version.static com.alibaba.fastjson.JSONObject
WorkflowCustomParametersHelper. serializeCustomProps(Object data, IWorkflowElementEntity element, Mandant client)
Serializes the custom properties of a workflow element and set the result on the element viaIWorkflowElementEntity.setCustomParameters(String)
.static <TData,TElement extends IWorkflowElementEntity>
StringWorkflowCustomParametersHelper. serializeCustomPropsToString(TData data, TElement element, Mandant client)
Serializes the custom properties of a workflow element and set the result on the element viaIWorkflowElementEntity.setCustomParameters(String)
.static void
WorkflowCustomParametersHelper. setCustomProps(Object data, IWorkflowElementEntity element, Mandant client)
Serializes the custom properties of a workflow element and set the result on the element viaIWorkflowElementEntity.setCustomParameters(String)
.static com.alibaba.fastjson.JSONObject
WorkflowCustomParametersHelper. toJson(Object data, IWorkflowElementTypeProviding element, Mandant client)
Takes the deserialized properties model of a workflow element and serializes it to JSON.static WorkflowNode
WorkflowCustomParametersHelper. transferToDataModel(WorkflowNode node, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client)
Extract the relevant data from the node's properties model and set the data on theWorkflowNode
.static WorkflowNode
WorkflowCustomParametersHelper. transferToDataModel(WorkflowNode node, Mandant client)
Extract the relevant data from the node's properties model and set the data on theWorkflowNode
.static WorkflowTrigger
WorkflowCustomParametersHelper. transferToDataModel(WorkflowTrigger trigger, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client)
Extract the relevant data from the triggers's properties model and set the data on theWorkflowTrigger
.static WorkflowTrigger
WorkflowCustomParametersHelper. transferToDataModel(WorkflowTrigger trigger, Mandant client)
Extract the relevant data from the triggers's properties model and set the data on theWorkflowTrigger
.static <TElement extends AWorkflowElement<?,?>>
TElementWorkflowCustomParametersHelper. transferToDataModel(TElement element, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client)
Extract the relevant data from the element's properties model and set the data on theAWorkflowElement
.Constructors in de.xima.fc.plugin.workflow with parameters of type Mandant Constructor Description TreeAccessorWithDataWorkflowNode(Mandant client)
Creates a new tree accessor for treating a workflow node as a tree node withchildren
and the deserializedcustom properties model
as the node's data. -
Uses of Mandant in de.xima.fc.plugin.workflow.registry
Methods in de.xima.fc.plugin.workflow.registry with parameters of type Mandant Modifier and Type Method Description Collection<THandler>
IWorkflowElementRegistry. getAllKnown(Mandant client)
THandler
IWorkflowElementRegistry. getHandler(Mandant client, String elementType)
THandler
IWorkflowElementRegistry. getHandler(Mandant client, TElement element)
THandler
IWorkflowElementRegistry. getHandler(Mandant client, TEntity entity)
static IElementHandler<?,?>
WorkflowRegistry. getHandler(Mandant client, IWorkflowElementTypeProviding element)
Finds the workflow element handler for the given workflow element, which may be a trigger or node.TPlugin
IWorkflowElementRegistry. getHandlerPlugin(Mandant client, String elementType)
-
Uses of Mandant in de.xima.fc.protocol
Methods in de.xima.fc.protocol that return Mandant Modifier and Type Method Description Mandant
ProtocolCleaner. getClient()
Methods in de.xima.fc.protocol with parameters of type Mandant Modifier and Type Method Description static ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory. forClientProtocol(Mandant client)
static ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory. forProcessingProtocol(Mandant client)
ProtocolCleaner
ProtocolCleaner. withClient(Mandant client)
Sets the client for which protocol entries should be deleted -
Uses of Mandant in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type Mandant Modifier and Type Method Description static boolean
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowElement(AWorkflowElement<?,?> element, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in the given workflow element (node or trigger).static IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowProcess(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in all elements of the given process.static IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowTask(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in all elements of the given task.static IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowVersion(WorkflowVersion version, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in all elements of the given version. -
Uses of Mandant in de.xima.fc.security
Methods in de.xima.fc.security with parameters of type Mandant Modifier and Type Method Description static boolean
AccessManager. hasAccessViaLicense(EAccessProperty property, Mandant client)
Deprecated.boolean
FilterMandantDependentDefault. isAllowed(Mandant mandant, ITransferableEntity entityToAccess, EZugriffsrecht recht)
Diese Methode dient dazu zu überprüfen, ob eine Entitäteninstanz zu einem Mandanten gehört. -
Uses of Mandant in de.xima.fc.security.context
Methods in de.xima.fc.security.context that return Mandant Modifier and Type Method Description Mandant
AuthorizationContext. getClient()
Mandant
AvailabilityContext. getClient()
Methods in de.xima.fc.security.context with parameters of type Mandant Modifier and Type Method Description static AuthorizationContext
AuthorizationContext. forClient(Mandant client)
static AvailabilityContext
AvailabilityContext. forClient(Mandant client)
-
Uses of Mandant in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return Mandant Modifier and Type Method Description Mandant
RequestAuthorizationContext. getClient()
Mandant
RequestAvailabilityContext. getClient()
Mandant
RequestBackendContext. getClient()
-
Uses of Mandant in de.xima.fc.security.endpoint
Methods in de.xima.fc.security.endpoint with parameters of type Mandant Modifier and Type Method Description static List<org.apache.commons.lang3.tuple.Pair<String,Collection<IPluginMenuEntry>>>
WebEndpointManager. getRegisteredPluginMenuEntries(Mandant client)
static IView
PluginMenuEntryView. of(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry)
-
Uses of Mandant in de.xima.fc.security.endpoint.uri
Methods in de.xima.fc.security.endpoint.uri with parameters of type Mandant Modifier and Type Method Description static IClientScopedUriBuilderContext
UriBuilderContextFactory. clientScoped(Mandant client)
-
Uses of Mandant in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return Mandant Modifier and Type Method Description static Mandant
SecurityWebContextHelper. getClientByIdentifier(String clientIdentifier)
static Mandant
SecurityWebContextHelper. getClientFromRequest(javax.servlet.http.HttpServletRequest req)
Methods in de.xima.fc.security.helper that return types with arguments of type Mandant Modifier and Type Method Description static List<Mandant>
SecurityEntityHelper. getSuperUserClients()
Methods in de.xima.fc.security.helper with parameters of type Mandant Modifier and Type Method Description static String
SecurityWebEndpointHelper. getScopeIdentitfier(Mandant client)
-
Uses of Mandant in de.xima.fc.security.interfaces.endpoint.uri
Methods in de.xima.fc.security.interfaces.endpoint.uri that return Mandant Modifier and Type Method Description @NotNull Mandant
IClientScopedUriBuilderContext. getClient()
-
Uses of Mandant in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware with parameters of type Mandant Modifier and Type Method Description static MalwareScanner
MalwareScanner. forClientScope(Mandant client)
Creates a malware scanner that includes client-scoped malware plugins. -
Uses of Mandant in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return Mandant Modifier and Type Method Description protected Mandant
AFormDependendServlet. getClient(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Projekt project)
Methods in de.xima.fc.servlet with parameters of type Mandant Modifier and Type Method Description protected DefaultReplacerParameters
AFormDependendServlet. getReplacerParams(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client, Projekt project)
-
Uses of Mandant in de.xima.fc.servlet.handler
Methods in de.xima.fc.servlet.handler that return Mandant Modifier and Type Method Description Mandant
AbstractServletHandler. getCurrMandant(javax.servlet.http.HttpSession sess)
Deprecated. -
Uses of Mandant in de.xima.fc.session
Methods in de.xima.fc.session that return Mandant Modifier and Type Method Description Mandant
XfcSession. currentMandant()
Deprecated.The client is no longer part of the request.Methods in de.xima.fc.session with parameters of type Mandant Modifier and Type Method Description void
XfcSession. setCurrentMandant(Mandant client)
Deprecated.The client is no longer part of the request.Method parameters in de.xima.fc.session with type arguments of type Mandant Modifier and Type Method Description static void
MigrationSessionHelper. registerClientByIdAccess(Function<Long,Mandant> getClientById)
static void
MigrationSessionHelper. registerClientByProjectIdAccess(Function<Long,Mandant> getClientByProjectId)
static void
MigrationSessionHelper. registerClientByUuidAccess(Function<String,Mandant> getClientByUuid)
-
Uses of Mandant in de.xima.fc.setup
Methods in de.xima.fc.setup that return Mandant Modifier and Type Method Description Mandant
DefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData)
Mandant
DefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)
static Mandant
XFSetup. getMandantByFilterCriterion(IEntityContext ec, String filterCriterion, String filterValue)
Method to read an client with the given filter-criterionMethods in de.xima.fc.setup with parameters of type Mandant Modifier and Type Method Description protected Benutzer
DefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
List<BenutzerGruppe>
DefaultClientCreator. createBenutzergruppen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
Deprecated.will be removed.Mandant
DefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData)
Mandant
DefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)
static FCMessage
XFSetup. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminMail, IUser creator)
Creates a client with the currentIClientCreator
and currentIClientCreateData
protected Rolle
DefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
protected Rolle
DefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.Textbaustein
DefaultClientCreator. createI18nTemplate(IEntityContext ec, Locale installLocale, Mandant client)
protected List<Postfach>
DefaultClientCreator. createInboxes(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
protected MandantLdapData
DefaultClientCreator. createLdapData(IEntityContext ec, MandantLdapData ldapData, Mandant client)
Deprecated.UseDefaultClientCreator.createLdapData(IEntityContext, LDAPZugriff, Mandant)
instead.protected MandantMailData
DefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)
static FCMessage
XFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)
Deprecated.Rolle
DefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.protected List<Modul>
DefaultClientCreator. createModules(IEntityContext ec, IClientCreateData defaultData, Mandant client)
Deprecated.Table no longer exists.protected List<Rolle>
DefaultClientCreator. createNonAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, Set<String> moduleNames)
protected List<Rolle>
DefaultClientCreator. createNoneAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.List<Rolle>
DefaultClientCreator. createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.List<Postfach>
DefaultClientCreator. createPostfaecher(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
Deprecated.will be removed.protected List<Textbaustein>
DefaultClientCreator. createTemplates(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
protected List<Textbaustein>
DefaultClientCreator. createTextbausteine(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
protected Benutzer
DefaultClientCreator. createUser(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
Deprecated.protected List<BenutzerGruppe>
DefaultClientCreator. createUsergroups(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)
-
Uses of Mandant in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces that return Mandant Modifier and Type Method Description default Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)
Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)
Method to create an client with the given data.default Mandant
IClientCreator. createMandant(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData)
Methods in de.xima.fc.setup.interfaces with parameters of type Mandant Modifier and Type Method Description default Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)
Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)
Method to create an client with the given data.default Mandant
IClientCreator. createMandant(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData)
-
Uses of Mandant in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return Mandant Modifier and Type Method Description static Mandant
EntityDummyFactory. dummyClient(String name)
Methods in de.xima.fc.testhelper with parameters of type Mandant Modifier and Type Method Description static ClientAuthenticator
EntityDummyFactory. dummyClientAuthenticator(String name, EAuthClientType clientType, Mandant client)
static ClientCounter
EntityDummyFactory. dummyClientCounter(Mandant client, String name)
static ClientCounter
EntityDummyFactory. dummyClientCounter(Mandant client, String name, int counterValue)
static MandantRessource
EntityDummyFactory. dummyClientFile(Mandant client, String name, String content)
static MandantRessource
EntityDummyFactory. dummyClientFile(Mandant client, String name, String description, byte[] data, String creator)
static MandantFrontendServer
EntityDummyFactory. dummyClientFrontendServer(String name, FrontendServer fs, Mandant client)
static MandantLdapData
EntityDummyFactory. dummyClientLdapData(Mandant client)
static MandantLdapData
EntityDummyFactory. dummyClientLdapData(Mandant client, int port)
Deprecated.static ClientPortalConfig
EntityDummyFactory. dummyClientPortalConfig(UserPortal portal, Mandant client, boolean active)
static Datenquelle
EntityDummyFactory. dummyCsvSource(String name, String csv, Mandant client)
static DatenbankZugriff
EntityDummyFactory. dummyDBConnection(String name, Mandant client)
static DatenbankZugriff
EntityDummyFactory. dummyDBConnection(String name, Mandant client, EDatenbankTyp type, String jdbcUrl)
static DatenbankZugriff
EntityDummyFactory. dummyDBConnection(String name, Mandant client, String jdbcUrl)
Deprecated.static DatenbankZugriff
EntityDummyFactory. dummyDBConnectionInvalid(String name, Mandant client)
static Datenquelle
EntityDummyFactory. dummyDbQuery(String name, DatenbankZugriff connection, String sql, Mandant client)
static DirectClientAuthorization
EntityDummyFactory. dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles)
static Postfach
EntityDummyFactory. dummyInbox(String name, Mandant client)
static IndirectClientAuthorization
EntityDummyFactory. dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles)
static LDAPZugriff
EntityDummyFactory. dummyLdapConnection(String name, Mandant client)
static Projekt
EntityDummyFactory. dummyProject(String name, Postfach inbox, Mandant client)
static Rolle
EntityDummyFactory. dummyRole(String name, ERollenTyp type, Mandant client)
static Textbaustein
EntityDummyFactory. dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, Mandant client)
static Textbaustein
EntityDummyFactory. dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, ETextbausteinMsgCode msgCode, Mandant client)
static BenutzerGruppe
EntityDummyFactory. dummyUserGroup(String name, Mandant client)
static BenutzerGruppe
EntityDummyFactory. dummyUserGroup(String name, Mandant client, Postfach... inboxes)
static BenutzerGruppe
EntityDummyFactory. dummyUserGroup(String name, Mandant client, Iterable<Postfach> inboxes)
static WebDavAccess
EntityDummyFactory. dummyWebDavAccess(String name, Mandant client, String url)
-
Uses of Mandant in de.xima.fc.user
Methods in de.xima.fc.user with parameters of type Mandant Modifier and Type Method Description boolean
UserAccess. hasClientAccess(IUser user, Mandant client, IAccessProperty property)
Checks if a user has client access.boolean
UserAccess. hasClientOrGeneralAccess(IUser user, Mandant client, IAccessProperty property)
Checks if a user has general or client access for the given permission. -
Uses of Mandant in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type Mandant Modifier and Type Method Description static boolean
UserMgmtUtils. canAccessClient(IUser user, Mandant client)
Whether the given user has permission to access the given client.static Map<String,Class<? extends IProcessing>>
ProcessingUtils. getAvailableProcessings(Mandant man)
Deprecated.static Benutzer
UserMgmtUtils. getBenutzerFromUser(IUser user, Mandant client)
Deprecated.static String
UserMgmtUtils. getClientPermission(Mandant client, IAccessProperty accessProperty)
Returns a string value representing the permission within a client (Mandant
).static String
UserMgmtUtils. getClientPermission(Mandant client, String permissionName)
Returns a string value representing the permission within aclient
.static String
UserMgmtUtils. getClientRole(Mandant client, String roleName)
Returns a string value representing the role within a client (Mandant
).static IProcessing
ProcessingUtils. getEmptyProcessing(String key, Mandant man)
Deprecated.static Class<? extends IProcessing>
ProcessingUtils. getProcessingClass(String key, Mandant man)
Deprecated.static boolean
UserMgmtUtils. isClientAdmin(UserProfile profile, Mandant client)
Returns true if given profile has a role of a MANDANT_ADMINstatic boolean
UserMgmtUtils. isClientAdmin(IUser user, Mandant client)
Checks if the user is an admin of the given client.static void
ProcessingUtils. registerProcessing(Mandant man, Class<? extends IProcessing> processing)
Deprecated.Registers anIProcessing
for the specified client wide by using his key (seeIProcessing.getProcessingKey()
).static com.alibaba.fastjson.JSONObject
UserMgmtUtils. toJson(IUser user, Mandant client)
-
Uses of Mandant in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return Mandant Modifier and Type Method Description Mandant
FormAuthContext. getClient()
Constructors in de.xima.fc.web.common.auth with parameters of type Mandant Constructor Description FormAuthContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client)
FormAuthHttpActionAdapter(Mandant client, Locale locale, org.pac4j.core.context.session.SessionStore sessionStore)
-
Uses of Mandant in de.xima.fc.web.common.auth.form
Constructors in de.xima.fc.web.common.auth.form with parameters of type Mandant Constructor Description UserFormAuthenticator(Mandant fcClient, Projekt project)
Deprecated.UserFormClient(String loginUrl, Mandant client, Locale locale, Projekt project)
Deprecated. -
Uses of Mandant in de.xima.fc.web.common.auth.kerberos
Constructors in de.xima.fc.web.common.auth.kerberos with parameters of type Mandant Constructor Description KerberosAuthenticatorImpl(Mandant client)
Deprecated.KerberosClient(Mandant client)
Deprecated.KerberosClient(Mandant client, KerberosConfigWrapper config)
Deprecated. -
Uses of Mandant in de.xima.fc.web.common.auth.ntlm
Constructors in de.xima.fc.web.common.auth.ntlm with parameters of type Mandant Constructor Description NtlmAuthenticatorImpl(Mandant client)
Deprecated.NtlmClient(Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.web.common.auth.password
Constructors in de.xima.fc.web.common.auth.password with parameters of type Mandant Constructor Description PasswordClient(String loginUrl, Mandant client, PasswordConfigWrapper config, Locale locale)
Deprecated. -
Uses of Mandant in de.xima.fc.web.common.auth.wrapper
Methods in de.xima.fc.web.common.auth.wrapper with parameters of type Mandant Modifier and Type Method Description List<IAuthenticatorAttributeParam>
PluginWrapper. getAtributeParams(Mandant client)
Deprecated. -
Uses of Mandant in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return Mandant Modifier and Type Method Description Mandant
DatenquelleParams. getMandant()
Methods in de.xima.fc.web.common.datasource with parameters of type Mandant Modifier and Type Method Description static IDatenquelleResolver
DatenquelleResolverFactory. createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IDatenquelleParams params, IPluginDataSourceParams pluginParams)
static IDatenquelleResolver
DatenquelleResolverFactory. createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params, IPluginDataSourceParams pluginParams)
Constructors in de.xima.fc.web.common.datasource with parameters of type Mandant Constructor Description DatenquelleParams(Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt)
DatenquelleParams(Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt, Benutzer user, com.alibaba.fastjson.JSONObject userData)
Deprecated.DatenquelleParams(Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt, IUser user, com.alibaba.fastjson.JSONObject userData)
DatenquelleParams(XItem item, Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated.DatenquelleParams(XItem item, Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated.PluginDatenquelleResolver(String datasourceName, Mandant mandant, IPluginDataSourceParams params)
-
Uses of Mandant in de.xima.fc.web.common.fd2
Methods in de.xima.fc.web.common.fd2 with parameters of type Mandant Modifier and Type Method Description static Iterable<XItemPropertyDesc>
XItemPropertiesHelper. getAvailableFormProperties(Mandant client, Locale locale)
Gets all properties available for a form.static Iterable<XItemPropertyDesc>
XItemPropertiesHelper. getAvailableProperties(IXItemBasic item, Mandant client, Locale locale)
Gets all properties available for anXItem
.static LinkedHashMap<String,String>
FD2Helper. getMandantRessources(javax.servlet.http.HttpServletResponse resp, Mandant mandant, boolean inline, String fileEnding)
Deprecated.will be removed!Constructors in de.xima.fc.web.common.fd2 with parameters of type Mandant Constructor Description FD2ConfigBuilder(Mandant mandant, Projekt projekt)
FD2ConfigBuilder(Mandant mandant, Projekt projekt, Locale locale, Map<String,Serializable> attributes)
-
Uses of Mandant in de.xima.fc.web.common.fd2.provider
Constructors in de.xima.fc.web.common.fd2.provider with parameters of type Mandant Constructor Description DefaultFD2AppointmentProvider(Mandant client)
Creates a new appointment template provider.DefaultFD2DatasourceProvider(Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt project)
DefaultFD2DatasourceProvider(Mandant client, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt project)
DefaultFD2ItemProvider(Mandant client, Locale locale)
A new item provider for the given client and locale.DefaultFD2LanguageProvider(Mandant man)
DefaultFD2LicenseDataProvider(Mandant client)
DefaultFD2RenderCallbackProvider(Mandant client)
DefaultFD2TemplateProvider(Mandant client)
DefaultFD2UserGroupProvider(Mandant mandant, Locale locale)
DefaultFD2VRulesProvider(Mandant man, Locale loc)
-
Uses of Mandant in de.xima.fc.web.common.fd2.render_callback
Methods in de.xima.fc.web.common.fd2.render_callback with parameters of type Mandant Modifier and Type Method Description static XFormRenderCallback
XFormRenderCallback. create(Mandant client, IXFormRenderConfig formRenderConfig, IXFormRenderContext formRenderContext)
-
Uses of Mandant in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type Mandant Modifier and Type Method Description static void
FormResponder. botDetected(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. commonError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. cookieRequired(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. formNotFound(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. formVersionNotActive(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. identityTokenError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
Deprecated.static void
FormResponder. internalError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. invalidDoublePost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Locale locale, UserContext uc, Mandant man)
static void
FormResponder. invalidSession(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static String
FormResponder. prepareMsg(Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode)
static String
FormResponder. prepareMsg(String context, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode)
static String
FormResponder. prepareMsg(javax.servlet.http.HttpServletRequest request, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode)
static void
FormResponder. projektNotOnline(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ValueParameters values, Mandant man, ETextbausteinMsgCode msgCode, boolean success)
Deprecated.static void
FormResponder. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Locale locale, UserContext uc, Mandant man, ETextbausteinMsgCode code, boolean success)
static void
ServletResponder. respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IServletResponse responseData, Mandant client, Locale locale)
static void
FormResponder. respondTemplateByServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Mandant client, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect)
static void
FormResponder. sendFormDataFailed(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. sendFormDataSucceeded(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
static void
FormResponder. validationError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client)
-
Uses of Mandant in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with parameters of type Mandant Modifier and Type Method Description static FlowchartSnapshot
WorkflowPersistHelper. createFlowchartSnapshot(Mandant client, Locale locale, WorkflowVersion workflowVersion)
Creates a flowchart snapshot that represents the given workflow version.static void
WorkflowPersistHelper. createNewBackup(IEntityContext ec, Mandant client, Locale locale, WorkflowVersion workflowVersion)
Creates and persist a new backup for the given workflow version.static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter. deserializeCustomProps(IElementWithTask<T> withTask, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter. deserializeCustomProps(ElementKey key, String type, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter. deserializeCustomProps(UUID taskUuid, T element, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static FlowchartSnapshot
WorkflowPersistHelper. loadSnapshotForPersisted(Mandant client, Locale locale, long workflowVersionId)
Loads the given workflow version from the database and creates a snapshot for that version.static <T extends IUuidProviding & IWorkflowElementTypeProviding>
com.alibaba.fastjson.JSONObjectFlowchartModelConverter. retrieveCustomParams(IElementWithTask<T> withTask, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static <T extends IUuidProviding & IWorkflowElementTypeProviding>
com.alibaba.fastjson.JSONObjectFlowchartModelConverter. retrieveCustomParams(UUID taskUuid, T element, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static List<WorkflowState>
FlowchartModelConverter. toDataModel(IEntityContext ec, Mandant client, List<WorkflowStateModel> states)
static WorkflowProcess
FlowchartModelConverter. toDataModel(FlowchartModel flowchartModel, Mandant client)
static WorkflowNode
FlowchartModelConverter. toDataModel(NodeModel node, TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static WorkflowProcess
FlowchartModelConverter. toDataModel(ProcessModel process, Map<ElementKey,com.alibaba.fastjson.JSONObject> customParamsMap, Mandant client)
static WorkflowTask
FlowchartModelConverter. toDataModel(TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static WorkflowTrigger
FlowchartModelConverter. toDataModel(TriggerModel trigger, TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static WorkflowVersion
FlowchartModelConverter. toVersion(IEntityContext ec, Mandant client, WorkflowVersion currentVersion, FlowchartModel flowchartModel, List<WorkflowStateModel> states)
static NodeModel
FlowchartModelConverter. toViewModel(WorkflowNode node, WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static ProcessModel
FlowchartModelConverter. toViewModel(WorkflowProcess process, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static TaskModel
FlowchartModelConverter. toViewModel(WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static TriggerModel
FlowchartModelConverter. toViewModel(WorkflowTrigger trigger, WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static NodeModel
FlowchartModelConverter. toViewModel(INodePrototypeData<?> prototypeData, Map<UUID,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static TriggerModel
FlowchartModelConverter. toViewModel(ITriggerPrototypeData<?> prototypeData, Map<UUID,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static <T extends IWorkflowElementTypeProviding & IUuidProviding>
voidFlowchartModelConverter. updateParams(Mandant client, ProcessModel process, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, BiFunction<Class<? extends IUUIDEntity>,UUID,UUID> updater)
static <T extends IWorkflowElementTypeProviding & IUuidProviding>
voidFlowchartModelConverter. updateParams(Mandant client, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, UUID taskUuid, T element, BiFunction<Class<? extends IUUIDEntity>,UUID,UUID> updater)
-
Uses of Mandant in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return Mandant Modifier and Type Method Description Mandant
WorkflowProviderBean. getClient()
-
Uses of Mandant in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type Mandant Modifier and Type Method Description static WorkflowStateModel
WorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale, Mandant client)
Creates a new state with the defaults and no authenticators.static WorkflowStateModel
WorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale, Mandant client, String targetName, Consumer<WorkflowState> configurator)
Creates a new state with the defaults and no authenticators.static de.xima.cmn.criteria.FilterCriterion
WorkflowTriggerHelper. createUserGroupFilter(String userGroupSearchTerm, IUser user, Mandant client, String scope)
Creates a filter for a workflow trigger that check if either no search term with the given key exists; or one exists and its value matches one of the user group UUIDs of the given user.static WorkflowEntityReferences
WorkflowElementReferenceHelper. findEntityReferences(Mandant client, AssociatesModel associatesModel, FlowchartModel flowchartModel, Predicate<IEntityReferenceDescriptor> filter)
Searches all entity references configured in the nodes and triggers settings, and returns all references matching the given predicate.static List<INodeWithName>
AssociateHelper. getAllNodesOfType(AssociatesModel ass, FlowchartModel model, Mandant client, String type)
static List<ITriggerWithName>
AssociateHelper. getAllTriggersOfType(AssociatesModel ass, FlowchartModel model, Mandant client, String type, UUID taskToExclude)
static List<IFileProvidingTriggerWithName>
AssociateHelper. getAssignedProvidingTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<ITriggerWithName>
AssociateHelper. getAssignedTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<INodeWithName>
AssociateHelper. getAttachmentProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static ValueDiff<Set<NodeKey>>
AssociateHelper. getDeadNodesDiff(AssociatesModel ass, FlowchartModel model, Mandant client)
static List<INodeWithName>
AssociateHelper. getErrorCompletionPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<IFileProvidingNodeWithName>
AssociateHelper. getFileProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static WorkflowFlowAnalysis
AssociateHelper. getFlowAnalysis(AssociatesModel ass, FlowchartModel model, Mandant client)
static List<INodeWithName>
AssociateHelper. getNormalCompletionAttachmentProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<INodeWithName>
AssociateHelper. getNormalCompletionPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<IFileProvidingNodeWithName>
AssociateHelper. getNormalCompletionProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<INodeWithName>
AssociateHelper. getParentControlTransferTargets(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode, String[] targetTypes)
static List<INodeWithName>
AssociateHelper. getParents(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<INodeWithName>
AssociateHelper. getPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static List<IFileProvidingNodeWithName>
AssociateHelper. getProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
static ResourceBundle
ResourceBundleHelper. getResourceBundleForElement(EWorkflowElementType kind, String type, Mandant client, Locale locale)
static ResourceBundle
ResourceBundleHelper. getResourceBundleForSelection(FlowchartSelection<?> selection, Mandant client, Locale locale)
static ElementNodeInfoHelper
ElementNodeInfoHelper. newHelper(Mandant client, Locale locale, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType)
static ElementTriggerInfoHelper
ElementTriggerInfoHelper. newHelper(Mandant client, Locale locale, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType)
static void
ElementPropertiesHelper. queuePropertiesUpdateNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> propertiesModel, Mandant client)
Reads the custom parameters for the given node, and stores them in the given flowchart model.static void
ElementPropertiesHelper. queuePropertiesUpdateTrigger(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>> propertiesModel, Mandant client)
Reads the custom parameters for the given trigger, and stores them in the given flowchart model.static Set<ElementKey>
ElementPropertiesHelper. refactorFormElementName(String oldName, String newName, WorkflowModelBean modelBean, Mandant client)
static void
ElementPropertiesHelper. updateParamsOfSelectedNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client)
static void
ElementPropertiesHelper. updateParamsOfSelectedTrigger(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client)
static void
ElementPropertiesHelper. updateTaskOfSelectedNode(UUID oldTaskUuid, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client)
static void
ElementPropertiesHelper. updateTaskOfSelectedTrigger(UUID oldTaskUuid, ActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client)
-
Uses of Mandant in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return Mandant Modifier and Type Method Description Mandant
BeanWorkflowValidationEnvironmentData. getClient()
Mandant
FacesWorkflowLocalValidationContext. getClient()
Mandant
RequestWorkflowEnvironmentData. getClient()
Methods in de.xima.fc.workflow.designer.logic with parameters of type Mandant Modifier and Type Method Description static String
FlowGraphToGraphDotConverter. writeToString(Mandant client, WorkflowTask task, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)
Creates a dot file with the flow graph of the given task, using the given flow graph analysis result.Constructors in de.xima.fc.workflow.designer.logic with parameters of type Mandant Constructor Description FlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)
Creates a converter for writing a dot file with the flow graph of the given task, using the given flow graph analysis result.TreeAccessorWithDataNodeModel(Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
Creates A new tree accessor that reads the custom properties from the given map. -
Uses of Mandant in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model with parameters of type Mandant Modifier and Type Method Description static INodeModelPrototype
NodeModelPrototype. forNode(WorkflowNode node, Mandant client)
Creates a new model by converting the given node.Constructors in de.xima.fc.workflow.designer.model with parameters of type Mandant Constructor Description NodePrototypeWrapper(INodePrototypeDescriptor<?> proto, EElementProtoViewType viewType, Mandant client)
A new POJO with the given prototype and the custom parameters and node model extracted from the prototype.TriggerPrototypeWrapper(ITriggerPrototypeDescriptor<?> proto, EElementProtoViewType viewType, Mandant client)
A new POJO with the given prototype and the custom parameters and trigger model extracted from the prototype. -
Uses of Mandant in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event that return Mandant Modifier and Type Method Description Mandant
AWorkflowEventData. getClient()
Methods in de.xima.fc.workflow.event with parameters of type Mandant Modifier and Type Method Description Self
ASpecificTriggerWithFormRecordEventDataBuilder. client(Mandant client)
FormSubmissionEventDataBuilder
FormSubmissionEventDataBuilder. client(Mandant client)
SpecificTriggerEventDataBuilder
SpecificTriggerEventDataBuilder. client(Mandant client)
Constructors in de.xima.fc.workflow.event with parameters of type Mandant Constructor Description AFormRecordEventData(Mandant client, IUser user, Locale locale, Projekt project, Vorgang formRecord)
AFormRecordEventData(Mandant client, IUser user, Locale locale, Vorgang formRecord)
Deprecated.AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project, Vorgang formRecord)
AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Vorgang formRecord)
AProjectEventData(Mandant client, IUser user, Locale locale, Projekt project)
Deprecated.AProjectEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project)
AWorkflowEventData(Mandant client, IUser user, Locale locale)
Deprecated.AWorkflowEventData(Mandant client, IUser user, Locale locale, Clock clock)
-
Uses of Mandant in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return Mandant Modifier and Type Method Description Mandant
IWorkflowTaskRunnerParams. getClient()
-
Uses of Mandant in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist with parameters of type Mandant Modifier and Type Method Description static ItemList<?>
FcForEachLooptemListFormFieldRepetition. evaluate(ListItemSourcePropsFormFieldRepetitions sourceProps, Mandant client, IFormDataAdapter formData, IXForm xForm, XItemConditionProcessor processor)
Resolves an item list for the for-each loop of typeFORM_FIELD_REPETITIONS
. -
Uses of Mandant in de.xima.fc.workflow.migrate
Methods in de.xima.fc.workflow.migrate with parameters of type Mandant Modifier and Type Method Description static void
FcEmailUserReferenceMigrator. migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, VerarbeitungEmail mailProps)
Deprecated.static void
FcEmailUserReferenceMigrator. migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, FcEmailProps mailProps)
static void
FcEmailUserReferenceMigrator. updateEmailAction(IEntityContext ec, Mandant client, Aktion action, Map<String,Long> userRefToProfileIdMap)
Deprecated.static void
FcEmailUserReferenceMigrator. updateEmailNode(IEntityContext ec, Mandant client, WorkflowNode node, Map<String,Long> userRefToProfileIdMap)
-
Uses of Mandant in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return Mandant Modifier and Type Method Description Mandant
PojoBaseWorkflowEnvironmentData. getClient()
Mandant
PojoWorkflowValidationEnvironmentData. getClient()
Mandant
WorkflowTaskRunnerParams. getClient()
Methods in de.xima.fc.workflow.model with parameters of type Mandant Modifier and Type Method Description WorkflowTaskRunnerParams.Builder
WorkflowTaskRunnerParams.Builder. client(Mandant client)
Constructors in de.xima.fc.workflow.model with parameters of type Mandant Constructor Description PojoBaseWorkflowEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec)
Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values.PojoWorkflowValidationEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec)
Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values. -
Uses of Mandant in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type Mandant Modifier and Type Method Description static WorkflowValidator.Builder
WorkflowValidator. builder(Mandant client, Projekt project, WorkflowVersion workflowVersion)
WorkflowValidator.Builder
WorkflowValidator.Builder. client(Mandant client)
Constructors in de.xima.fc.workflow.processor.engine with parameters of type Mandant Constructor Description Builder(Mandant client, Projekt project, WorkflowVersion workflowVersion)
-
Uses of Mandant in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type Mandant Modifier and Type Method Description static WorkflowTrigger
WorkflowTriggerFactory. custom(IWorkflowElementTypeProviding type, Object data, Mandant client)
static WorkflowTrigger
WorkflowTriggerFactory. custom(String type, Object data, Mandant client)
-
Uses of Mandant in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type Mandant Modifier and Type Method Description static List<EntityRef>
WorkflowProviderHelper. computeAllClientCounterRefs(IEntityContext ec, Mandant client)
static List<ClientCounter>
WorkflowProviderHelper. computeAllClientCounters(IEntityContext ec, Mandant client)
static List<MandantRessource>
WorkflowProviderHelper. computeAllClientResources(IEntityContext ec, Mandant client)
static List<DatenbankZugriff>
WorkflowProviderHelper. computeAllDatabaseConnections(IEntityContext ec, Mandant client)
static List<Datenquelle>
WorkflowProviderHelper. computeAllDatabaseQueries(IEntityContext ec, Mandant client)
static List<DirectClientAuthorization>
WorkflowProviderHelper. computeAllDirectClientAuthorizations(IEntityContext ec, Mandant client)
static List<String>
WorkflowProviderHelper. computeAllFormElements(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride)
static List<Postfach>
WorkflowProviderHelper. computeAllInboxes(IEntityContext ec, Mandant client)
static List<LDAPZugriff>
WorkflowProviderHelper. computeAllLdapConnections(IEntityContext ec, Mandant client)
static List<LDAPAbfrage>
WorkflowProviderHelper. computeAllLdapQueries(IEntityContext ec, Mandant client)
static List<String>
WorkflowProviderHelper. computeAllRepeatedFormElements(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride)
static List<BenutzerGruppe>
WorkflowProviderHelper. computeAllUserGroups(IEntityContext ec, Mandant client)
static List<Benutzer>
WorkflowProviderHelper. computeAllUsers(IEntityContext ec, Mandant client)
static List<WebDavAccess>
WorkflowProviderHelper. computeAllWebDavConnections(IEntityContext ec, Mandant client)
static List<TriggerKey>
WorkflowProviderHelper. computeAssignedProvidingTriggers(Mandant client, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap)
static List<TriggerKey>
WorkflowProviderHelper. computeAssignedTriggers(Mandant client, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap)
static Set<NodeKey>
WorkflowProviderHelper. computeAttachmentProvidingParents(Mandant client, NodeKey target, FlowchartElementIndex index, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap)
Finds all parent node keys that can provide attachments for the given target node.static List<INodeWithName>
WorkflowProviderHelper. computeAttachmentProvidingParents(WorkflowNode node, Mandant client, Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index)
Finds all parent nodes for the given target node and that can provide attachments to the given node, viaIExecutionResultDescriptor.getCurrentAttachmentValueDescriptor()
.static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>>
WorkflowProviderHelper. computeAvailableResources(Mandant client, Locale locale, List<ProjektRessource> projectResources, List<MandantRessource> clientResources, List<String> uploadElements, List<IFileProvidingTriggerWithName> firedTriggers, List<IFileProvidingNodeWithName> providingPredecessors, List<IFileProvidingNodeWithName> providingParents, GetAvailableResourcesParams params)
static List<NodeKey>
WorkflowProviderHelper. computeCompletionAttachmentProvidingPredecessors(Mandant client, IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, FlowGraphFilter.Backward filter)
Finds all previous nodes that can provide attachments for the given target node.static List<NodeKey>
WorkflowProviderHelper. computeCompletionFileProvidingPredecessors(Mandant client, IWorkflowFlowAnalysis analysis, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, FlowGraphFilter.Backward filter)
Finds all previous nodes that have finished execution and that can provide files for the given target node.static List<IFileProvidingNodeWithName>
WorkflowProviderHelper. computeFileProvidingNodeNamesForCurrent(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)
static List<IFileProvidingNodeWithName>
WorkflowProviderHelper. computeFileProvidingNodeNamesForPrevious(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)
static Set<NodeKey>
WorkflowProviderHelper. computeFileProvidingParents(Mandant client, NodeKey target, FlowchartElementIndex index, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap)
Finds all parent node keys that can provide files for the given target node.static List<IFileProvidingNodeWithName>
WorkflowProviderHelper. computeFileProvidingParents(WorkflowNode node, Mandant client, Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index)
Finds all parent nodes for the given target node and that can provide files to the given node, viaIExecutionResultDescriptor.getCurrentFileValueDescriptor()
.static List<IFileProvidingTriggerWithName>
WorkflowProviderHelper. computeFileProvidingTriggerNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys)
static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper. computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement,UUID,Object> accessor, Mandant client)
Computes the flow analysis for the program represented by the givenroot nodes
.static List<INodeWithName>
WorkflowProviderHelper. computeNodeNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)
static List<BaseConfigViewModel>
WorkflowProviderHelper. computeOrderableAuthenticatorConfigs(IEntityContext ec, Mandant client, Locale locale, boolean kerberosActive, boolean ntlmActive)
static Set<NodeKey>
WorkflowProviderHelper. computeParentControlTransferTargets(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, NodeKey targetNode, String[] targetTypes)
Finds all parent nodes for the given target node, filtered to those parent nodes that support one of the given control transfer types.static List<INodeWithName>
WorkflowProviderHelper. computeParentControlTransferTargets(WorkflowNode node, Mandant client, Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index, String[] targetTypes)
Finds all parent nodes for the given target node, filtered to those parent nodes that support one of the given control transfer types.static List<INodeWithName>
WorkflowProviderHelper. computeParents(WorkflowNode node, Mandant client, Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index)
Finds all parent nodes for the given target node.static List<Textbaustein>
WorkflowProviderHelper. computeTextTemplatesByCategory(IEntityContext ec, Mandant client, ETextbausteinKategorie cat)
static ITriggerWithName
WorkflowProviderHelper. computeTriggerName(UUID taskUuid, TriggerModel trigger, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
static List<ITriggerWithName>
WorkflowProviderHelper. computeTriggerNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys)
static String
WorkflowLocalizationHelper. getLocalizedWorkflowElementMessage(Locale locale, Mandant client, EWorkflowElementType elementType, String type, String key, String defaultValue)
Get a localized message for a workflow element.static String
WorkflowLocalizationHelper. getLocalizedWorkflowNodeMessage(Locale locale, Mandant client, String type, String key, String defaultValue)
Get a localized message for a workflow node.static String
WorkflowLocalizationHelper. getLocalizedWorkflowTriggerMessage(Locale locale, Mandant client, String type, String key, String defaultValue)
Get a localized message for a workflow trigger. -
Uses of Mandant in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with parameters of type Mandant Modifier and Type Method Description static WorkflowFlowAnalysis
WorkflowFlowAnalysis. analyzeProcess(WorkflowProcess process, Mandant client)
Analyzes the execution of all tasks of the given workflow process.static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis. analyzeRootNodes(Iterable<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement,UUID,Object> treeAccessor, Mandant client)
Analyzes the execution of a single task.static WorkflowFlowAnalysis
WorkflowFlowAnalysis. analyzeTask(WorkflowTask task, Mandant client)
Analyzes the execution of a single task. -
Uses of Mandant in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return Mandant Modifier and Type Method Description Mandant
DefaultWorkflowValidationContext. getClient()
Mandant
InjectableValidationContext. getClient()
Mandant
ValidationWorkflowProvider. getClient()
-
Uses of Mandant in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return Mandant Modifier and Type Method Description Mandant
WorkflowValidationParams. getClient()
Methods in de.xima.fc.workflow.processor.model with parameters of type Mandant Modifier and Type Method Description static WorkflowElementIndex
WorkflowElementIndex. of(WorkflowProcess process, Mandant client)
Creates a new index with all workflow element from the given process.static WorkflowElementIndex
WorkflowElementIndex. of(WorkflowTask task, Mandant client)
Creates a new index with all workflow element from the given task.static <TData,TElement>
IWorkflowElementWithDeserializedModel<TData,TElement>WorkflowElementWithDeserializedModel. withCustomLocator(TElement element, ElementKey key, Function<TElement,TData> dataLocator, Mandant client)
Creates a new wrapped workflow element that retrieves the custom properties on demand by using the given locator.static <TData,TElement>
IWorkflowElementWithDeserializedModel<TData,TElement>WorkflowElementWithDeserializedModel. withData(TElement element, ElementKey key, TData data, Mandant client)
Creates a new wrapped workflow element that uses the given custom properties.static <TData> IWorkflowElementWithDeserializedModel<TData,WorkflowNode>
WorkflowElementWithDeserializedModel. withDataOnDemand(WorkflowNode node, Mandant client)
Creates a new wrapped workflow node that deserializes the custom properties on demand.static <TData> IWorkflowElementWithDeserializedModel<TData,WorkflowTrigger>
WorkflowElementWithDeserializedModel. withDataOnDemand(WorkflowTrigger trigger, Mandant client)
Creates a new wrapped workflow trigger that deserializes the custom properties on demand.static <TData,TElement extends IWorkflowElementEntity>
IWorkflowElementWithDeserializedModel<TData,TElement>WorkflowElementWithDeserializedModel. withDataOnDemand(TElement element, ElementKey key, Mandant client)
Creates a new wrapped workflow element that deserializes the custom properties on demand.Constructors in de.xima.fc.workflow.processor.model with parameters of type Mandant Constructor Description Builder(Projekt project, WorkflowVersion workflowVersion, Mandant client, IUser user, Locale locale, IEntityContext ec, boolean ownsEntityContext, WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator locator)
Creates a new builder with the given values. -
Uses of Mandant in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with parameters of type Mandant Modifier and Type Method Description static Map<String,Object>
UserDataDescriptor. valueUserData(IUser user, Mandant client)
Creates a value that conforms to theUserDataDescriptor
value descriptor.
-