Uses of Class
de.xima.fc.entities.Mandant
Packages that use Mandant
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package für den Zugriff auf die API
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
Package für konkrete Helperklassen
Klassen für Zugriffsbeschränkung und Zugriffsrecht
Allgemeine Modellklassen, nicht Datenbankpersitiert
Package to create clients, trigger updates and configure the system-logger
Package with interfaces to implement and replace the default client-creation
Package für Utilsklassen
-
Uses of Mandant in de.xima.fc
Methods in de.xima.fc with parameters of type MandantModifier and TypeMethodDescriptionstatic Stringstatic StringPathHandler.Web.aliasFormRequestWithoutAlias(Mandant client) static StringPathHandler.Web.aliasFormRequestWithoutAlias(MandantFrontendServer mfs, Mandant client) static StringPathHandler.Web.baseFormIncludeUrlFor(Mandant client) Determines the path to the JavaScript file for including the form via AJAX.static StringPathHandler.Web.baseFormUrlFor(Mandant client) Returns the base URL to the form servlet, using the base URL of the given client.static StringPathHandler.Web.baseIncludesFor(Mandant client) Generates the base URL for form includes,/form/includes.static StringPathHandler.Web.basePublicResourceUrlFor(String baseUrl, Mandant client, Projekt form) Generates the base URL for form includes with the client and form context, e.g.static StringPathHandler.Web.basePublicResourceUrlForType(String baseUrl, Mandant client, Projekt form, EPublicResourceType type) Generates the base URL for form includes of the given type, with the client and form context, e.g.static StringPathHandler.Web.baseUrlFor(Mandant mandant) Liefert die (ggfs mandantenabhängige) Basis-Adresse zum Aufruf von Formcycle.static StringPathHandler.Web.formThemeFileFor(String baseUrl, Mandant client, Projekt form, FormThemeFileReference file) Creates the URL to a file from aform theme.static StringPathHandler.Web.getBaseProvideUrl(Mandant client) static StringPathHandler.FS.getMandantBaseDirPath(Mandant m) Deprecated.static StringPathHandler.FS.getMandantPluginDirPath(Mandant mandant) Deprecated.static StringPathHandler.Web.includeUrlFor(Mandant client, String resourceName) Returns the URL to the given form resource, eg.static StringPathHandler.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 MandantModifier and TypeMethodDescriptionPublicPropertyAccessor.getTextbausteinPlaceholder(Mandant mandant) Diese Methode dient dazu, Textbausteinplatzhalter zu ermitteln die nicht vom Typ SYSTEM sindPublicPropertyAccessor.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 MandantModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONObjectGenericDataCache.getCachedI18nValues(UserContext uc, Mandant client) static LicenseModelLicenseCache.getCachedLicense(Mandant client) -
Uses of Mandant in de.xima.fc.api.entity
Subclasses with type arguments of type Mandant in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return MandantModifier and TypeMethodDescriptionMandantAPI.getByName(UserContext uc, String name) Method for determining aMandantby his name (case-insensitive).MandantAPI.getByUUID(UserContext uc, String uuid) MandantAPI.getByUUID(UserContext uc, UUID uuid) Methods in de.xima.fc.api.entity that return types with arguments of type MandantModifier and TypeMethodDescriptionMandantAPI.getAllByName(UserContext uc, String name) Method for determining allMandants by name (case-insensitive).Methods in de.xima.fc.api.entity with parameters of type MandantModifier and TypeMethodDescriptionvoidProtokollAPI.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client) Adds a client protocol entry when malware was detected in a file or some data.voidProtokollAPI.addMandantProtokollEintrag(UserContext uc, Mandant mandant, ProtocolEntryClient entry) Method for creating a protocol entry when a client is changed.BenutzerAPI.byLDAPGruppe(UserContext uc, String username, Mandant mandant) Deprecated.BenutzerAPI.byLDAPGruppeLogin(UserContext uc, Mandant man, String username, String clearTextPassword) Deprecated.BenutzerAPI.byLogin(UserContext uc, String username, String clearTextPassword, Mandant mandant) Deprecated.Method for determining a user based on his login data.BenutzerAPI.byNameAndMandant(UserContext uc, String username, Mandant mandant) Deprecated.booleanBenutzerAPI.checkLDAPLogin(UserContext uc, Mandant man, String username, String clearTextPassword) Deprecated.Method for determining a user based on his LDAP login.BenutzerAPI.checkLogin(UserContext uc, String username, String clearTextPassword, Mandant man) Deprecated.Method for checking login data of a user.voidPostfachAPI.clear(UserContext uc, Mandant mandant, Postfach postfach) Deprecated.MandantRessourcenAPI.create(UserContext uc, String name, byte[] data, String userName, String fileName, Mandant mandant) Method for creating aMandantRessourcewith the transmitted data.ProjektRessourcenAPI.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI.executeDBquery(UserContext uc, Mandant mandant, String abfrageName, boolean suppressStatementLimits, Serializable... parameters) Method for executing a query with parameter.de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI.executeDBquery(UserContext uc, Mandant mandant, String abfrageName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) de.xima.cmn.db.model.SerializableResultSetDatenquelleAPI.executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, Serializable... parameters) Deprecated.de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI.executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters) de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI.executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArrayLDAPAbfrageAPI.executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters) com.alibaba.fastjson.JSONArrayLDAPAbfrageAPI.executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArrayLDAPAbfrageAPI.executeQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters) Method for executing a query by query name.TextbausteinAPI.findAllKeywords(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie) FormThemeAPI.findDefaultFormThemeByClient(UserContext userContext, Mandant client) Gets the default form theme for the givenclientscope.TextbausteinAPI.findTemplatesBy(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie, boolean initCustomAttribs) RolleAPI.getAdminRolle(UserContext uc, Mandant mandant) Method for determining a admin role of a client.AppointmentTemplateAPI.getAllByClient(UserContext uc, Mandant currentClient) Finds all available appointment templates of the given client.PostfachAPI.getAllByClient(UserContext uc, Mandant client) Returns all inboxes of the givenMandantProjektAPI.getAllByClient(UserContext uc, Mandant mandant, boolean includeTemplates) ProjektAPI.getAllByClient(UserContext uc, Mandant mandant, String scope, boolean includeTemplates) ProjektAPI.getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client) Deprecated.ProjektAPI.getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope) Deprecated.MandantRessourcenAPI.getAllByMandant(UserContext uc, Mandant mandant) Method for determining allMandantRessources for a client.ModulAPI.getAllByMandant(UserContext uc, Mandant mandant) Deprecated.Method for determining all modules by a client.ProjektAPI.getAllByMandant(UserContext uc, Mandant mandant) Deprecated.ProjektAPI.getAllByMandantAndStatus(UserContext uc, Mandant mandant, Boolean isOnline) Method for determining all projects of a client and its online status.TextbausteinAPI.getAllByMandantAndTyp(UserContext uc, Mandant client, ETextbausteinKategorie category) Method for reading all templates of a client and a specified type.ProjektAPI.getAllTemplatesByClient(UserContext uc, Mandant mandant) ProjektAPI.getAllTemplatesByClient(UserContext uc, Mandant mandant, String scope) MandantLdapDataAPI.getByClient(UserContext uc, Mandant mandant) Deprecated.Method deliver the LDAP data for a client.MandantMailDataAPI.getByClient(UserContext uc, Mandant mandant) Method deliver the mail data for the client.TextbausteinAPI.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) Finds atext templateby itsmessage code.TextbausteinAPI.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) Finds atext templateby itsmessage code.BenutzerAPI.getByLDAPData(UserContext uc, Mandant mandant, String userName, byte[] objectID) Deprecated.BenutzerAPI.getByMandant(UserContext uc, Mandant mandant) Deprecated.Method for determining all user of aMandant.BenutzerGruppeAPI.getByMandant(UserContext uc, Mandant mandant) Method for determining allBenutzerGruppeof aMandant.MandantFrontendServerAPI.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) Method for fetching aMandantFrontendServerDatenbankZugriffAPI.getByMandantAndName(UserContext uc, Mandant mandant, String name) PostfachAPI.getByMandantAndName(UserContext uc, Mandant mandant, String name) TextbausteinAPI.getByMandantAndName(UserContext uc, Mandant mandant, String name) ClientCounterApi.getByName(UserContext uc, Mandant client, String name) MandantRessourcenAPI.getByName(UserContext uc, Mandant mandant, String name) Method for determining theMandantRessourceby his name.ClientAuthenticatorAPI.getByUuid(UserContext uc, Mandant client, UUID uuid) ClientCounterApi.getByUuid(UserContext uc, Mandant client, UUID uuid) AppointmentTemplateAPI.getByUUID(UserContext uc, Mandant client, String uuid) Finds the appointment template with the given UUID.AppointmentTemplateAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Finds the appointment template with the given UUID.BenutzerAPI.getByUUID(UserContext uc, Mandant client, String uuid) Deprecated.Returns the user with the given UUID stringBenutzerAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Deprecated.Returns the user with the given UUIDBenutzerGruppeAPI.getByUUID(UserContext uc, Mandant client, String uuid) Returns the user group with the given UUID stringBenutzerGruppeAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the user group with the given UUIDDatenbankZugriffAPI.getByUUID(UserContext uc, Mandant client, String uuid) Returns the DB access with the given UUIDDatenbankZugriffAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the DB access with the given UUIDPostfachAPI.getByUUID(UserContext uc, Mandant client, String uuid) Returns the inbox with the given UUIDPostfachAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the inbox with the given UUIDProjektAPI.getByUUID(UserContext uc, Mandant client, String uuid) Gets a project by its UUID.ProjektAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Gets a project by its UUID.RolleAPI.getByUUID(UserContext uc, Mandant client, String uuid) Returns the role with the given UUIDRolleAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the role with the given UUIDTextbausteinAPI.getByUUID(UserContext uc, Mandant client, String uuid) Method for determining anTextbausteinby an UUID asStringand the clientTextbausteinAPI.getByUUID(UserContext uc, Mandant client, UUID uuid) Method for determining anTextbausteinby an UUID and the clientLicenseFileAPI.getClientLicenseSyncMeta(UserContext uc, Mandant client) javax.mail.AddressMandantMailDataAPI.getClientMailAddress(UserContext uc, Mandant client) Gets the client mail address if one has been set.ProtokollAPI.getClientProtocol(UserContext uc, Mandant client) MandantAPI.getCustomAttributes(UserContext uc, Mandant client) Gets the custom properties of this client.DatenquelleAPI.getDatenquelleById(UserContext uc, Mandant mandant, int id) Method for determining a data source of client by the ID.DatenquelleAPI.getDatenquelleByName(UserContext uc, Mandant mandant, String name) Method for determining a data source of client by his name.DatenquelleAPI.getDatenquelleByName(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Method for determining a data source of a client by the name and type.DatenquelleAPI.getDatenquellen(UserContext uc, Mandant mandant) Method for determining all data sources of aMandant.TextbausteinAPI.getFD2Theme(UserContext uc, Mandant mandant, String theme) Deprecated.Form themes can now come from a variety of sources, seeFormThemeReference.ModulAPI.getModulByName(UserContext uc, Mandant mandant, String name) Deprecated.Method for determining of a defined module by the name and associated client.DatenquelleAPI.getPublicDatasource(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) TextbausteinAPI.getTextbausteinBy(UserContext uc, Mandant mandant, String name, ETextbausteinKategorie category) Method for determining aTextbausteinby his name and category.TextbausteinAPI.getTextbausteine(UserContext uc, Mandant mandant) Method for determining allTextbausteinof a client.BenutzerAPI.getUserAccess(Mandant client) Deprecated.Creates an useraccess based on an clientProjektAPI.importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String description, String title) Method for importing a project for a client.booleanMandantAPI.isCreationAllowed(UserContext uc, Mandant mandant) Method for checking if the creation of aMandantis allowed.booleanBenutzerAPI.isLDAPUserActive(UserContext uc, Mandant man, String username) Deprecated.FormThemeAPI.loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable) Combines multiple methods to load all data of a form theme at once.byte[]FormThemeAPI.loadFormThemeFile(UserContext uc, Mandant client, FormThemeFileReference fileReference) Loads the content of the given form the file.TextbausteinAPI.mandantSpecificMsg(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) Finds the content of atext templateby itsmessage code.de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI.query(UserContext uc, Mandant mandant, String abfrageName, Serializable... parameters) BenutzerAPI.registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant) Deprecated.Method for creating a new user for aMandant.FormThemeAPI.resolveFormThemeCssClassesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, boolean useDefaultIfUnresolvable) Gets all CSS classes from the given form theme and all its parent themes.FormThemeAPI.resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable) Gets all files from the given form theme, including files from parent form themes (if any). -
Uses of Mandant in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type MandantModifier and TypeMethodDescriptionstatic StringPublicRestUriHelper.getProjectBaseResourcePath(Mandant client) Returns the base path for project resources. -
Uses of Mandant in de.xima.fc.api.rest.pub.impl.form_record.model.response.record
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record that return types with arguments of type Mandant -
Uses of Mandant in de.xima.fc.api.rest.pub.impl.form.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form that return types with arguments of type Mandant -
Uses of Mandant in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form that return types with arguments of type Mandant -
Uses of Mandant in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type MandantModifier and TypeMethodDescriptionSetupAPI.createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated.SetupAPI.createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, String adminEmail, IUser creator) Method for creating aMandantwith initial configuration analogous to the setup process.PluginAPI.executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params) PluginAPI.executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params) PluginAPI.executeFormPreProcessPlugins(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) PluginAPI.executeFormPreRenderPlugins(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) PluginAPI.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params) PluginAPI.executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params) PluginAPI.executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params) PluginAPI.getFormElementWidgetPlugins(UserContext uc, Mandant client, Locale locale) Gets a map with a form element widget plugin, indexed by the plugin name.com.alibaba.fastjson.JSONObjectGenericCacheAPI.getI18nValues(UserContext uc, Mandant client) LicenseAPI.getLicenseAccess(Mandant client) Gets the license access based on the given client.LicenseAPI.getLicenseKey(Mandant scope) Gets the license key for the given client or system scope.Map<EPluginScope, Set<String>> PluginAPI.getPluginNameMap(UserContext uc, Mandant client, EPluginTypes type) Deprecated.Map<EPluginScope, Set<String>> PluginAPI.getPluginNameMap(UserContext uc, Mandant client, Class<? extends IFCPlugin> type) Deprecated.PluginAPI.getPluginNames(UserContext uc, Mandant client, EPluginTypes type) Deprecated.PluginAPI.getPluginNames(UserContext uc, Mandant client, Class<? extends IFCPlugin> type) Method for determining plugin names.PluginAPI.getValidationRulePlugins(Mandant client, Locale locale) PlaceholderAPI.replaceI18nValiable(UserContext uc, Mandant client, String i18nKey, String languageTag, Object... params) Deprecated.usereplaceI18nVariable.PlaceholderAPI.replaceI18nVariable(UserContext uc, Mandant client, String i18nKey, String languageTag, Object... params) booleanMailAPI.sendClientMail(Mandant client, IBaseMailData mailData) Sends an email as the given clientbooleanMailAPI.sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData) Send a feedback mail from the given client.booleanMailAPI.sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData) Send a support mail from the given client. -
Uses of Mandant in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return MandantModifier and TypeMethodDescriptionAppointmentBookingParams.getClient()AppointmentQueryParams.getClient()AppointmentValidateParams.getClient()DaoProviderIcalQueryAccessObject.getClientBy(IEntityContext ctx, UUID uuid) Methods in de.xima.fc.appointment with parameters of type MandantModifier and TypeMethodDescriptionDaoProviderIcalQueryAccessObject.getAppointmentsBy(IEntityContext ctx, Mandant client, AppointmentTemplate template, com.google.common.collect.Range<Instant> range, boolean includePartiallyInRange) DaoProviderIcalQueryAccessObject.getTemplateBy(IEntityContext ctx, Mandant client, UUID uuid) AppointmentQueryParams.Builder.limitToClient(Mandant client) Constructors in de.xima.fc.appointment with parameters of type MandantModifierConstructorDescriptionAppointmentBookingParams(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.auth
Methods in de.xima.fc.auth with parameters of type MandantModifier and TypeMethodDescriptionstatic booleanClientDescriptorHelper.hasAuthenticatorTypeSystemAccess(EAuthClientType type, IUser user, Mandant client) Checks if the given user has system access for configuring the given authenticator type.static booleanClientDescriptorHelper.hasLicenseAccess(IClientDescriptor clientDescriptor, Mandant client) Checks if the given client descriptor has license access for the given client or for the system if the client isnull.static booleanClientDescriptorHelper.isActiveAndLicensed(IClientDescriptor descriptor, Mandant client) Checks if the given client descriptor is active (and valid).static booleanClientDescriptorHelper.isAuthClientLicensed(EAuthClientType type, Mandant client) Checks if the given auth client type is licensed for the given client. -
Uses of Mandant in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return Mandant -
Uses of Mandant in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing with parameters of type MandantModifier and TypeMethodDescriptionClass<?> ProcessingWrapper.getPluginClass(Mandant client) Deprecated.Class<? extends IPluginProcessing> VerarbeitungPlugin.getPluginClass(Mandant man) Deprecated.booleanAVerarbeitung.isAvailable(IEntityContext ec, Mandant client) Deprecated.booleanProcessingWrapper.isAvailable(IEntityContext ec, Mandant man) Deprecated.booleanVerarbeitungCallback.isAvailable(IEntityContext ec, Mandant man) Deprecated.booleanVerarbeitungEmail.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 MandantConstructors in de.xima.fc.bl.fdv.processing.data with parameters of type MandantModifierConstructorDescriptionProcessingPrefillData(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 MandantModifier and TypeMethodDescriptionstatic booleanClientUtils.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 MandantModifier and TypeMethodDescriptionDaoActionHookHelper.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) DaoActionHookHelper.getReferencingWorkflowElementsInClient(IEntityContext ec, Mandant client, Object object) Finds all workflow elements (nodes / triggers) that have a reference to the given object. -
Uses of Mandant in de.xima.fc.dao.impl
Subclasses with type arguments of type Mandant in de.xima.fc.dao.implMethods in de.xima.fc.dao.impl that return MandantModifier and TypeMethodDescriptionMandantDao.getByUUID(IEntityContext ec, String uuid) MandantDao.getByUUID(IEntityContext ec, UUID uuid) MandantDao.readByName(IEntityContext ec, String name) Methods in de.xima.fc.dao.impl that return types with arguments of type MandantModifier and TypeMethodDescriptionMandantDao.getAllByName(IEntityContext ec, String name) MandantDao.getByDefaultFormTheme(IEntityContext ec, FormThemeReference formTheme) MandantDao.getByDefaultFormThemePlugin(IEntityContext ec, String formThemePluginKey) protected IFCDaoActionHook<Mandant> MandantDao.getPostActionHook()protected IFCDaoActionHook<Mandant> MandantDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type MandantModifier and TypeMethodDescriptionClientFormThemeDao.allByClient(IEntityContext ec, Mandant client) ProjektDao.allByClient(IEntityContext ec, Mandant client, boolean includeTemplates) ProjektDao.allByClient(IEntityContext ec, Mandant client, String scope, boolean includeTemplates) ProjektDao.allByMandant(IEntityContext ec, Mandant mandant) Deprecated.ProjektDao.allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.ProjektDao.allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.ProjektDao.allTemplatesByClient(IEntityContext ec, Mandant client) ProjektDao.allTemplatesByClient(IEntityContext ec, Mandant client, String scope) ProjektDao.allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.ProjektDao.allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.de.xima.cmn.criteria.QueryCriteriaManagerProjektDao.allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates) Deprecated.intInternalClientMessageDao.bulkDeleteAllByClient(IEntityContext ec, Mandant client, EInternalMessageType type) BenutzerDao.byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant) Deprecated.ClientFormThemeDao.byName(IEntityContext ec, Mandant client, String name) BenutzerDao.byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant) Deprecated.ClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, String uuid) ClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, UUID uuid) voidPostfachDao.clear(IEntityContext ec, Mandant man, Postfach postfach) Deprecated.MandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant) MandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant) ProjektRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) ProjektRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt) TextbausteinDao.findAllKeywords(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) AppointmentTemplateDao.findUniqueName(IEntityContext ec, Mandant client, String candidate) AppointmentTemplateDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude) BenutzerGruppeDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude) ClientAuthenticatorDao.findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude) ClientCounterDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude) ClientFormThemeDao.findUniqueName(IEntityContext ec, Mandant client, String candidateName) ClientFormThemeDao.findUniqueName(IEntityContext ec, Mandant client, String candidateName, ClientFormTheme exclude) DatenquelleDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude) IndirectClientAuthorizationDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) MandantRessourceDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude) PostfachDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude) ProjektDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Projekt exclude) TextbausteinDao.findUniqueName(IEntityContext ec, Mandant client, String candidate) TextbausteinDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude) ProjektDao.findUniqueTitle(IEntityContext ec, Mandant client, String candidate, Projekt exclude) ProjektDao.getAccessableProjects(IEntityContext ec, IUser user, Mandant client) RolleDao.getAdminRolle(IEntityContext ec, Mandant mandant) TextbausteinDao.getAll(IEntityContext ec, Mandant mandant) AppointmentClientClosingTimeDao.getAllByClient(IEntityContext ec, Mandant client) AppointmentTemplateDao.getAllByClient(IEntityContext ec, Mandant client) DirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client) DirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly) IndirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client) MandantFrontendServerDao.getAllByClient(IEntityContext ec, Mandant client) PostfachDao.getAllByClient(IEntityContext ec, Mandant client) MandantRessourceDao.getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions) TextbausteinDao.getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) FormTemplateDao.getAllByMandant(IEntityContext ec, Mandant mandant) LDAPGruppeDao.getAllByMandant(IEntityContext ec, Mandant man) Deprecated.MandantRessourceDao.getAllByMandant(IEntityContext ec, Mandant mandant) ProjektZaehlerDatenDao.getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) AktionDao.getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.InternalClientMessageDao.getAllByType(IEntityContext ec, Mandant client, EInternalMessageType type) LDAPGruppeDao.getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup) Deprecated.UserPortalDao.getAllClientPortals(IEntityContext ec, Mandant client) FormTemplateDao.getAllTagsByMandant(IEntityContext ec, Mandant m) InternalClientMessageDao.getAllUnreadByType(IEntityContext ec, Mandant client, EInternalMessageType type) BenutzerDao.getBenutzerByMandant(IEntityContext ec, Mandant mandant) Deprecated.BenutzerGruppeDao.getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant) FormVersionDao.getByFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme) FormVersionDao.getByFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey) TextbausteinDao.getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) MandantLdapDataDao.getByMandant(IEntityContext ec, Mandant mandant) Deprecated.MandantMailDataDao.getByMandant(IEntityContext ec, Mandant mandant) MandantFrontendServerDao.getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) TextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) TextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode) TextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode, ETextbausteinKategorie category) ClientCounterDao.getByName(IEntityContext ec, Mandant client, String name) MandantRessourceDao.getByName(IEntityContext ec, Mandant mandant, String name) PostfachDao.getByName(IEntityContext ec, Mandant client, String name) TextbausteinDao.getByName(IEntityContext ec, Mandant mandant, String name) WebDavAccessDao.getByName(IEntityContext ec, Mandant client, String name) LDAPAbfrageDao.getByNameAndClient(IEntityContext ec, String name, Mandant man) ClientFormThemeDao.getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme) ClientFormThemeDao.getByParentFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey) MandantFrontendServerDao.getBySource(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.ClientFormThemeDao.getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences) ClientAuthenticatorDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) ClientCounterDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) AppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, String uuid) AppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) AppointmentTemplateDao.getByUUID(IEntityContext ec, Mandant client, String uuid) AppointmentTemplateDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) BenutzerDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Deprecated.BenutzerDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Deprecated.BenutzerGruppeDao.getByUUID(IEntityContext ec, Mandant client, String uuid) BenutzerGruppeDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) ClientPluginDao.getByUUID(IEntityContext ec, Mandant client, String uuid) ClientPluginDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) DatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) DatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) DatenquelleDao.getByUUID(IEntityContext ec, Mandant client, String uuid) DatenquelleDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) InternalClientMessageDao.getByUUID(IEntityContext ec, Mandant client, String uuid) InternalClientMessageDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) LDAPAbfrageDao.getByUUID(IEntityContext ec, Mandant client, String uuid) LDAPAbfrageDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) LDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) LDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) MandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, String uuid) MandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) PostfachDao.getByUUID(IEntityContext ec, Mandant client, String uuid) PostfachDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) ProjektDao.getByUUID(IEntityContext ec, Mandant client, String uuid) ProjektDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) RolleDao.getByUUID(IEntityContext ec, Mandant client, String uuid) RolleDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) TextbausteinDao.getByUUID(IEntityContext ec, Mandant client, String uuid) TextbausteinDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) WebDavAccessDao.getByUUID(IEntityContext ec, Mandant client, String uuid) WebDavAccessDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) LicenseFileDao.getClientLicense(IEntityContext ec, Mandant client) LicenseFileDao.getClientLicenseModel(IEntityContext ec, Mandant client) DatenbankZugriffDao.getDatenbankzugriffByName(Mandant m, String name) Liefert den via Namen angefordeten Mandanten-spezifische Datenbankzugriff.DatenquelleDao.getDatenquelleById(IEntityContext ec, Mandant mandant, int id) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquelleByName(IEntityContext ec, Mandant mandant, String name) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquellen(IEntityContext ec, Mandant mandant) Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.MandantDao.getDefaultFormFormThemeByClient(IEntityContext ec, Mandant client) MandantDao.getLicenseDataSnapshot(IEntityContext ec, Mandant client) ProjektDao.getProjectsWithPreviewImage(IEntityContext ec, Mandant client) ProjektDao.getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant) Deprecated.ProjektDao.getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope) Deprecated.DatenquelleDao.getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type) TextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode) FrontendServerDao.getUnconnectedByMandant(IEntityContext ec, Mandant man) longAttachmentDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longFormEingangDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longMandantDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longMandantRessourceDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longProjektRessourceDao.getUsedFileSize(IEntityContext ec, Mandant mandant) booleanMandantDao.isCreationAllowed(IEntityContext ec, Mandant mandant) booleanAppointmentTemplateDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanBenutzerGruppeDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanClientAuthenticatorDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanDatenquelleDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanMandantRessourceDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanPostfachDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanProjektDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanTextbausteinDao.isNameExisiting(IEntityContext ec, Mandant client, String name) booleanIndirectClientAuthorizationDao.isNameExisting(IEntityContext ec, Mandant client, String name) booleanProjektDao.isTitleExisiting(IEntityContext ec, Mandant client, String name) ModulDao.readByName(IEntityContext ec, Mandant mandant, String name) Deprecated.Method parameters in de.xima.fc.dao.impl with type arguments of type MandantModifier and TypeMethodDescriptionUserProfileDao.getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients) -
Uses of Mandant in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type Mandant in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return MandantModifier and TypeMethodDescriptionIMandantDao.getByUUID(IEntityContext ec, String uuid) Returns the client with the given UUIDIMandantDao.getByUUID(IEntityContext ec, UUID uuid) Returns the client with the given UUIDIMandantDao.readByName(IEntityContext ec, String name) Method for determining aclientsby its name (case insensitive).Methods in de.xima.fc.dao.interfaces that return types with arguments of type MandantModifier and TypeMethodDescriptionIMandantDao.getAllByName(IEntityContext ec, String name) Method for determining allclientsby its name (case insensitive).IMandantDao.getByDefaultFormTheme(IEntityContext ec, FormThemeReference formThemeReference) Finds all clients that have the given form theme configured as theirdefault form theme.IMandantDao.getByDefaultFormThemePlugin(IEntityContext ec, String formThemePluginKey) Finds all clients that have one of the themes from the given form theme plugin configured as theirdefault form theme.Methods in de.xima.fc.dao.interfaces with parameters of type MandantModifier and TypeMethodDescriptionIClientFormThemeDao.allByClient(IEntityContext ec, Mandant client) Finds all client form themes that are owned by the given client.IProjektDao.allByClient(IEntityContext ec, Mandant mandant, boolean includeTemplates) IProjektDao.allByClient(IEntityContext ec, Mandant client, String scope, boolean includeTemplates) IProjektDao.allByMandant(IEntityContext ec, Mandant mandant) Deprecated.IProjektDao.allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.IProjektDao.allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.IProjektDao.allTemplatesByClient(IEntityContext ec, Mandant mandant) IProjektDao.allTemplatesByClient(IEntityContext ec, Mandant client, String scope) IProjektDao.allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.IProjektDao.allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.de.xima.cmn.criteria.QueryCriteriaManagerIProjektDao.allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates) Deprecated.intIInternalClientMessageDao.bulkDeleteAllByClient(IEntityContext ec, Mandant client, EInternalMessageType type) IBenutzerDao.byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant) Deprecated.Diese Methode sucht einenBenutzeranhand desBenutzer.getLoginName()und desBenutzer.getPasswort(), wurde ein aktiverBenutzergefunden, wird dieser zurückgeben.IClientFormThemeDao.byName(IEntityContext ec, Mandant client, String name) Fetches theClientFormThemewith the given name from the given client.IBenutzerDao.byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant) Deprecated.IClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, String uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, UUID uuid) Fetches theClientFormThemewith the given UUID from the given client.voidIPostfachDao.clear(IEntityContext ec, Mandant client, Postfach inbox) Deprecated.IMandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant) IMandantRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant) IProjektRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) IProjektRessourceDao.create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt) ITextbausteinDao.findAllKeywords(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) Collects all currently existing keywords for the provided client and template type.IAppointmentTemplateDao.findUniqueName(IEntityContext ec, Mandant client, String candidate) Returns a name that is not taken by anotherAppointmentTemplatein the given client.IAppointmentTemplateDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude) Returns a name that is not taken by anotherAppointmentTemplatein the given client.IBenutzerGruppeDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude) Returns a name that is not taken by anotherBenutzerGruppein the given client other than the excluded user group.IClientAuthenticatorDao.findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude) Returns a name that is not taken by anotherClientAuthenticatorin the given client.IClientCounterDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude) Returns a name that is not taken by anotherClientCounterin the given client.IClientFormThemeDao.findUniqueName(IEntityContext ec, Mandant client, String candidateName) Finds a new unique name for a (new) given client form theme.IClientFormThemeDao.findUniqueName(IEntityContext ec, Mandant client, String candidateName, ClientFormTheme exclude) Finds a new unique name for a (new) given client form theme.IDatenquelleDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude) Returns a name that is not taken by anotherDatenquellein the given client other than the excluded data source.IIndirectClientAuthorizationDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) Returns a name that is not taken by anotherIndirectClientAuthorizationin the given client other than the excluded authorization.IMandantRessourceDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude) Returns a name that is not taken by anotherMandantRessourcein the given client.IPostfachDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude) Returns a name that is not taken by anotherPostfachin the given client other than the excluded inbox.IProjektDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Projekt exclude) Returns a name that is not taken by anotherProjektin the given client other than the excluded data source.ITextbausteinDao.findUniqueName(IEntityContext ec, Mandant client, String candidate) Returns a name that is not taken by anotherTextbausteinin the given client.ITextbausteinDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude) Returns a name that is not taken by anotherTextbausteinin the given client other than the excluded template.IProjektDao.findUniqueTitle(IEntityContext ec, Mandant client, String candidate, Projekt exclude) Returns a title that is not taken by anotherProjektin the given client other than the excluded data source.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.IRolleDao.getAdminRolle(IEntityContext ec, Mandant mandant) ITextbausteinDao.getAll(IEntityContext ec, Mandant client) IAppointmentClientClosingTimeDao.getAllByClient(IEntityContext ec, Mandant client) Returns a list of all closing times for the given clientIAppointmentTemplateDao.getAllByClient(IEntityContext ec, Mandant currentClient) Finds all available appointment templates of the given client.IClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client) Finds all authorizations for a given client scope.IDirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly) Finds all authorizations for a given client scope.IMandantFrontendServerDao.getAllByClient(IEntityContext ec, Mandant client) Gets allMandantFrontendServers of the givenclient.IPostfachDao.getAllByClient(IEntityContext ec, Mandant client) Returns all inboxes of the given client.IMandantRessourceDao.getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions) ITextbausteinDao.getAllByKat(IEntityContext ec, Mandant client, ETextbausteinKategorie category) Returns the templates matching the providedMandantandETextbausteinKategorie.IFormTemplateDao.getAllByMandant(IEntityContext ec, Mandant m) ILDAPGruppeDao.getAllByMandant(IEntityContext ec, Mandant man) Deprecated.default List<MandantRessource> IMandantRessourceDao.getAllByMandant(Mandant mandant, IEntityContext ec) Deprecated.IMandantRessourceDao.getAllByMandant(IEntityContext ec, Mandant mandant) IProjektZaehlerDatenDao.getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) IAktionDao.getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.Returns all actions that have processing of defined by the given processing classIInternalClientMessageDao.getAllByType(IEntityContext ec, Mandant client, EInternalMessageType type) ILDAPGruppeDao.getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup) Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppeIUserPortalDao.getAllClientPortals(IEntityContext ec, Mandant client) Returns all client user portal entities for the given client.IWorkflowElementDao.getAllReferencingElements(IEntityContext ec, Mandant client, de.xima.cmn.dao.interfaces.IEntity<Long> entity) Deprecated.IWorkflowElementDao.getAllReferencingElements(IEntityContext ec, Mandant client, Object entity) Finds all workflow elements within the client that reference the given object.IFormTemplateDao.getAllTagsByMandant(IEntityContext ec, Mandant m) IInternalClientMessageDao.getAllUnreadByType(IEntityContext ec, Mandant client, EInternalMessageType type) IBenutzerDao.getBenutzerByMandant(IEntityContext ec, Mandant mandant) Deprecated.IBenutzerGruppeDao.getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant) IFormVersionDao.getByFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme) Finds all form versions that are associated with the given form theme.IFormVersionDao.getByFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey) Finds all form versions that are associated with any theme from the given form theme plugin.ITextbausteinDao.getByKatAndName(IEntityContext ec, Mandant client, ETextbausteinKategorie category, String name) IMandantLdapDataDao.getByMandant(IEntityContext ec, Mandant mandant) Deprecated.IMandantMailDataDao.getByMandant(IEntityContext ec, Mandant mandant) IMandantFrontendServerDao.getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) ITextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) ITextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode) ITextbausteinDao.getByMsgCode(IEntityContext ec, Mandant client, String messageCode, ETextbausteinKategorie category) IClientCounterDao.getByName(IEntityContext ec, Mandant client, String name) default MandantRessourceIMandantRessourceDao.getByName(Mandant mandant, String name, IEntityContext ec) Deprecated.IMandantRessourceDao.getByName(IEntityContext ec, Mandant mandant, String name) IPostfachDao.getByName(IEntityContext ec, Mandant client, String name) Returns the inbox with the given name, if such an inbox exists.ITextbausteinDao.getByName(IEntityContext ec, Mandant client, String name) IWebDavAccessDao.getByName(IEntityContext ec, Mandant client, String name) ILDAPAbfrageDao.getByNameAndClient(IEntityContext ec, String queryName, Mandant client) IClientFormThemeDao.getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme) Finds all form versions that are associated with the given form theme.IClientFormThemeDao.getByParentFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey) Finds all form versions that are associated with a theme from the given form theme plugin.IMandantFrontendServerDao.getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant) Deprecated.IClientFormThemeDao.getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences) Gets a list ofclient form themesfrom the given client that correspond to the givenform theme references.IClientAuthenticatorDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) default TIClientAuthorizationDao.getByUuid(IEntityContext ec, Mandant client, String uuid) Returns the client authorization for the given UUID string and clientdefault TIClientAuthorizationDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) Returns the client authorization for the given UUID and clientIClientCounterDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) IAppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the closing time with the given UUIDIAppointmentClientClosingTimeDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the closing time with the given UUIDIAppointmentTemplateDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the template with the given UUIDIAppointmentTemplateDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the template with the given UUIDIBenutzerDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Deprecated.Returns the user with the given UUID stringIBenutzerDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Deprecated.Returns the user with the given UUIDIBenutzerGruppeDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the user group with the given UUID stringIBenutzerGruppeDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the user group with the given UUIDIClientPluginDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the client plugin with the given UUID stringIClientPluginDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the client plugin with the given UUIDIDatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the DB access with the given UUIDIDatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the DB access with the given UUIDIDatenquelleDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the data source with the given UUID stringIDatenquelleDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the data source with the given UUIDIInternalClientMessageDao.getByUUID(IEntityContext ec, Mandant client, String uuid) IInternalClientMessageDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) ILDAPAbfrageDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the LDAP query with the given UUID stringILDAPAbfrageDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the LDAP query with the given UUIDILDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the LDAP connection with the given UUID stringILDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the LDAP connection with the given UUIDIMandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the client resource for the given UUID string and clientIMandantRessourceDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the client resource for the given UUID and clientIPostfachDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the inbox with the given UUIDIPostfachDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the inbox with the given UUIDIProjektDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Gets a project by its UUID.IProjektDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Gets a project by its UUID.IRolleDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the role with the given UUIDIRolleDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the role with the given UUIDITextbausteinDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the template with the given UUID stringITextbausteinDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the template with the given UUIDIWebDavAccessDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the WebDAV access with the given UUID.IWebDavAccessDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the WebDAV access with the given UUID.ILicenseFileDao.getClientLicense(IEntityContext ec, Mandant client) ILicenseFileDao.getClientLicenseModel(IEntityContext ec, Mandant client) IDatenbankZugriffDao.getDatenbankzugriffByName(Mandant m, String name) IDatenquelleDao.getDatenquelleById(IEntityContext ec, Mandant mandant, int id) IDatenquelleDao.getDatenquelleByName(IEntityContext ec, Mandant mandant, String name) IDatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) IDatenquelleDao.getDatenquellen(IEntityContext ec, Mandant mandant) IMandantDao.getDefaultFormFormThemeByClient(IEntityContext ec, Mandant client) Finds the configured default form theme.IMandantDao.getLicenseDataSnapshot(IEntityContext ec, Mandant client) IProjektDao.getProjectsWithPreviewImage(IEntityContext ec, Mandant client) IProjektDao.getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant) Deprecated.IProjektDao.getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope) Deprecated.IDatenquelleDao.getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type) ITextbausteinDao.getTextbausteinByMsgCode(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode) IFrontendServerDao.getUnconnectedByMandant(IEntityContext ec, Mandant man) longIAttachmentDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longIFormEingangDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longIMandantDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longIMandantRessourceDao.getUsedFileSize(IEntityContext ec, Mandant mandant) longIProjektRessourceDao.getUsedFileSize(IEntityContext ec, Mandant mandant) booleanIMandantDao.isCreationAllowed(IEntityContext ec, Mandant mandant) booleanIAppointmentTemplateDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given entity name exists within the given clientbooleanIBenutzerGruppeDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given user group name exists within the given clientbooleanIClientAuthenticatorDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given client authenticator name exists within the gieven client.booleanIDatenquelleDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given data source name exists within the given clientbooleanIMandantRessourceDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given client resource name exists within the given clientbooleanIPostfachDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given inbox name exists within the given clientbooleanIProjektDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given project name exists within the given clientbooleanITextbausteinDao.isNameExisiting(IEntityContext ec, Mandant client, String name) Checks whether the given template name exists within the given clientbooleanIIndirectClientAuthorizationDao.isNameExisting(IEntityContext ec, Mandant client, String name) Returns whether or not the given indirect client authorization name exists within the given clientbooleanIProjektDao.isTitleExisiting(IEntityContext ec, Mandant client, String name) Returns whether or not the given project title exists within the given clientIModulDao.readByName(IEntityContext ec, Mandant mandant, String name) Deprecated.Method parameters in de.xima.fc.dao.interfaces with type arguments of type MandantModifier and TypeMethodDescription@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 MandantModifier and TypeMethodDescriptionvoidProtokollUtils.addClientProtocolEntry(Mandant client, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClient, and saves that entry in the database.voidProtokollUtils.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.voidProtokollUtils.addMandantPeBase(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec) voidProtokollUtils.addProcessProtocolEntry(Mandant client, ProcessProtocolParams params, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing, and saves that entry in the database.voidProtokollUtils.addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState) voidProtokollUtils.addStateChangeProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState) Adds a protocol entry for a state change, i.e. when theVorgang.getCurrentStatus()is changed.voidProtokollUtils.addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task) Deprecated.voidProtokollUtils.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
Subclasses with type arguments of type Mandant in de.xima.fc.entitiesClasses in de.xima.fc.entities that implement interfaces with type arguments of type MandantFields in de.xima.fc.entities declared as MandantModifier and TypeFieldDescriptionprotected @NotNull MandantAppointment.clientprotected @NotNull MandantAppointmentTemplate.clientprotected @NotNull MandantInternalClientMessage.clientprotected @NotNull MandantAbstractMandantDependentEntity.mandantprotected @NotNull MandantAClientDependentEntity.mandantprotected @NotNull MandantClientPlugin.mandantMethods in de.xima.fc.entities that return MandantModifier and TypeMethodDescriptionClientFile.getBaseEntity()AClientAuthorization.getClient()Appointment.getClient()AppointmentClientClosingTime.getClient()AppointmentTemplate.getClient()ClientFormTheme.getClient()Gets the client scope to which this form theme belongs.LicenseFile.getClient()UserPortal.getClientScope()Returns the client scope of this user portal.AbstractMandantDependentEntity.getMandant()AClientDependentEntity.getMandant()Appointment.getMandant()Deprecated.AppointmentClientClosingTime.getMandant()Deprecated.AppointmentTemplate.getMandant()Deprecated.Attachment.getMandant()Deprecated.will be removed, useAttachment.getVorgang()andAClientDependentEntity.getMandant()ClientAuthenticator.getMandant()ClientFormTheme.getMandant()Deprecated.UseClientFormTheme.getClient()instead.ClientPlugin.getMandant()FormEingang.getMandant()Deprecated.FormElement.getMandant()Deprecated.will be removed, useFormElement.getFormVersion()andFormVersion.getProjekt()andAbstractMandantDependentEntity.getMandant()FormVersion.getMandant()Deprecated.will be removed, useFormVersion.getProjekt()andAbstractMandantDependentEntity.getMandant()InternalClientMessage.getMandant()ProjektRessource.getMandant()Deprecated.will be removed, useProjektRessource.getProjekt()andAbstractMandantDependentEntity.getMandant()ProjektZaehler.getMandant()ProjektZaehlerDaten.getMandant()ProtocolEntryClient.getMandant()ProtocolEntryProcessing.getMandant()Methods in de.xima.fc.entities that return types with arguments of type MandantMethods in de.xima.fc.entities with parameters of type MandantModifier and TypeMethodDescriptionUserProfile.getDirectClientAuthorization(Mandant client) voidClientFile.setBaseEntity(Mandant baseEntity) voidvoidvoidvoidThe client scope to which this form theme belongs.voidvoidUserPortal.setClientScope(Mandant clientScope) voidAbstractMandantDependentEntity.setMandant(Mandant mandant) voidAClientDependentEntity.setMandant(Mandant mandant) voidAppointment.setMandant(Mandant client) Deprecated.voidAppointmentClientClosingTime.setMandant(Mandant mandant) Deprecated.voidAppointmentTemplate.setMandant(Mandant mandant) Deprecated.voidAttachment.setMandant(Mandant mandant) Deprecated.will be removed, useAttachment.getVorgang()andAClientDependentEntity.setMandant(Mandant)voidClientAuthenticator.setMandant(Mandant mandant) voidClientFormTheme.setMandant(Mandant client) Deprecated.UseClientFormTheme.setClient(Mandant)instead.voidClientPlugin.setMandant(Mandant mandant) voidFormEingang.setMandant(Mandant mandant) Deprecated.useFormEingang.getSubmission(),FormRecordSubmission.getFormRecord()andAClientDependentEntity.getMandant()to access the client instead.voidFormElement.setMandant(Mandant mandant) Deprecated.voidFormVersion.setMandant(Mandant mandant) Deprecated.will be removed, useFormVersion.getProjekt()andAbstractMandantDependentEntity.getMandant()voidInternalClientMessage.setMandant(Mandant m) voidProjektRessource.setMandant(Mandant mandant) Deprecated.will be removed, useProjektRessource.getProjekt()andAbstractMandantDependentEntity.getMandant()voidProjektZaehler.setMandant(Mandant mandant) voidProjektZaehlerDaten.setMandant(Mandant mandant) voidProtocolEntryClient.setMandant(Mandant mandant) voidProtocolEntryProcessing.setMandant(Mandant mandant) voidMethod parameters in de.xima.fc.entities with type arguments of type MandantModifier and TypeMethodDescriptionvoidSystemAuthenticator.setAllowedClients(List<Mandant> allowedClients) -
Uses of Mandant in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return MandantMethods in de.xima.fc.entities.interfaces with parameters of type Mandant -
Uses of Mandant in de.xima.fc.export
Fields in de.xima.fc.export declared as MandantModifier and TypeFieldDescriptionprotected final MandantAProjektUtil.clientprotected final MandantAProjektUtil.mDeprecated.Methods in de.xima.fc.export that return MandantMethods in de.xima.fc.export with parameters of type MandantModifier and TypeMethodDescriptionstatic final booleanAProjektUtil.checkProjectAliasExist(IEntityContext ec, String projectAlias, Mandant client) Checks whether or not the given project name already exist within the given clientstatic final booleanAProjektUtil.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 MandantModifierConstructorDescriptionAProjektUtil(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 MandantConstructors in de.xima.fc.export.helper with parameters of type MandantModifierConstructorDescriptionAEnitityHelper(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 MandantModifier and TypeMethodDescriptionstatic StringFormHelper.createPluginResourceUrl(IFormResource res, Mandant client, Projekt project, String baseIncludeUrl, boolean useSystemPlugins) Creates the URL for the given resource from aIFormResourceorIPluginFormResources.static IPluginFormDesignerResourceFormHelper.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 IPluginFormElementWidgetFormHelper.getFormElementWidgetPlugin(Mandant client, String pluginName) static Map<String, IPluginFormElementWidget> FormHelper.getFormElementWidgetPlugins(Mandant client) Finds allIPluginFormElementWidgetplugins available to the given client.static Map<String, IPluginFormElementWidget> FormHelper.getFormElementWidgetPlugins(Mandant client, String pluginKey) Finds allIPluginFormElementWidgetplugins within the plugin JAR with the given plugin key.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 MandantModifier and TypeMethodDescriptionstatic booleanFormEditValidator.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 MandantModifierConstructorDescriptionFormPortraitExporter(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 MandantModifier and TypeMethodDescriptionstatic AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) static AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.createAttachment(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) static AttachmentAttachmentHelper.createAttachmentBody(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) static AttachmentAttachmentHelper.createAttachmentBody(byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource) static ProjektRessourceProjektRessourceHelper.createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName) static StringURLHelper.formPart(javax.servlet.http.HttpServletRequest req, ValueParameters params, Mandant client) static StringURLHelper.getAbsoluteBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client) static StringURLHelper.getAbsoluteBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase) static StringURLHelper.getBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client) static StringURLHelper.getBaseUrl(javax.servlet.http.HttpServletRequest request, Mandant client, FrontendServer fs, boolean useUrlBase) static StringURLHelper.mandantLoginRedirectUrl(Mandant man, String baseUrl, String frid, String queryString, String optionalSessionID) static FormThemeReferenceURLHelper.resolveFormThemeByContext(UserContext uc, Mandant client, FormVersion formVersion, Map<String, List<String>> renderParams, boolean allowFormTheme) Resolves the form theme to use for the given form version. -
Uses of Mandant in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish declared as Mandant -
Uses of Mandant in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return MandantModifier and TypeMethodDescriptionFormRenderContext.getMandant()FormRenderContextWrapper.getMandant()Methods in de.xima.fc.form.render with parameters of type MandantModifier and TypeMethodDescriptionvoidFormRenderContext.setMandant(Mandant mandant) voidFormRenderContextWrapper.setMandant(Mandant mandant) -
Uses of Mandant in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as MandantMethods in de.xima.fc.form.request that return MandantMethods in de.xima.fc.form.request with parameters of type Mandant -
Uses of Mandant in de.xima.fc.formstore
Constructors in de.xima.fc.formstore with parameters of type MandantModifierConstructorDescriptionStoreFormMetaValidator(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 MandantMethods in de.xima.fc.gui.bean that return types with arguments of type MandantModifier and TypeMethodDescriptionBackendBean.getClientList()Getting all the availableMandantsBackendBean.getClientsWithSadminAccess()Methods in de.xima.fc.gui.bean with parameters of type MandantModifier and TypeMethodDescriptionAExternalUserBean.getBeanHelperForPlugin(IPluginAuthenticatorType plugin, Mandant client) AExternalUserBean.getBeanHelperForSelected(IClientDescriptor selected, Mandant client) AvatarBean.getInitialsByClient(Mandant client) voidBackendBean.setCurrentClient(Mandant currentClient) Deprecated.the client is determined by the view. -
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 -
Uses of Mandant in de.xima.fc.gui.bean.designer.render
Methods in de.xima.fc.gui.bean.designer.render with parameters of type MandantModifier and TypeMethodDescriptionstatic StringFormRenderHelper.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.project
Methods in de.xima.fc.gui.bean.project that return MandantMethods in de.xima.fc.gui.bean.project that return types with arguments of type MandantMethods in de.xima.fc.gui.bean.project with parameters of type MandantModifier and TypeMethodDescriptionvoidExternalFormsBean.setSelectedClient(Mandant selectedClient) -
Uses of Mandant in de.xima.fc.gui.bean.settings
Subclasses with type arguments of type Mandant in de.xima.fc.gui.bean.settingsMethods in de.xima.fc.gui.bean.settings that return MandantModifier and TypeMethodDescriptionExternalUserSystemBean.getClientScope()ClientBean.EntityListModelImpl.getNew()Methods in de.xima.fc.gui.bean.settings that return types with arguments of type MandantModifier and TypeMethodDescriptionLicenseBean.getClientList()ExternalUserSystemBean.getClientOptions()ClientBean.getClientsToDelete()ClientBean.getModel()Methods in de.xima.fc.gui.bean.settings with parameters of type MandantModifier and TypeMethodDescriptionvoidClientBean.deleteClient(Mandant client) booleanClientBean.isHasClientAdmin(Mandant client) voidClientBean.onOpenDeleteConfirmationDialog(Mandant client) voidClientBean.EntityListModelImpl.setSelected(Mandant selected) Method parameters in de.xima.fc.gui.bean.settings with type arguments of type MandantModifier and TypeMethodDescriptionvoidClientBean.deleteClients(List<Mandant> clients) voidClientBean.onOpenDeleteConfirmationDialog(List<Mandant> clients) voidClientBean.setClientsToDelete(List<Mandant> clientsToDelete) voidClientBean.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 -
Uses of Mandant in de.xima.fc.gui.common.appointment
Methods in de.xima.fc.gui.common.appointment with parameters of type MandantModifier and TypeMethodDescriptionstatic AppointmentTemplateAppointmentHelper.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 MandantModifier and TypeMethodDescriptionViewContextBean.getClient()Gets the scope of the current view.CurrentViewBean.getCurrentClient()Deprecated.UseViewContextBean.getClient()instead.SessionBean.getCurrentClient()Deprecated.The client is now view dependent not session dependent.SessionBean.getLastVisitedClient()Methods in de.xima.fc.gui.common.bean with parameters of type MandantModifier and TypeMethodDescriptionViewHelperBean.getScopeDisplayName(Mandant client) voidAContextBean.initMailLdapData(Mandant client) Deprecated.Initializes the mail and LDAP data for the given client.voidCurrentViewBean.setCurrentClient(Mandant client) Deprecated.voidSessionBean.setCurrentClient(Mandant currentClient) Deprecated.UseViewContextBean.getClient()instead.voidSessionBean.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 MandantMethods in de.xima.fc.gui.common.bean.profile with parameters of type MandantModifier and TypeMethodDescriptionbooleanUserProfileInfoPanelBean.isClientAdmin(Object user, Mandant client) booleanUserProfileInfoPanelBean.isOnlyIndirect(UserProfile profile, Mandant client) booleanUserProfileInfoPanelBean.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 MandantModifier and TypeMethodDescriptionFrontendServerProviderBean.getClientFrontendServers(Mandant client) booleanFrontendServerProviderBean.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 MandantModifier and TypeMethodDescriptionbooleanUserPermissionsBean.canAccessClientScopedView(Mandant client, IView view) org.primefaces.model.menu.MenuModelIdentityProviderBean.getIdentityCheckMenuModel(Mandant client, IClientDescriptor descriptor, IAuthenticationTarget authenticationTarget, String menuItemI18nTemplate) booleanUserPermissionsBean.hasClientAccess(Mandant client, IAccessProperty property) booleanIdentityProviderBean.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 MandantModifier and TypeMethodDescriptionbooleanIUserPermissionCheck.canAccessClientScopedView(Mandant client, IView view) Checks if the user can access the given client-specific view in the context.booleanIUserPermissionCheck.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 MandantMethods in de.xima.fc.gui.common.model with parameters of type Mandant -
Uses of Mandant in de.xima.fc.gui.common.placeholder.provider
Methods in de.xima.fc.gui.common.placeholder.provider that return Mandant -
Uses of Mandant in de.xima.fc.gui.common.plugingui
Methods in de.xima.fc.gui.common.plugingui that return MandantModifier and TypeMethodDescriptionIClientScopeProvider.currentClient()Gets the currentclientscope.Methods in de.xima.fc.gui.common.plugingui with parameters of type MandantModifier and TypeMethodDescriptionIBeanProvidingPluginLocator.findPlugin(Mandant client, Key key) Finds the plugin that provides the UI and the bean for the given key.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentApplicationScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentApplicationScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentRequestScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentRequestScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentSessionScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentSessionScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin.IPluginBeanHelperInstantiator.newPluginBeanHelper(Mandant client, Plugin plugin) Creates a newPluginBeanHelperfor the given plugin and client. -
Uses of Mandant in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type MandantModifier and TypeMethodDescriptionstatic booleanEntityUtils.areClientsEqual(Mandant client1, Mandant client2) static booleanPermissionUtils.canSadminAccessClient(Mandant client) static final booleanPermissionUtils.canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props) Deprecated.static LogoLinkLogoLink.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 StringViewUtils.getClientScopedViewUri(Mandant client, IView view) static booleanPermissionUtils.hasPortalAccess(Mandant client) This method checks if the client has access to the portal.static final booleanPermissionUtils.hasUserInboxAccess(Benutzer user, Mandant client) Deprecated.static final booleanPermissionUtils.isTestCloudClient(Mandant client) Whether the client is a test client with the system license of typeELicenseType.CLOUD.static final booleanPermissionUtils.isTestCloudClient(Mandant client, Benutzer user) Deprecated.UsePermissionUtils.isTestCloudClient(Mandant)instead.static voidViewUtils.redirectToClientScopedView(Mandant client, IView view) Constructors in de.xima.fc.gui.common.utils with parameters of type MandantModifierConstructorDescriptionClientDashboardBuilder(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 MandantModifier and TypeMethodDescriptionvoidAJSFContext.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 MandantConstructors in de.xima.fc.gui.designer.form.model with parameters of type MandantModifierConstructorDescriptionDefaultPluginFormElementCatalogParams(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 MandantMethods in de.xima.fc.gui.designer.form.utils with parameters of type MandantModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONArrayFormTemplateHelper.buildTemplateJson(javax.faces.context.FacesContext context, Locale locale, Mandant client, FetchTemplateResult result) FormLanguageHelper.createDefaultLanguages(Locale locale, Mandant client) static StringDesignerConfigFactory.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.JSONObjectDesignerConfigFactory.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 FormDesignerModelFormDesignerModelFactory.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.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) WidgetPluginHelper.createPluginJavaScriptUrls(javax.faces.context.FacesContext context, Mandant client, String conversationId) static StringFormCssHelper.fetchFormThemeCss(Mandant client, FormThemeReference themeReference) static StringFormTemplateHelper.fetchPersistJson(Mandant client, IUser user, ETemplateType type, String id, URI uri) Gets the persist JSON for a specific template.static FetchTemplateResultFormTemplateHelper.fetchTagsAndTemplates(Mandant client, Locale locale, IUser user, Projekt project, FormVersion formVersion) static FormTemplateFormTemplateHelper.insertNewTemplate(Mandant client, IUser user, TemplateDataParams params) static FormTemplateFormTemplateHelper.updateExistingTemplate(Mandant client, IUser user, long templateId, TemplateDataParams params) Constructors in de.xima.fc.gui.designer.form.utils with parameters of type MandantModifierConstructorDescriptionFormDesignerEnvironmentData(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 MandantModifierConstructorDescriptionPlaceholderDesignerConversationEventHandler(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.processing
Methods in de.xima.fc.gui.interfaces.processing with parameters of type MandantModifier and TypeMethodDescriptionvoidIProcessingModel.fillPluginConfigParameter(Mandant mandant) Erweitert die Parameterliste bei Verarbeitungen vom TypIProcessingPlugin -
Uses of Mandant in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type MandantModifierConstructorDescriptionAccessPropertyEntryModel(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 MandantModifierConstructorDescriptionAppointmentClientClosingTimeModel(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.form_theme
Methods in de.xima.fc.gui.model.form_theme with parameters of type MandantModifier and TypeMethodDescriptionstatic FormThemeDeletionModelFormThemeDeletionModel.forThemes(IEntityContext ec, Mandant client, Locale locale, List<ClientFormTheme> themesToDelete) Creates the model for the given themes to be deleted.Constructors in de.xima.fc.gui.model.form_theme with parameters of type MandantModifierConstructorDescriptionprotectedBaseFormThemeSelectionModel(IEntityContext ec, Mandant client, Locale locale, ClientFormTheme clientFormTheme) FormThemeEditModeAdvancedModel(String explorerSessionId, IUser user, Mandant client) Creates a new model for advanced edit mode, that lets the user edit all files in a file explorer.FormThemeEditModeSimpleModel(IUser user, Mandant client, Locale locale) Creates a new model for the client form themes in simple edit mode. -
Uses of Mandant in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http with parameters of type MandantModifier and TypeMethodDescriptionstatic IServerModelServerModelFactory.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 MandantModifierConstructorDescriptionLazyEntityListModel(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 MandantMethods in de.xima.fc.gui.model.license with parameters of type Mandant -
Uses of Mandant in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return MandantMethods in de.xima.fc.gui.model.portal that return types with arguments of type MandantMethod parameters in de.xima.fc.gui.model.portal with type arguments of type Mandant -
Uses of Mandant in de.xima.fc.gui.model.processing
Methods in de.xima.fc.gui.model.processing with parameters of type MandantModifier and TypeMethodDescriptionvoidProcessingModel.fillPluginConfigParameter(Mandant mandant) Deprecated.Constructors in de.xima.fc.gui.model.processing with parameters of type MandantModifierConstructorDescriptionProcessingModel(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 MandantModifier and TypeMethodDescriptionstatic final StringQueryUtils.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 -
Uses of Mandant in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type MandantModifier and TypeMethodDescriptionstatic BaseDesignerModelDesignerModelFactory.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 FrameDesignerModelDesignerModelFactory.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.gui.validator.name
Subclasses with type arguments of type Mandant in de.xima.fc.gui.validator.name -
Uses of Mandant in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantModifier and TypeMethodDescriptionMandantHandler.getByName(UserContext uc, String name) MandantHandler.getByUUID(UserContext uc, String uuid) MandantHandler.getByUUID(UserContext uc, UUID uuid) Methods in de.xima.fc.handler.entity that return types with arguments of type MandantMethods in de.xima.fc.handler.entity with parameters of type MandantModifier and TypeMethodDescriptionvoidProtokollHandler.addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry) voidProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client) BenutzerHandler.byLDAPGruppe(UserContext uc, String username, Mandant mandant) Deprecated.BenutzerHandler.byLDAPGruppeLogin(UserContext uc, Mandant man, String userLogin, String userPwd) Deprecated.BenutzerHandler.byLogin(UserContext uc, String userName, String passwd, Mandant man) Deprecated.BenutzerHandler.byNameAndMandant(UserContext uc, String username, Mandant mandant) Deprecated.booleanBenutzerHandler.checkLDAPLogin(UserContext uc, Mandant man, String userLogin, String userPwd) Deprecated.BenutzerHandler.checkLogin(UserContext uc, String username, String passwort, Mandant man) Deprecated.MandantRessourceHandler.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant) ProjektRessourceHandler.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) de.xima.cmn.db.model.SerializableResultSetDatenbankzugriffHandler.executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) de.xima.cmn.db.model.SerializableResultSetDatenbankzugriffHandler.executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArrayLDAPAbfrageHandler.executePublicQuery(UserContext uc, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArrayLDAPAbfrageHandler.executeQuery(UserContext uc, Mandant client, String queryName, Serializable[] parameters) TextbausteinHandler.findAllKeywords(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie) TextbausteinHandler.findTemplatesBy(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie, boolean initCustomAttribs) RolleHandler.getAdminRolle(UserContext uc, Mandant mandant) AppointmentTemplateHandler.getAllByClient(UserContext uc, Mandant currentClient) PostfachHandler.getAllByClient(UserContext uc, Mandant client) ProjektHandler.getAllByClient(UserContext uc, Mandant mandant, boolean includeTemplates) ProjektHandler.getAllByClient(UserContext uc, Mandant mandant, String scope, boolean includeTemplates) ProjektHandler.getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope) Deprecated.MandantRessourceHandler.getAllByMandant(UserContext uc, Mandant mandant) ProjektHandler.getAllByMandant(UserContext uc, Mandant mandant) Deprecated.ProjektHandler.getAllTemplatesByClient(UserContext uc, Mandant client) ProjektHandler.getAllTemplatesByClient(UserContext uc, Mandant client, String scope) MandantLdapDataHandler.getByClient(UserContext uc, Mandant mandant) Deprecated.MandantMailDataHandler.getByClient(UserContext uc, Mandant mandant) TextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) TextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) BenutzerHandler.getByLDAPData(UserContext uc, Mandant mandant, String userName, byte[] objectID) Deprecated.BenutzerHandler.getByMandant(UserContext uc, Mandant man) Deprecated.MandantFrontendServerHandler.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) TextbausteinHandler.getByMandantAndName(UserContext uc, Mandant client, String name) ClientCounterHandler.getByName(UserContext uc, Mandant client, String name) MandantRessourceHandler.getByName(UserContext uc, Mandant mandant, String name) ClientAuthenticatorHandler.getByUuid(UserContext uc, Mandant client, UUID uuid) ClientCounterHandler.getByUuid(UserContext uc, Mandant client, UUID uuid) AppointmentTemplateHandler.getByUUID(UserContext uc, Mandant client, String uuid) AppointmentTemplateHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) BenutzerGruppeHandler.getByUUID(UserContext uc, Mandant client, String uuid) BenutzerGruppeHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) BenutzerHandler.getByUUID(UserContext uc, Mandant client, String uuid) Deprecated.BenutzerHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Deprecated.DatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, String uuid) DatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) PostfachHandler.getByUUID(UserContext uc, Mandant client, String uuid) PostfachHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) ProjektHandler.getByUUID(UserContext uc, Mandant client, String uuid) ProjektHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) RolleHandler.getByUUID(UserContext uc, Mandant client, String uuid) RolleHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) TextbausteinHandler.getByUUID(UserContext uc, Mandant client, String uuid) TextbausteinHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) WebDavAccessHandler.getByUUID(UserContext uc, Mandant client, String uuid) WebDavAccessHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) javax.mail.AddressMandantMailDataHandler.getClientMailAddress(UserContext uc, Mandant client) MandantHandler.getCustomAttributes(UserContext uc, Mandant client) DatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name) DatenquelleHandler.getDatenquelleById(UserContext uc, Mandant mandant, int id) DatenquelleHandler.getDatenquelleByName(UserContext uc, Mandant man, String name) DatenquelleHandler.getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp dataSourceType) DatenquelleHandler.getDatenquellen(UserContext uc, Mandant mandant) ModulHandler.getModulByName(UserContext uc, Mandant mandant, String name) Deprecated.PostfachHandler.getPostfachByMandant(UserContext uc, Mandant mandant, String name) DatenquelleHandler.getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type) TextbausteinHandler.getTextbausteinBy(UserContext uc, Mandant client, String name, ETextbausteinKategorie category) TextbausteinHandler.getTextbausteine(UserContext uc, Mandant client) TextbausteinHandler.getTextbausteineByKategorie(UserContext uc, Mandant client, ETextbausteinKategorie category) WebDavAccessHandler.getWebDavAccessByMandant(UserContext uc, Mandant mandant, String name) ProjektHandler.importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String beschreibung, String title) booleanMandantHandler.isCreationAllowed(UserContext uc, Mandant mandant) booleanBenutzerHandler.isLDAPUserActive(UserContext uc, Mandant man, String encryptUserLogin) Deprecated.TextbausteinHandler.mandantSpecificMsg(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) BenutzerHandler.registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant) Deprecated.Method parameters in de.xima.fc.handler.entity with type arguments of type MandantModifier and TypeMethodDescriptionvoidMandantHandler.updateClientLastUserLogin(Collection<Mandant> clients) -
Uses of Mandant in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return MandantModifier and TypeMethodDescriptionIMandantHandler.getByName(UserContext uc, String name) Method for determining aMandantby his name (case insensitive).IMandantHandler.getByUUID(UserContext uc, String uuid) IMandantHandler.getByUUID(UserContext uc, UUID uuid) Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type MandantModifier and TypeMethodDescriptionIMandantHandler.getAllByName(UserContext uc, String name) Method for determining allMandants by name (case insensitive).Methods in de.xima.fc.handler.interfaces.entity with parameters of type MandantModifier and TypeMethodDescriptionvoidIProtokollHandler.addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry) voidIProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client) Adds a client protocol entry when malware was detected in a file or some data.IBenutzerHandler.byLDAPGruppe(UserContext uc, String username, Mandant client) Deprecated.IBenutzerHandler.byLDAPGruppeLogin(UserContext uc, Mandant client, String userLogin, String userPwd) Deprecated.Methode zum Auslesen und Erzeugen eines temporären Benutzers aus einer LDAP-GruppeIBenutzerHandler.byLogin(UserContext uc, String userName, String passwd, Mandant client) Deprecated.By login.IBenutzerHandler.byNameAndMandant(UserContext uc, String username, Mandant client) Deprecated.Methode zum Ermitteln eines Benutzers anhand seines Namens und des MandantensbooleanIBenutzerHandler.checkLDAPLogin(UserContext uc, Mandant client, String userLogin, String userPwd) Deprecated.Methode zum Prüfen des LDAP-Logins eines BenutzersIBenutzerHandler.checkLogin(UserContext uc, String username, String passwort, Mandant client) Deprecated.Checks the login of an user.IMandantRessourcenHandler.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant) IProjektRessourcenHandler.create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) de.xima.cmn.db.model.SerializableResultSetIDatenbankzugriffHandler.executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) de.xima.cmn.db.model.SerializableResultSetIDatenbankzugriffHandler.executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArrayILDAPAbfrageHandler.executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArrayILDAPAbfrageHandler.executeQuery(UserContext uc, Mandant man, String abfrageName, Serializable[] parameters) ITextbausteinHandler.findAllKeywords(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie) Collects all currently existing keywords for the provided client and template type.ITextbausteinHandler.findTemplatesBy(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie, boolean initCustomAttribs) IRolleHandler.getAdminRolle(UserContext uc, Mandant mandant) IAppointmentTemplateHandler.getAllByClient(UserContext uc, Mandant currentClient) Finds all available appointment templates of the given client.IPostfachHandler.getAllByClient(UserContext uc, Mandant client) Returns all inboxes of the givenMandantIProjektHandler.getAllByClient(UserContext uc, Mandant mandant, boolean includeTemplates) IProjektHandler.getAllByClient(UserContext uc, Mandant mandant, String scope, boolean includeTemplates) IProjektHandler.getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope) Deprecated.IMandantRessourcenHandler.getAllByMandant(UserContext uc, Mandant mandant) IProjektHandler.getAllByMandant(UserContext uc, Mandant mandant) Deprecated.IProjektHandler.getAllTemplatesByClient(UserContext uc, Mandant client) IProjektHandler.getAllTemplatesByClient(UserContext uc, Mandant client, String scope) IMandantLdapDataHandler.getByClient(UserContext uc, Mandant mandant) Deprecated.IMandantMailDataHandler.getByClient(UserContext uc, Mandant mandant) ITextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) Finds atext templateby itsmessage code.ITextbausteinHandler.getByClientAndMessageCode(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode, ETextbausteinKategorie category) Finds atext templateby itsmessage code.IBenutzerHandler.getByLDAPData(UserContext uc, Mandant client, String userName, byte[] objectID) Deprecated.User management has been reworked.IBenutzerHandler.getByMandant(UserContext uc, Mandant client) Deprecated.Gets the by mandant.IMandantFrontendServerHandler.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) ITextbausteinHandler.getByMandantAndName(UserContext uc, Mandant mandant, String name) IClientCounterHandler.getByName(UserContext uc, Mandant client, String name) IMandantRessourcenHandler.getByName(UserContext uc, Mandant mandant, String name) IClientAuthenticatorHandler.getByUuid(UserContext uc, Mandant client, UUID uuid) IClientCounterHandler.getByUuid(UserContext uc, Mandant client, UUID uuid) IAppointmentTemplateHandler.getByUUID(UserContext uc, Mandant client, String uuid) Finds the appointment template with the given UUID.IAppointmentTemplateHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Finds the appointment template with the given UUID.IBenutzerGruppeHandler.getByUUID(UserContext uc, Mandant client, String uuid) Returns the user group with the given UUID stringIBenutzerGruppeHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the user group with the given UUIDIBenutzerHandler.getByUUID(UserContext uc, Mandant client, String uuid) Deprecated.Returns the user with the given UUID stringIBenutzerHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Deprecated.Returns the user with the given UUIDIDatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, String uuid) Returns the DB access with the given UUIDIDatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the DB access with the given UUIDIPostfachHandler.getByUUID(UserContext uc, Mandant client, String uuid) Returns the inbox with the given UUIDIPostfachHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the inbox with the given UUIDIProjektHandler.getByUUID(UserContext uc, Mandant client, String uuid) Gets a project by its UUID.IProjektHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Gets a project by its UUID.IRolleHandler.getByUUID(UserContext uc, Mandant client, String uuid) Returns the role with the given UUIDIRolleHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the role with the given UUIDITextbausteinHandler.getByUUID(UserContext uc, Mandant client, String uuid) ITextbausteinHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) IWebDavAccessHandler.getByUUID(UserContext uc, Mandant client, String uuid) IWebDavAccessHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) javax.mail.AddressIMandantMailDataHandler.getClientMailAddress(UserContext uc, Mandant client) Gets the client mail address if one has been set.IMandantHandler.getCustomAttributes(UserContext uc, Mandant client) Gets the custom properties of this client.IDatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name) Gets the Datenbankzugriff by.IDatenquelleHandler.getDatenquelleById(UserContext uc, Mandant client, int id) Gets adata sourceby its databaseID.IDatenquelleHandler.getDatenquelleByName(UserContext uc, Mandant client, String name) Gets adata sourcewith a givenname.IDatenquelleHandler.getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp dataSourceType) IDatenquelleHandler.getDatenquellen(UserContext uc, Mandant client) Gets alldata sourcesowned by the givenclient.IModulHandler.getModulByName(UserContext uc, Mandant mandant, String name) Deprecated.IPostfachHandler.getPostfachByMandant(UserContext uc, Mandant mandant, String name) Gets the Postfach by.IDatenquelleHandler.getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp dataSourceType) Gets apublicdata sourceITextbausteinHandler.getTextbausteinBy(UserContext uc, Mandant client, String name, ETextbausteinKategorie category) Gets the textbaustein by.ITextbausteinHandler.getTextbausteine(UserContext uc, Mandant client) Gets the alltext templatesof aclient.ITextbausteinHandler.getTextbausteineByKategorie(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie) Gets the textbausteine vom uebergebenen Typ.IWebDavAccessHandler.getWebDavAccessByMandant(UserContext uc, Mandant client, String name) IProjektHandler.importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String beschreibung, String title) booleanIMandantHandler.isCreationAllowed(UserContext uc, Mandant mandant) booleanIBenutzerHandler.isLDAPUserActive(UserContext uc, Mandant client, String encryptUserLogin) Deprecated.ITextbausteinHandler.mandantSpecificMsg(UserContext uc, Mandant client, ETextbausteinMsgCode messageCode) Mandant specific msg.IBenutzerHandler.registerBenutzer(UserContext uc, Benutzer benutzer, Mandant client) Deprecated.Methode zum Anlegen eines neuen Benutzers zu einem MandantenMethod parameters in de.xima.fc.handler.interfaces.entity with type arguments of type MandantModifier and TypeMethodDescriptionvoidIMandantHandler.updateClientLastUserLogin(Collection<Mandant> clients) -
Uses of Mandant in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type MandantModifier and TypeMethodDescriptionbooleanISetupHandler.createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user) Deprecated.booleanISetupHandler.createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, String adminEmail, IUser creator) Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-ProzessIPluginHandler.executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params) IPluginHandler.executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params) IPluginHandler.executeFormPreProcessPlugins(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) IPluginHandler.executeFormPreRenderPlugins(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) IPluginHandler.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params) IPluginHandler.executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params) IPluginHandler.executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params) IFormThemeHandler.findDefaultFormThemeByClient(UserContext userContext, Mandant client) Gets the default form theme for the givenclientscope.IPluginHandler.getFormElementCataloguePlugins(UserContext uc, Mandant mandant, Locale locale) IPluginHandler.getFormElementWidgetPlugins(UserContext uc, Mandant mandant, Locale locale) Map<EPluginScope, Set<String>> IPluginHandler.getPluginNameMap(UserContext uc, Mandant mandant, Class<? extends IFCPlugin> type) IPluginHandler.getPluginNames(UserContext uc, Mandant mandant, Class<? extends IFCPlugin> type) IPluginHandler.getValidationRulePlugins(Mandant mandant, Locale locale) IFormThemeHandler.loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable) Combines multiple methods to load all data of a form theme at once.byte[]IFormThemeHandler.loadFormThemeFile(UserContext uc, Mandant client, FormThemeFileReference fileReference) Loads the content of the given form the file.IFormThemeHandler.resolveFormThemeCssClassesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, boolean useDefaultIfUnresolvable) Gets all CSS classes from the given form theme and all its parent themes.IFormThemeHandler.resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable) Gets all files from the given form theme, including files from parent form themes (if any).booleanIMailHandler.sendClientMail(Mandant client, IBaseMailData mailData) Sends an email as the given clientbooleanIMailHandler.sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData) Send a feedback mail from the given client.booleanIMailHandler.sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData) Send a support mail from the given client. -
Uses of Mandant in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type MandantModifier and TypeMethodDescriptionbooleanSetupHandler.createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben) Deprecated.booleanSetupHandler.createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, String adminEmail, IUser creator) PluginHandler.executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params) PluginHandler.executeFormPrePersistPlugins(UserContext uc, Mandant mandant, IPluginFormPrePersistParams params) PluginHandler.executeFormPreProcessPlugins(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) PluginHandler.executeFormPreRenderPlugins(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) PluginHandler.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params) PluginHandler.executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params) PluginHandler.executeServletActionPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginServletActionParams params) FormThemeHandler.findDefaultFormThemeByClient(UserContext userContext, Mandant client) PluginHandler.getFormElementCataloguePlugins(UserContext uc, Mandant mandant, Locale locale) PluginHandler.getFormElementWidgetPlugins(UserContext uc, Mandant mandant, Locale locale) Map<EPluginScope, Set<String>> PluginHandler.getPluginNameMap(UserContext uc, Mandant mandant, Class<? extends IFCPlugin> type) PluginHandler.getPluginNames(UserContext uc, Mandant mandant, Class<? extends IFCPlugin> type) PluginHandler.getValidationRulePlugins(Mandant mandant, Locale locale) FormThemeHandler.loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String context, Set<String> extensions, boolean useDefaultIfUnresolvable) byte[]FormThemeHandler.loadFormThemeFile(UserContext uc, Mandant client, FormThemeFileReference fileReference) FormThemeHandler.resolveFormThemeCssClassesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, boolean useDefaultIfUnresolvable) FormThemeHandler.resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String context, Set<String> extensions, boolean useDefaultIfUnresolvable) booleanMailHandler.sendClientMail(Mandant client, IBaseMailData mailData) booleanMailHandler.sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData) booleanMailHandler.sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData) -
Uses of Mandant in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type MandantModifier and TypeMethodDescriptionstatic 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 -
Uses of Mandant in de.xima.fc.importer
Constructors in de.xima.fc.importer with parameters of type Mandant -
Uses of Mandant in de.xima.fc.importer.config
Constructors in de.xima.fc.importer.config with parameters of type MandantModifierConstructorDescriptionAppointmentTemplateImportConfig(IEntityContext ec, Mandant client, AppointmentTemplate entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.ClientResourceImportConfig(IEntityContext ec, Mandant client, MandantRessource entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.DataSourceImportConfig(IEntityContext ec, Mandant client, Datenquelle entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.InboxImportConfig(IEntityContext ec, Mandant client, Postfach entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.ProjectImportConfig(IEntityContext ec, Mandant client, Projekt entity, Projekt override, Set<IEntityDependency> dependencies, String importJson, List<DeserializedEntity> deserializedEntities) Deprecated.TemplateImportConfig(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.UserGroupImportConfig(IEntityContext ec, Mandant client, BenutzerGruppe entity, Set<IEntityDependency> dependencies, String importJson) Deprecated. -
Uses of Mandant in de.xima.fc.importer.ctx
Methods in de.xima.fc.importer.ctx that return MandantConstructors in de.xima.fc.importer.ctx with parameters of type MandantModifierConstructorDescriptionProjectImportContextBuilder(IEntityContext ec, InputStream is, Mandant client) Deprecated.UseProjectImporterinstead -
Uses of Mandant in de.xima.fc.importer.interfaces
Methods in de.xima.fc.importer.interfaces that return Mandant -
Uses of Mandant in de.xima.fc.importer.migrate
Methods in de.xima.fc.importer.migrate with parameters of type MandantModifier and TypeMethodDescriptionEntityImportMigrator.migrateCssTemplates(IEntityContext ec, Mandant client, IExportUnzipResult unzipResult, Iterable<IEntityImportConfig<?>> configs) Finds allTextbausteinentities of category CSS and replaces them withClientFormThemeentities. -
Uses of Mandant in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type MandantModifier and TypeMethodDescriptiondefault booleanPromptImportSpecMapper.connectionExistsInTargetScope(PromptObjectIdentifier id, Mandant client, IPromptManagementService promptManagementService) default booleanPromptImportSpecMapper.queryExistsInTargetScope(IPromptQueryExportInfo query, Mandant client, IPromptManagementService promptManagementService) PromptImportSpecMapper.toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService) PromptImportSpecMapper.toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) PromptImportSpecMapperImpl.toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService) PromptImportSpecMapperImpl.toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) PromptImportSpecMapper.toImportSpecs(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) PromptImportSpecMapperImpl.toImportSpecs(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) default List<org.apache.commons.lang3.tuple.Pair<EWorkflowElementType, String>> PromptImportSpecMapper.toWorkflowActionNames(PromptObjectIdentifier queryId, WorkflowVersion workflowVersion, Mandant client) Constructors in de.xima.fc.importer.project with parameters of type MandantModifierConstructorDescriptionProjectImporter(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
Constructors in de.xima.fc.importer.stager with parameters of type MandantModifierConstructorDescriptionActionImportStager(IEntityContext ec, Aktion entity, Mandant client) Deprecated.ActionImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.AppointmentTemplateImportStager(IEntityContext ec, AppointmentTemplate entity, Mandant client) Deprecated.AppointmentTemplateImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ClientResourceImportStager(IEntityContext ec, MandantRessource entity, Mandant client) Deprecated.ClientResourceImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.DataSourceImportStager(IEntityContext ec, Datenquelle entity, Mandant client) Deprecated.DataSourceImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.FormVersionImportStager(IEntityContext ec, FormVersion entity, Mandant client) Deprecated.FormVersionImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.InboxImportStager(IEntityContext ec, Postfach entity, Mandant client) Deprecated.InboxImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectDoiDataImportStager(IEntityContext ec, ProjectDOIData entity, Mandant client) Deprecated.ProjectDoiDataImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectIdentityCheckDataImportStager(IEntityContext ec, ProjectIdentityCheckData entity, Mandant client) Deprecated.ProjectIdentityCheckDataImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectImportStager(IEntityContext ec, Projekt entity, Mandant client) Deprecated.ProjectImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectInviteDataImportStager(IEntityContext ec, ProjectInviteData entity, Mandant client) Deprecated.ProjectInviteDataImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectResourceImportStager(IEntityContext ec, ProjektRessource entity, Mandant client) Deprecated.ProjectResourceImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.StateImportStager(IEntityContext ec, Status entity, Mandant client) Deprecated.StateImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.TemplateImportStager(IEntityContext ec, Textbaustein entity, Mandant client) Deprecated.TemplateImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.UserGroupImportStager(IEntityContext ec, BenutzerGruppe entity, Mandant client) Deprecated.UserGroupImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.UserImportStager(IEntityContext ec, Benutzer entity, Mandant client) Deprecated.UserImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.UserRoleImportStager(IEntityContext ec, Rolle entity, Mandant client) Deprecated.UserRoleImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated. -
Uses of Mandant in de.xima.fc.importer.stager.factory
Methods in de.xima.fc.importer.stager.factory with parameters of type MandantModifier and TypeMethodDescriptionstatic final IEntityImportStagerEntityImportStagerFactory.newImportStager(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> entity, Mandant client) Deprecated.static final IEntityImportStagerEntityImportStagerFactory.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 MandantModifier and TypeMethodDescriptionstatic final 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 MandantModifierConstructorDescriptionLazyAppointmentProcessModel(UserContext uc, boolean excludeLockedRecords, Mandant client, List<Postfach> inboxes, Locale locale) LazyGridListProcessModel(boolean excludeLockedRecords, Mandant client, Projekt project, Locale locale, Postfach... inboxes) LazyGridListProcessModel(boolean excludeLockedRecords, Mandant client, Locale locale, Postfach... inboxes) LazyListProcessModel(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 MandantModifier and TypeMethodDescriptionstatic de.xima.cmn.criteria.FilterCriterionProcessQueryCriteriaUtils.getStateNameFilter(String stateName, Mandant client, String wfStateProp, String statusProp, String idProp) Gets the filter criterion for filtering form records by the given state name.InboxUtils.getStatusIdsByName(UserContext uc, String searchStr, Mandant client) static final de.xima.cmn.criteria.FilterCriterionProcessQueryCriteriaUtils.getStringFilter(String key, String value, EProcessListView view, Locale locale, Mandant client) Deprecated.InboxUtils.getUserInboxes(IUser user, Mandant client) InboxUtils.getWorkflowStateIdsByName(UserContext uc, String searchStr, Mandant client) -
Uses of Mandant in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return MandantModifier and TypeMethodDescriptionIAppointmentBookingParams.getClient()IAppointmentQueryParams.getClient()IAppointmentValidateParams.getClient()IAppointmentIcalQueryAccessObject.getClientBy(Context context, UUID uuid) Finds a client by its UUID.Methods in de.xima.fc.interfaces.appointment with parameters of type MandantModifier and TypeMethodDescriptionIAppointmentIcalQueryAccessObject.getAppointmentsBy(Context context, Mandant client, AppointmentTemplate template, com.google.common.collect.Range<Instant> range, boolean includePartiallyInRange) Finds all appointments matching the given criteria.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 -
Uses of Mandant in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return MandantMethods in de.xima.fc.interfaces.bean with parameters of type MandantModifier and TypeMethodDescriptionvoidISessionBean.setCurrentClient(Mandant currentClient) Deprecated. -
Uses of Mandant in de.xima.fc.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return MandantModifier and TypeMethodDescriptionIDatenquelleParams.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 -
Uses of Mandant in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return MandantModifier and TypeMethodDescriptionIFormRenderContext.getMandant()IFormRequestContext.getMandant()Methods in de.xima.fc.interfaces.form with parameters of type MandantModifier and TypeMethodDescriptionvoidIFormRenderContext.setMandant(Mandant mandant) voidIFormRequestContext.setMandant(Mandant mandant) -
Uses of Mandant in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type Mandant -
Uses of Mandant in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.lifecycle
Methods in de.xima.fc.interfaces.plugin.lifecycle that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.backend
Methods in de.xima.fc.interfaces.plugin.param.backend that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.form_record.message
Methods in de.xima.fc.interfaces.plugin.param.form_record.message that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.mail
Methods in de.xima.fc.interfaces.plugin.param.mail that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return MandantModifier and TypeMethodDescriptiondefault MandantIPluginSystemReplacerParams.getClient()Deprecated.default MandantIPluginTemplateReplacerParams.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 -
Uses of Mandant in de.xima.fc.interfaces.plugin.param.template
Methods in de.xima.fc.interfaces.plugin.param.template that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.plugin.provider
Methods in de.xima.fc.interfaces.plugin.provider with parameters of type Mandant -
Uses of Mandant in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return MandantMethods in de.xima.fc.interfaces.processing with parameters of type MandantModifier and TypeMethodDescriptionClass<?> IProcessingPlugin.getPluginClass(Mandant man) Deprecated.Class<?> IProcessingWrapper.getPluginClass(Mandant client) Deprecated.default booleanIProcessing.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 MandantModifier and TypeMethodDescriptionbooleanIMandantDependentFilter.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 MandantModifier and TypeMethodDescriptionIUser.getAuthorizedClients()Convenience method for access all authorized clients of this user.Methods in de.xima.fc.interfaces.user with parameters of type MandantModifier and TypeMethodDescriptiondefault @NotNull Set<IClientAuthorization> IUser.getClientAuthorizations(Mandant client) Returns all client authorizations this user has been assigned within the client.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 booleanIUser.hasClientPermission(Mandant client, String permission) Checks whether or not the user has the given client permission.default booleanIUser.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 -
Uses of Mandant in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return Mandant -
Uses of Mandant in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return Mandant -
Uses of Mandant in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type MandantModifier and TypeMethodDescriptionstatic booleanLDAPBenutzerUtil.checkLDAPLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd) Deprecated.static BenutzerLDAPBenutzerUtil.getByLDAPData(IEntityContext ec, Mandant man, String userName, byte[] objectId) Deprecated.User management has been reworked.static BenutzerLDAPBenutzerUtil.getLDAPGruppeBenutzer(IEntityContext ec, Mandant man, String userLogin) Deprecated.The user management has been reworked in version 8.0.0.static BenutzerLDAPBenutzerUtil.getLDAPGruppeBenutzerByLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd) Deprecated.The user management has been reworked in version 8.0.0.static booleanLDAPBenutzerUtil.isLDAPUserActive(IEntityContext ec, Mandant client, String userLogin) Deprecated.MandantLdapDatahas been deprecated in version 8.0.0static LDAPBenutzerLDAPBenutzerUtil.mergeLDAPGroupData(LDAPBenutzer ben, Mandant man, List<LDAPGruppe> grpList) Deprecated.Adds alluser groupsandrolesfrom 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 MandantModifier and TypeMethodDescriptionstatic intLicenseManager.getFormCountForClient(Mandant client) Deprecated. -
Uses of Mandant in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return MandantModifier and TypeMethodDescriptionFormThemeFileResolutionParams.client()Gets the client scope where to look for themes.Methods in de.xima.fc.logic.form_theme that return types with arguments of type MandantModifier and TypeMethodDescriptionFormThemeUsages.clientUsages()Gets the usages of the form theme within each client.Methods in de.xima.fc.logic.form_theme with parameters of type MandantModifier and TypeMethodDescriptionSets the client scope where to look for themes.FormThemeUsages.clientUsages(Mandant client) Gets the usages of the form theme within the given client.static List<javax.faces.model.SelectItem> FormThemeUiHelper.createFormThemeOptions(IEntityContext ec, Mandant client, Locale locale) Creates a list of options representing the available form themes that can be selected.static List<javax.faces.model.SelectItem> FormThemeUiHelper.createParentThemeOptions(IEntityContext ec, Mandant client, Locale locale, ClientFormTheme targetTheme) Creates a list of options representing the parent themes that can be selected for the current theme.static List<com.alibaba.fastjson.JSONObject> FormThemeUiHelper.createParentThemeOptionsJson(IEntityContext ec, Mandant client, Locale locale, ClientFormTheme targetTheme) Creates a list of options representing the parent themes that can be selected for the current theme.static FormThemeReferenceFormThemeManager.defaultFormThemeReferenceIfUnresolvable(IEntityContext ec, Mandant client, FormThemeReference themeReference) Checks whether the given form theme reference can be resolved to a correspondingIFormTheme.static Set<FormThemeReference> FormThemeManager.findAvailableFormThemes(IEntityContext ec, Mandant client) Finds all form themes that are available to the given client.static FormThemeReferenceFormThemeManager.findDefaultFormTheme(IEntityContext ec, Mandant client) Finds the configured default form theme.static StringFormThemeManager.findFormThemeFileVersion(IEntityContext ec, Mandant client, FormThemeReference theme, String context, String filePath) Finds the version of a file from the given form theme.static Set<FormThemeReference> FormThemeManager.findFormThemesPossibleAsParentFor(IEntityContext ec, Mandant client, FormThemeReference theme, Set<FormThemeReference> themes) Finds all form themes that can be used as a parent theme for the given theme.static FormThemeUsagesFormThemeManager.findFormThemeUsages(IEntityContext ec, Mandant client, FormThemeReference themeReference) Finds all locations where the given form theme is still used.static FormThemeUsagesFormThemeManager.findFormThemeUsages(IEntityContext ec, Mandant client, PluginRuntime runtime) Finds all locations where any theme from the given form theme plugin is still used.static booleanFormThemeManager.isFormThemeReferenceResolvable(IEntityContext ec, Mandant client, FormThemeReference themeReference) Checks whether form theme reference can be resolved to a correspondingIFormTheme.static InputStreamFormThemeManager.openFormThemeFilesHierarchically(IEntityContext ec, Mandant client, FormThemeReference themeReference, String context, Predicate<? super String> fileNameFilter) Opens an input stream to a file or multiple files from the given form theme.FormThemeManager.resolveFormThemeCssClassesHierarchically(IEntityContext ec, Mandant client, FormThemeReference formTheme) Gets all CSS classes from the given form theme, including all its parent themes.static List<FormThemeFileReference> FormThemeManager.resolveFormThemeFilesHierarchically(IEntityContext ec, Mandant client, FormThemeReference themeReference, String context, Predicate<? super String> fileNameFilter) Resolves one or multiple files from the given form theme.static IFormThemeFormThemeManager.resolveFormThemeReference(IEntityContext ec, Mandant client, FormThemeReference themeReference) Resolves a form theme reference to the correspondingIFormThemethat can be used to access the form theme.static IFormThemeChainFormThemeManager.resolveFormThemeReferenceHierarchy(IEntityContext ec, Mandant client, FormThemeReference themeReference) Resolves the given theme reference and all its parents to a list ofIFormThemeinstances. -
Uses of Mandant in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type MandantModifier and TypeMethodDescriptionstatic IMailContextMailContextProvider.getContextFor(Mandant client) Creates an mail context for the given clientstatic javax.mail.AddressMailContextProvider.getSenderFromContext(Mandant client) Gets the senderstatic javax.mail.AddressMailContextProvider.getSenderFromContext(UserContext uc, Mandant client) Gets the senderstatic IMailContextMailContextProvider.getSystemContext(Mandant client) Creates an mail context for the system mail serverstatic booleanMailUtil.isClientMailServerConfigured(Mandant client) static voidMailSendUtil.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 ISendMailReportMailSendUtil.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 MandantModifier and TypeMethodDescriptionvoidDefaultMailContext.archive(IBaseMailData mail, Mandant client, File file) protected ISendMailReportDefaultMailContext.buildAndSendMessage(IBaseMailData mail, Mandant client) protected voidDefaultMailContext.buildContent(IBaseMailData mail, javax.mail.internet.MimeMessage msg, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.since 8.5.0, useDefaultMailContext.buildContentWithSecurityReport(IBaseMailData, MimeMessage, Mandant)instead.protected org.apache.commons.lang3.tuple.Pair<javax.mail.internet.MimeMessage, IMailSecurityReport> DefaultMailContext.buildContentWithSecurityReport(IBaseMailData mail, javax.mail.internet.MimeMessage msg, Mandant client) protected StringMSGraphMailContext.buildMessage(javax.mail.internet.MimeMessage msg, Mandant client) protected javax.mail.internet.MimeMessageDefaultMailContext.createMimeMessage(IBaseMailData mail, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.since 8.5.0, useDefaultMailContext.createMimeMessageWithSecurityReport(IBaseMailData, Mandant)instead.protected javax.mail.internet.MimeMessageDefaultMailContext.createMimeMessage(javax.mail.Session session, IBaseMailData mail, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.since 8.5.0, useDefaultMailContext.createMimeMessageWithSecurityReport(Session, IBaseMailData, Mandant)instead.protected javax.mail.internet.MimeMessageMSGraphMailContext.createMimeMessage(IBaseMailData mail, Mandant client) protected org.apache.commons.lang3.tuple.Pair<javax.mail.internet.MimeMessage, IMailSecurityReport> DefaultMailContext.createMimeMessageWithSecurityReport(IBaseMailData mail, Mandant client) protected org.apache.commons.lang3.tuple.Pair<javax.mail.internet.MimeMessage, IMailSecurityReport> DefaultMailContext.createMimeMessageWithSecurityReport(javax.mail.Session session, IBaseMailData mail, Mandant client) protected final voidDefaultMailContext.enforceSenderAddress(javax.mail.internet.MimeMessage msg, Mandant client) protected ISentMailDataMSGraphMailContext.send(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, javax.mail.internet.MimeMessage msg, IBaseMailData mail, Mandant client) DefaultMailContext.sendWithReport(IBaseMailData mail, Mandant client) MSGraphMailContext.sendWithReport(IBaseMailData mailData, Mandant client) -
Uses of Mandant in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces with parameters of type MandantModifier and TypeMethodDescriptionvoidIMailContext.archive(IBaseMailData mail, Mandant client, File file) Create an archived file of the mail.IMailSecurity.encryptMessageBody(javax.mail.internet.MimeBodyPart bodyPart, Mandant client, javax.mail.Address... recipients) Encrypts the body of a mail message using the givenMimeBodyPartand recipientAddresses.default voidIMailContext.send(IBaseMailData mail, Mandant client) Sends a mail based on the given dataIMailContext.sendWithReport(IBaseMailData mail, Mandant client) Sends a mail based on the given datajavax.mail.internet.MimeBodyPartIMailSecurity.signMessageBody(javax.mail.internet.MimeBodyPart bodyPart, Mandant client, javax.mail.Address sender) Signs the mail message using the givenIBaseMailDataand senderAddress. -
Uses of Mandant in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type MandantModifier and TypeMethodDescriptionstatic voidFeedbackMailUtil.sendFeedback(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData) static final voidSupportMailUtils.sendSupportInquiry(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData) Sends a support emailstatic booleanChatMailUtil.sendUserMessageInfoMail(Mandant client, Locale locale, String email, String userName, Vorgang formRecord) Sends a mail to the user with the information about the message. -
Uses of Mandant in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type MandantModifier and TypeMethodDescriptionstatic voidTextbausteinManager.createOrUpdateTemplate(IEntityContext ec, ETextbausteinMsgCode msgCode, Mandant client) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, IReplacerParams placeholderParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams placeholderParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams replacerParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSetDBQueryManager.executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArrayLDAPQueryManager.executeQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters) static Map<String, Class<? extends IProcessing>> ProcessingManager.getAvailableProcessings(Mandant man) Deprecated.static IProcessingProcessingManager.getEmptyProcessing(String key, Mandant man) Deprecated.static StringTextbausteinManager.getMandantSpecificMsg(IEntityContext ec, Mandant client, ETextbausteinMsgCode messageCode) Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static PostfachPostfachManager.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 TextbausteinTextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static TextbausteinTextbausteinManager.getTextbausteinByMsgCode(IEntityContext ec, Mandant m, String msgCode) static TextbausteinTextbausteinManager.getTextbausteinByName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static TextbausteinTextbausteinManager.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 TextbausteinTextbausteinManager.getTextbausteineByName(IEntityContext ec, Mandant mandant, String name) Deprecated.static booleanAccessManager.hasAccess(Benutzer benutzer, Mandant client, EAccessProperty property) Deprecated.static booleanAccessManager.hasAccessViaLicense(EAccessProperty property, Mandant client) Deprecated.static voidProcessingManager.registerProcessing(Mandant man, Class<? extends IProcessing> processing) Deprecated.Registers anIProcessingfor 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 MandantModifier and TypeMethodDescriptionWorkspaceScope.getClient()Gets the client if this scope is a client scope.Methods in de.xima.fc.mdl with parameters of type MandantModifier and TypeMethodDescriptionstatic WorkspaceScopeGets a workspace scope instance for a client.static WorkspaceScopeGets 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 MandantMethods in de.xima.fc.mdl.auth with parameters of type Mandant -
Uses of Mandant in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return MandantMethods in de.xima.fc.mdl.auth.authorization with parameters of type MandantModifier and TypeMethodDescription -
Uses of Mandant in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return MandantMethods in de.xima.fc.mdl.form with parameters of type Mandant -
Uses of Mandant in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return MandantMethods in de.xima.fc.mdl.placeholder with parameters of type MandantConstructors in de.xima.fc.mdl.placeholder with parameters of type Mandant -
Uses of Mandant in de.xima.fc.mdl.plugin.form_record.message
Methods in de.xima.fc.mdl.plugin.form_record.message that return MandantConstructors in de.xima.fc.mdl.plugin.form_record.message with parameters of type Mandant -
Uses of Mandant in de.xima.fc.ms.deprecated
Methods in de.xima.fc.ms.deprecated with parameters of type MandantModifier and TypeMethodDescriptionFormThemeReferenceResolverImpl.resolveFormThemeReferenceHierarchy(IEntityContext ec, Mandant client, FormThemeReference themeRef) Deprecated. -
Uses of Mandant in de.xima.fc.ms.entity
Methods in de.xima.fc.ms.entity with parameters of type MandantModifier and TypeMethodDescriptionstatic DummyUserCreatorDummyUserCreator.newDummyUserCreator(DaoCrudMixin dao, Mandant client) -
Uses of Mandant in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as Mandant -
Uses of Mandant in de.xima.fc.order
Methods in de.xima.fc.order with parameters of type MandantModifier and TypeMethodDescriptionstatic BasicRefResultAktionOrderHelper.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 MandantModifier and TypeMethodDescriptionstatic StringPlaceholderReplacer.parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.parse(IEntityContext ec, String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.parse(String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) This method applies all available placeholder replacers on the given text.static StringPlaceholderReplacer.parse(String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML) This method applies all available placeholder replacers on the given text.static StringPlaceholderReplacer.parse(String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML) Deprecated.static StringPlaceholderReplacer.parseForTemplates(IEntityContext ec, String text, Mandant client) Deprecated.static StringPlaceholderReplacer.parseForTemplates(String text, Mandant client) Deprecated.static StringPlaceholderReplacer.replaceTemplateValue(IEntityContext ec, String placeholder, String placeholderContent, Mandant client) Deprecated.static StringPlaceholderReplacer.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 MandantModifier and TypeMethodDescriptionstatic voidPluginManager.createClientProtocolEntry(UserContext uc, Mandant man, String protocolEntry, Object... params) Creates a client protocol entrystatic voidPluginManager.createMandantProtocolEntry(IEntityContext ec, Mandant man, String protocolEntry, Object... params) static IPluginDataSourceRetValPluginExecutor.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 client, 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 IPluginGenericRetValPluginExecutor.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 IPluginServletActionRetValPluginExecutor.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.PluginManager.getAllPlugins(Mandant man, EPluginTypes type) Deprecated.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 runtimesregistered to the given client (not including system plugins!)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 IFCPluginPluginManager.getMandantPluginByName(Mandant man, EPluginTypes type, String pluginName) Deprecated.will be removed!static FilePluginManager.getMandantPluginJar(Mandant man, String jarName) Deprecated.static List<PluginRuntime> PluginManager.getMandantPlugins(Mandant man) Deprecated.PluginManager.getMandantPlugins(Mandant man, EPluginTypes type) Deprecated.will be removed!static IFCPluginPluginManager.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 <Plugin extends IFCPlugin>
PluginPluginManager.getPluginByPluginKeyAndName(Mandant client, PluginExtensionPointId extensionPointId, Class<Plugin> pluginClass) Gets a plugin with a certain name from the plugin bundle with the given plugin key.static <Plugin extends IFCPlugin>
PluginPluginManager.getPluginByPluginKeyAndName(Mandant client, String pluginKey, String pluginName, Class<Plugin> pluginClass) static <Plugin extends IFCPlugin>
PluginPluginManager.getPluginByPluginKeyAndName(Mandant client, String pluginKey, String fileKey, String pluginName, Class<Plugin> pluginClass) Gets a plugin with a certain name from the plugin bundle with the given plugin key.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) Deprecated.PluginManager.getPluginNames(Mandant mandant, Class<T> clazz) PluginManager.getPluginNames(UserContext uc, Mandant mandant, EPluginTypes type) Deprecated.static PluginRuntimePluginManager.getPluginRuntimeByPluginKey(Mandant client, PluginId pluginId) Gets the plugin runtime for the plugin bundle with the given plugin key.static PluginRuntimePluginManager.getPluginRuntimeByPluginKey(Mandant client, String pluginKey) Deprecated.static PluginRuntimePluginManager.getPluginRuntimeByPluginKey(Mandant client, String pluginKey, String fileKey) Gets the plugin runtime for the plugin bundle with the given plugin key.PluginManager.getPluginsByPluginKey(Mandant client, String pluginKey, Class<Plugin> pluginClass) PluginManager.getPluginsByPluginKey(Mandant client, String pluginKey, String fileKey, Class<Plugin> pluginClass) Gets all plugins from the plugin bundle with the given plugin key, limited to plugins of the given type.static StringPluginHelper.getScopeKey(Mandant man) Deprecated.static PluginRuntimePluginManager.initClientPlugin(File pluginJar, Mandant man) Deprecated.static booleanPluginManager.isHasAnyPluginsOfType(Mandant client, Class<? extends IFCPlugin> pluginType) Checks if any plugins of the given type exist.static <T extends IFCPlugin>
PluginRuntimePluginManager.registerClientPlugin(Mandant man, Class<T> clazz, String runtimeKey) Method to register a plugin-class in scope of the given clientstatic voidPluginManager.registerMandantPlugin(Mandant man, EPluginTypes typ, Class<? extends IFCPlugin> clazz) Deprecated.static voidPluginManager.releaseMandantPlugin(Mandant man, PluginRuntime pluginMeta) Deprecated.static booleanPluginManager.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 -
Uses of Mandant in de.xima.fc.plugin.models.params.backend
Methods in de.xima.fc.plugin.models.params.backend that return MandantConstructors in de.xima.fc.plugin.models.params.backend with parameters of type Mandant -
Uses of Mandant in de.xima.fc.plugin.models.params.mail
Methods in de.xima.fc.plugin.models.params.mail that return MandantConstructors in de.xima.fc.plugin.models.params.mail with parameters of type MandantModifierConstructorDescriptionPluginMailEncryptionParams(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 MandantModifier and TypeMethodDescriptionPluginSystemReplacerParams.getClient()Deprecated.PluginTemplateReplacerParams.getMandant()Deprecated.Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type MandantModifierConstructorDescriptionPluginSystemReplacerParams(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 MandantMethods in de.xima.fc.plugin.models.params.servlet with parameters of type MandantModifier and TypeMethodDescriptionConstructors in de.xima.fc.plugin.models.params.servlet with parameters of type MandantModifierConstructorDescriptionPluginServletActionParams(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) PluginServletActionParams(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, IUser user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) Deprecated. -
Uses of Mandant in de.xima.fc.plugin.workflow
Methods in de.xima.fc.plugin.workflow with parameters of type MandantModifier and TypeMethodDescriptionstatic <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.JSONObjectWorkflowCustomParametersHelper.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 voidWorkflowCustomParametersHelper.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.JSONObjectWorkflowCustomParametersHelper.toJson(Object data, IWorkflowElementTypeProviding element, Mandant client) Takes the deserialized properties model of a workflow element and serializes it to JSON.static WorkflowNodeWorkflowCustomParametersHelper.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 WorkflowNodeWorkflowCustomParametersHelper.transferToDataModel(WorkflowNode node, Mandant client) Extract the relevant data from the node's properties model and set the data on theWorkflowNode.static WorkflowTriggerWorkflowCustomParametersHelper.transferToDataModel(WorkflowTrigger trigger, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client) Extract the relevant data from the trigger's properties model and set the data on theWorkflowTrigger.static WorkflowTriggerWorkflowCustomParametersHelper.transferToDataModel(WorkflowTrigger trigger, Mandant client) Extract the relevant data from the trigger'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 MandantModifierConstructorDescriptionCreates a new tree accessor for treating a workflow node as a tree node withchildrenand the deserializedcustom properties modelas 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 MandantModifier and TypeMethodDescriptionIWorkflowElementRegistry.getAllKnown(Mandant client) IWorkflowElementRegistry.getHandler(Mandant client, String elementType) IWorkflowElementRegistry.getHandler(Mandant client, TElement element) 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.IWorkflowElementRegistry.getHandlerPlugin(Mandant client, String elementType) -
Uses of Mandant in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return MandantMethods in de.xima.fc.prompt.mgmt.gui.model with parameters of type MandantModifier and TypeMethodDescriptionPromptServicePluginLocator.findPlugin(Mandant tenant, String type) -
Uses of Mandant in de.xima.fc.protocol
Methods in de.xima.fc.protocol that return MandantMethods in de.xima.fc.protocol with parameters of type MandantModifier and TypeMethodDescriptionstatic final ProtocolCleanerProtocolCleaner.ProtocolCleanerFactory.forClientProtocol(Mandant client) static final ProtocolCleanerProtocolCleaner.ProtocolCleanerFactory.forProcessingProtocol(Mandant client) 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 MandantModifier and TypeMethodDescriptionstatic booleanWorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowElement(AWorkflowElement<?, ?> element, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholdersin the given workflow element (node or trigger).WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowProcess(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholdersin all elements of the given process.WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowTask(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholdersin all elements of the given task.WorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowVersion(WorkflowVersion version, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholdersin all elements of the given version. -
Uses of Mandant in de.xima.fc.security
Methods in de.xima.fc.security with parameters of type MandantModifier and TypeMethodDescriptionstatic booleanAccessManager.hasAccessViaLicense(EAccessProperty property, Mandant client) Deprecated.booleanFilterMandantDependentDefault.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 MandantModifier and TypeMethodDescriptionAuthorizationContext.getClient()AvailabilityContext.getClient()Methods in de.xima.fc.security.context with parameters of type Mandant -
Uses of Mandant in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return Mandant -
Uses of Mandant in de.xima.fc.security.endpoint
Methods in de.xima.fc.security.endpoint with parameters of type MandantModifier and TypeMethodDescriptionstatic List<org.apache.commons.lang3.tuple.Pair<String, Collection<IPluginMenuEntry>>> WebEndpointManager.getRegisteredPluginMenuEntries(Mandant client) static IViewPluginMenuEntryView.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 -
Uses of Mandant in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return MandantModifier and TypeMethodDescriptionstatic MandantSecurityWebContextHelper.getClientByIdentifier(String clientIdentifier) static MandantSecurityWebContextHelper.getClientFromRequest(javax.servlet.http.HttpServletRequest req) Methods in de.xima.fc.security.helper that return types with arguments of type MandantMethods in de.xima.fc.security.helper with parameters of type MandantModifier and TypeMethodDescriptionstatic StringSecurityWebEndpointHelper.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 -
Uses of Mandant in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware with parameters of type MandantModifier and TypeMethodDescriptionstatic MalwareScannerMalwareScanner.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 MandantModifier and TypeMethodDescriptionprotected MandantAFormDependendServlet.getClient(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Projekt project) Methods in de.xima.fc.servlet with parameters of type MandantModifier and TypeMethodDescriptionprotected DefaultReplacerParametersAFormDependendServlet.getReplacerParams(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client, Projekt project) -
Uses of Mandant in de.xima.fc.servlet.handler
Subclasses with type arguments of type Mandant in de.xima.fc.servlet.handlerModifier and TypeClassDescriptionclassDeprecated.This is part of the old rest API.Methods in de.xima.fc.servlet.handler that return MandantModifier and TypeMethodDescriptionfinal MandantAbstractServletHandler.getCurrMandant(javax.servlet.http.HttpSession sess) Deprecated. -
Uses of Mandant in de.xima.fc.session
Methods in de.xima.fc.session that return MandantModifier and TypeMethodDescriptionXfcSession.currentMandant()Deprecated.The client is no longer part of the request.Methods in de.xima.fc.session with parameters of type MandantModifier and TypeMethodDescriptionvoidXfcSession.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 MandantModifier and TypeMethodDescriptionstatic voidMigrationSessionHelper.registerClientByIdAccess(Function<Long, Mandant> getClientById) static voidMigrationSessionHelper.registerClientByProjectIdAccess(Function<Long, Mandant> getClientByProjectId) static voidMigrationSessionHelper.registerClientByUuidAccess(Function<String, Mandant> getClientByUuid) -
Uses of Mandant in de.xima.fc.setup
Methods in de.xima.fc.setup that return MandantModifier and TypeMethodDescriptionDefaultClientCreator.createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData) DefaultClientCreator.createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) static MandantXFSetup.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 MandantModifier and TypeMethodDescriptionprotected BenutzerDefaultClientCreator.createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role) DefaultClientCreator.createBenutzergruppen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) Deprecated.will be removed.DefaultClientCreator.createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData) DefaultClientCreator.createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) static FCMessageXFSetup.createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminMail, IUser creator) Creates a client with the currentIClientCreatorand currentIClientCreateDataprotected RolleDefaultClientCreator.createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) protected RolleDefaultClientCreator.createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.DefaultClientCreator.createI18nTemplate(IEntityContext ec, Locale installLocale, Mandant client) DefaultClientCreator.createInboxes(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) protected MandantLdapDataDefaultClientCreator.createLdapData(IEntityContext ec, MandantLdapData ldapData, Mandant client) Deprecated.UseDefaultClientCreator.createLdapData(IEntityContext, LDAPZugriff, Mandant)instead.protected MandantMailDataDefaultClientCreator.createMailData(IEntityContext ec, MandantMailData mailData, Mandant client) static FCMessageXFSetup.createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated.DefaultClientCreator.createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.will be removed.DefaultClientCreator.createModules(IEntityContext ec, IClientCreateData defaultData, Mandant client) Deprecated.Table no longer exists.DefaultClientCreator.createNonAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, Set<String> moduleNames) DefaultClientCreator.createNoneAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.DefaultClientCreator.createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.will be removed.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 BenutzerDefaultClientCreator.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 MandantModifier and TypeMethodDescriptiondefault MandantIClientCreator.createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData) IClientCreator.createClient(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) Method to create an client with the given data.default MandantIClientCreator.createMandant(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData) Methods in de.xima.fc.setup.interfaces with parameters of type MandantModifier and TypeMethodDescriptiondefault MandantIClientCreator.createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData) IClientCreator.createClient(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) Method to create an client with the given data.default MandantIClientCreator.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 MandantMethods in de.xima.fc.testhelper with parameters of type MandantModifier and TypeMethodDescriptionstatic ClientAuthenticatorEntityDummyFactory.dummyClientAuthenticator(String name, EAuthClientType clientType, Mandant client) static ClientCounterEntityDummyFactory.dummyClientCounter(Mandant client, String name) static ClientCounterEntityDummyFactory.dummyClientCounter(Mandant client, String name, int counterValue) static MandantRessourceEntityDummyFactory.dummyClientFile(Mandant client, String name, String content) static MandantRessourceEntityDummyFactory.dummyClientFile(Mandant client, String name, String description, byte[] data, String creator) static ClientFormThemeEntityDummyFactory.dummyClientFormTheme(Mandant client, String name) Creates a new, unsaved client form theme with the given name.static ClientFormThemeEntityDummyFactory.dummyClientFormTheme(Mandant client, String name, FormThemeReference parent) Creates a new, unsaved client form theme with the given name and the given parent theme.static ClientFormThemeEntityDummyFactory.dummyClientFormTheme(Mandant client, String name, FormThemeReference parent, Map<String, ?> files) Creates a new, unsaved client form theme with the given name and the given parent theme.static MandantFrontendServerEntityDummyFactory.dummyClientFrontendServer(String name, FrontendServer fs, Mandant client) static MandantLdapDataEntityDummyFactory.dummyClientLdapData(Mandant client) static MandantLdapDataEntityDummyFactory.dummyClientLdapData(Mandant client, int port) Deprecated.static DatenquelleEntityDummyFactory.dummyCsvSource(String name, String csv, Mandant client) static DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client) static DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client, EDatenbankTyp type, String jdbcUrl) static DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client, String jdbcUrl) Deprecated.static DatenbankZugriffEntityDummyFactory.dummyDBConnectionInvalid(String name, Mandant client) static DatenquelleEntityDummyFactory.dummyDbQuery(String name, DatenbankZugriff connection, String sql, Mandant client) static DirectClientAuthorizationEntityDummyFactory.dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles) static PostfachEntityDummyFactory.dummyInbox(String name, Mandant client) static IndirectClientAuthorizationEntityDummyFactory.dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles) static LDAPZugriffEntityDummyFactory.dummyLdapConnection(String name, Mandant client) static ProjektEntityDummyFactory.dummyProject(String name, Postfach inbox, Mandant client) static RolleEntityDummyFactory.dummyRole(String name, ERollenTyp type, Mandant client) static TextbausteinEntityDummyFactory.dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, Mandant client) static TextbausteinEntityDummyFactory.dummyTemplate(String name, String textValue, ETextbausteinKategorie cat, ETextbausteinMsgCode msgCode, Mandant client) static BenutzerGruppeEntityDummyFactory.dummyUserGroup(String name, Mandant client) static BenutzerGruppeEntityDummyFactory.dummyUserGroup(String name, Mandant client, Postfach... inboxes) static BenutzerGruppeEntityDummyFactory.dummyUserGroup(String name, Mandant client, Iterable<Postfach> inboxes) static WebDavAccessEntityDummyFactory.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 MandantModifier and TypeMethodDescriptionbooleanUserAccess.hasClientAccess(IUser user, Mandant client, IAccessProperty property) Checks if a user has client access.booleanUserAccess.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 MandantModifier and TypeMethodDescriptionstatic booleanUserMgmtUtils.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 BenutzerUserMgmtUtils.getBenutzerFromUser(IUser user, Mandant client) Deprecated.static StringUserMgmtUtils.getClientPermission(Mandant client, IAccessProperty accessProperty) Returns a string value representing the permission within a client (Mandant).static StringUserMgmtUtils.getClientPermission(Mandant client, String permissionName) Returns a string value representing the permission within aclient.static StringUserMgmtUtils.getClientRole(Mandant client, String roleName) Returns a string value representing the role within a client (Mandant).static IProcessingProcessingUtils.getEmptyProcessing(String key, Mandant man) Deprecated.static Class<? extends IProcessing> ProcessingUtils.getProcessingClass(String key, Mandant man) Deprecated.static booleanUserMgmtUtils.isClientAdmin(UserProfile profile, Mandant client) Returns true if given profile has a role of a MANDANT_ADMINstatic booleanUserMgmtUtils.isClientAdmin(IUser user, Mandant client) Checks if the user is an admin of the given client.static voidProcessingUtils.registerProcessing(Mandant man, Class<? extends IProcessing> processing) Deprecated.Registers anIProcessingfor the specified client wide by using his key (seeIProcessing.getProcessingKey()).static com.alibaba.fastjson.JSONObject -
Uses of Mandant in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return MandantConstructors in de.xima.fc.web.common.auth with parameters of type MandantModifierConstructorDescriptionprotectedFormAuthContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client) FormAuthHttpActionAdapter(Mandant client, Projekt project, Locale locale, org.pac4j.core.context.session.SessionStore sessionStore) FormAuthHttpActionAdapter(Mandant client, Locale locale, org.pac4j.core.context.session.SessionStore sessionStore) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Mandant in de.xima.fc.web.common.auth.form
Constructors in de.xima.fc.web.common.auth.form with parameters of type MandantModifierConstructorDescriptionUserFormAuthenticator(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 MandantModifierConstructorDescriptionKerberosAuthenticatorImpl(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 MandantModifierConstructorDescriptionNtlmAuthenticatorImpl(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 MandantModifierConstructorDescriptionPasswordClient(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 -
Uses of Mandant in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return MandantMethods in de.xima.fc.web.common.datasource with parameters of type MandantModifier and TypeMethodDescriptionstatic IDatenquelleResolverDatenquelleResolverFactory.createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IDatenquelleParams params, IPluginDataSourceParams pluginParams) static IDatenquelleResolverDatenquelleResolverFactory.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 MandantModifierConstructorDescriptionDatenquelleParams(Mandant mandant, Map<String, Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt) Deprecated.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) Deprecated.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 MandantModifier and TypeMethodDescriptionstatic 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 MandantModifierConstructorDescriptionFD2ConfigBuilder(Mandant mandant, Projekt projekt) FD2ConfigBuilder(Mandant mandant, Projekt projekt, Vorgang formRecord, Locale locale, Map<String, Serializable> attributes) 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 MandantModifierConstructorDescriptionDefaultFD2AppointmentProvider(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, Vorgang formRecord, String languageTag) DefaultFD2ItemProvider(Mandant client, Locale locale) A new item provider for the given client and locale.DefaultFD2LanguageProvider(Mandant client) DefaultFD2LicenseDataProvider(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 MandantModifier and TypeMethodDescriptionstatic XFormRenderCallbackXFormRenderCallback.create(Mandant client, IXFormRenderConfig formRenderConfig, IXFormRenderContext formRenderContext) -
Uses of Mandant in de.xima.fc.web.common.request
Methods in de.xima.fc.web.common.request that return MandantModifier and TypeMethodDescriptionstatic MandantServletParameterHelper.getClient(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Projekt project) Methods in de.xima.fc.web.common.request with parameters of type MandantModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONObjectServletParameterHelper.createUserDataJSON(FRQSession frqSession, Mandant client) static DefaultReplacerParametersServletParameterHelper.getReplacerParams(javax.servlet.http.HttpServletRequest req, Mandant client, Projekt project) -
Uses of Mandant in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type MandantModifier and TypeMethodDescriptionstatic voidFormResponder.appendFormResourcePluginCssIncludes(com.hp.gagawa.java.FertileNode node, Mandant client, boolean inline, String baseUrl) static voidFormResponder.appendFormResourcePluginJsIncludes(com.hp.gagawa.java.FertileNode node, Mandant client, boolean inline, String baseUrl) static voidFormResponder.appendFormThemeCssIncludes(com.hp.gagawa.java.FertileNode targetNode, String baseUrl, Mandant client, Projekt form, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline) static voidFormResponder.appendFormThemeJsIncludes(com.hp.gagawa.java.FertileNode targetNode, String baseUrl, Mandant client, Projekt form, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline) static voidFormResponder.botDetected(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static StringServletResponder.buildTemplateHTML(String baseUrl, Mandant client, Projekt project, Locale locale, String msg, FormThemeReference formTheme) static StringServletResponder.buildTemplateHTML(javax.servlet.http.HttpServletRequest request, Mandant client, Projekt project, Locale locale, String msg, FormThemeReference formTheme) static voidFormResponder.commonError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.cookieRequired(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.formNotFound(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.formNotFound(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client, Projekt project) static voidFormResponder.formVersionNotActive(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.identityTokenError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated.static voidFormResponder.internalError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client, Projekt project) static voidFormResponder.invalidDoublePost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Locale locale, UserContext uc, Mandant man) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.invalidDoublePost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Locale locale, UserContext uc, Mandant client, Projekt project) static voidFormResponder.invalidSession(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static FormThemeDataFormResponder.loadFormThemeData(Mandant client, FormThemeReference formTheme) Loads the data for the given form theme from the database.FormResponder.loadMessageData(javax.servlet.http.HttpServletRequest request, Mandant client, UserContext uc, ETextbausteinMsgCode msgCode) static StringFormResponder.prepareMsg(Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode) Deprecated, for removal: This API element is subject to removal in a future version.static StringFormResponder.prepareMsg(String context, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode) Deprecated, for removal: This API element is subject to removal in a future version.static StringFormResponder.prepareMsg(javax.servlet.http.HttpServletRequest request, Mandant man, Locale loc, UserContext uc, ETextbausteinMsgCode msgCode) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.projektNotOnline(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, ValueParameters values, Mandant man, ETextbausteinMsgCode msgCode, boolean success) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Locale locale, UserContext uc, Mandant client, Projekt project, ETextbausteinMsgCode code, boolean success) static voidFormResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Locale locale, UserContext uc, Mandant man, ETextbausteinMsgCode code, boolean success) Deprecated, for removal: This API element is subject to removal in a future version.static voidServletResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IServletResponse servletResponse, Mandant client, Projekt project, Locale locale) static voidServletResponder.respond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IServletResponse servletResponse, Mandant client, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.respondDefaultTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, ETextbausteinMsgCode msgCode, boolean success) static voidFormResponder.respondDefaultTemplateForContextException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, ContextBuilderException e) static voidFormResponder.respondTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, Locale locale, String templateText, boolean success, ETextbausteinMsgCode msgCode, FormThemeReference formTheme) protected static voidServletResponder.respondTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, IServletResponse responseData, Locale locale) static voidFormResponder.respondTemplateByServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Mandant client, Projekt project, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect) static voidFormResponder.respondTemplateByServlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respond, Mandant client, ETextbausteinMsgCode msgCode, boolean success, boolean withRedirect) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.sendFormDataFailed(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.sendFormDataSucceeded(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version.static voidFormResponder.validationError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Mandant client) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Mandant in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with parameters of type MandantModifier and TypeMethodDescriptionstatic FlowchartSnapshotWorkflowPersistHelper.createFlowchartSnapshot(Mandant client, Locale locale, WorkflowVersion workflowVersion) Creates a flowchart snapshot that represents the given workflow version.static voidWorkflowPersistHelper.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(ElementKey key, String type, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter.deserializeCustomProps(T element, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static FlowchartSnapshotWorkflowPersistHelper.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(T element, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static List<WorkflowState> FlowchartModelConverter.toDataModel(IEntityContext ec, Mandant client, List<WorkflowStateModel> states) static WorkflowProcessFlowchartModelConverter.toDataModel(FlowchartModel flowchartModel, Mandant client) static WorkflowNodeFlowchartModelConverter.toDataModel(NodeModel node, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static WorkflowProcessFlowchartModelConverter.toDataModel(ProcessModel process, Map<ElementKey, com.alibaba.fastjson.JSONObject> customParamsMap, Mandant client) static WorkflowTaskFlowchartModelConverter.toDataModel(TaskModel task, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static WorkflowTriggerFlowchartModelConverter.toDataModel(TriggerModel trigger, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static WorkflowVersionFlowchartModelConverter.toVersion(IEntityContext ec, Mandant client, WorkflowVersion currentVersion, FlowchartModel flowchartModel, List<WorkflowStateModel> states) static NodeModelFlowchartModelConverter.toViewModel(WorkflowNode node, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static ProcessModelFlowchartModelConverter.toViewModel(WorkflowProcess process, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static TaskModelFlowchartModelConverter.toViewModel(WorkflowTask task, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static TriggerModelFlowchartModelConverter.toViewModel(WorkflowTrigger trigger, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static NodeModelFlowchartModelConverter.toViewModel(INodePrototypeData<?> prototypeData, Map<UUID, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static TriggerModelFlowchartModelConverter.toViewModel(ITriggerPrototypeData<?> prototypeData, Map<UUID, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static voidFlowchartModelConverter.updateParams(Mandant client, ProcessModel process, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Function<IObjectReference, String> updater) static <T extends IWorkflowElementTypeProviding & IUuidProviding>
voidFlowchartModelConverter.updateParams(Mandant client, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, T element, Function<IObjectReference, String> updater) -
Uses of Mandant in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return MandantModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.client()Gets the client owning the workflow process to be converted.Methods in de.xima.fc.workflow.converter.bpmn with parameters of type MandantModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.builder(Mandant client, Projekt project, WorkflowProcess process, IMessageLocalizer localizer) Creates a newFlowchartToBpmnConverterInput.Builderfor constructing aFlowchartToBpmnConverterInput. -
Uses of Mandant in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot with parameters of type MandantModifier and TypeMethodDescriptionstatic StringFlowGraphToGraphDotConverter.writeToString(Mandant client, WorkflowTask task, IMessageLocalizer localizer, 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.converter.graphdot with parameters of type MandantModifierConstructorDescriptionFlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, IMessageLocalizer localizer, 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. -
Uses of Mandant in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return Mandant -
Uses of Mandant in de.xima.fc.workflow.designer.helper
Fields in de.xima.fc.workflow.designer.helper declared as MandantMethods in de.xima.fc.workflow.designer.helper with parameters of type MandantModifier and TypeMethodDescriptionstatic WorkflowStateModelWorkflowStateHelper.createNewState(WorkflowStateListModel stateListModel, Locale locale, Mandant client) Creates a new state with the defaults and no authenticators.static WorkflowStateModelWorkflowStateHelper.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.FilterCriterionWorkflowTriggerHelper.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 WorkflowEntityReferencesWorkflowElementReferenceHelper.findEntityReferences(Mandant client, Projekt project, AssociatesModel associatesModel, FlowchartModel flowchartModel, Predicate<IObjectReferenceDescriptor> 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, Projekt project, 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, Projekt project, NodeKey targetNode) static List<ITriggerWithName> AssociateHelper.getAssignedTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getAttachmentProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) AssociateHelper.getDeadNodesDiff(AssociatesModel ass, FlowchartModel model, Mandant client) static List<INodeWithName> AssociateHelper.getErrorCompletionPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getFileProvidingParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static WorkflowFlowAnalysisAssociateHelper.getFlowAnalysis(AssociatesModel ass, FlowchartModel model, Mandant client) static List<INodeWithName> AssociateHelper.getNormalCompletionAttachmentProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getNormalCompletionPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getNormalCompletionProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getParentControlTransferTargets(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode, String[] targetTypes) static List<INodeWithName> AssociateHelper.getParents(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<INodeWithName> AssociateHelper.getPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static List<IFileProvidingNodeWithName> AssociateHelper.getProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) static ResourceBundleResourceBundleHelper.getResourceBundleForElement(EWorkflowElementType kind, String type, Mandant client, Locale locale) static ResourceBundleResourceBundleHelper.getResourceBundleForSelection(FlowchartSelection<?> selection, Mandant client, Locale locale) static ElementNodeInfoHelperElementNodeInfoHelper.newHelper(Mandant client, Projekt project, Locale locale, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType) static ElementTriggerInfoHelperElementTriggerInfoHelper.newHelper(Mandant client, Projekt project, Locale locale, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType) static voidElementPropertiesHelper.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 voidElementPropertiesHelper.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 voidElementPropertiesHelper.updateParamsOfSelectedNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client) static voidElementPropertiesHelper.updateParamsOfSelectedTrigger(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client) static voidElementPropertiesHelper.updateTaskOfSelectedTrigger(UUID oldTaskUuid, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client) Constructors in de.xima.fc.workflow.designer.helper with parameters of type MandantModifierConstructorDescriptionAElementInfoHelper(THandler handler, Mandant client, Projekt project, Locale locale, String elementType, String elementName, ElementKey elementKey, Object data) -
Uses of Mandant in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return MandantModifier and TypeMethodDescriptionBeanWorkflowValidationEnvironmentData.getClient()FacesWorkflowLocalValidationContext.getClient()RequestWorkflowEnvironmentData.getClient()Constructors in de.xima.fc.workflow.designer.logic with parameters of type MandantModifierConstructorDescriptionTreeAccessorWithDataNodeModel(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 that return MandantMethods in de.xima.fc.workflow.designer.model with parameters of type MandantModifier and TypeMethodDescriptionstatic INodeModelPrototypeNodeModelPrototype.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 MandantModifierConstructorDescriptionBpmnExportEnvironmentData(IEntityContext entityContext, Mandant client, Projekt project, WorkflowVersion workflowVersion, Locale locale, IUser user) 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 MandantMethods in de.xima.fc.workflow.event with parameters of type MandantModifier and TypeMethodDescriptionConstructors in de.xima.fc.workflow.event with parameters of type MandantModifierConstructorDescriptionprotectedAFormRecordEventData(Mandant client, IUser user, Locale locale, Projekt project, Vorgang formRecord) protectedAFormRecordEventData(Mandant client, IUser user, Locale locale, Vorgang formRecord) Deprecated.protectedAFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project, Vorgang formRecord) protectedprotectedAProjectEventData(Mandant client, IUser user, Locale locale, Projekt project) Deprecated.protectedprotectedAWorkflowEventData(Mandant client, IUser user, Locale locale) Deprecated.protectedAWorkflowEventData(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 -
Uses of Mandant in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist with parameters of type MandantModifier and TypeMethodDescriptionstatic 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 MandantModifier and TypeMethodDescriptionstatic voidFcEmailUserReferenceMigrator.migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, VerarbeitungEmail mailProps) Deprecated.static voidFcEmailUserReferenceMigrator.migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, FcEmailProps mailProps) static voidFcEmailUserReferenceMigrator.updateEmailAction(IEntityContext ec, Mandant client, Aktion action, Map<String, Long> userRefToProfileIdMap) Deprecated.static voidFcEmailUserReferenceMigrator.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 MandantModifier and TypeMethodDescriptionPojoBaseWorkflowEnvironmentData.getClient()PojoWorkflowValidationEnvironmentData.getClient()WorkflowTaskRunnerParams.getClient()Methods in de.xima.fc.workflow.model with parameters of type MandantModifier and TypeMethodDescriptionConstructors in de.xima.fc.workflow.model with parameters of type MandantModifierConstructorDescriptionPojoBaseWorkflowEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec) Creates a new POJO implementation ofIWorkflowValidationEnvironmentDatawith the given values.PojoWorkflowValidationEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec) Creates a new POJO implementation ofIWorkflowValidationEnvironmentDatawith the given values. -
Uses of Mandant in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes with parameters of type MandantModifier and TypeMethodDescriptionCrates a new instance of the helper for the given client. -
Uses of Mandant in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type MandantModifier and TypeMethodDescriptionstatic WorkflowValidator.BuilderWorkflowValidator.builder(Mandant client, Projekt project, WorkflowVersion workflowVersion) Constructors in de.xima.fc.workflow.processor.engine with parameters of type MandantModifierConstructorDescriptionBuilder(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 MandantModifier and TypeMethodDescriptionstatic WorkflowTriggerWorkflowTriggerFactory.custom(IWorkflowElementTypeProviding type, Object data, Mandant client) static WorkflowTrigger -
Uses of Mandant in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type MandantModifier and TypeMethodDescriptionWorkflowProviderHelper.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<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderHelper.computeAllDirectClientAuthorizationsSelectItems(IEntityContext ec, Mandant client) Finds all direct client authorizations select items available for the given client.WorkflowProviderHelper.computeAllFormElements(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride) 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<PromptConnectionData> WorkflowProviderHelper.computeAllPromptConnections(Mandant client) Finds all prompt connections owned by the given client.static List<PromptQueryData> WorkflowProviderHelper.computeAllPromptQueries(Mandant client) Finds all prompt queries owned by the given client.WorkflowProviderHelper.computeAllRepeatedFormElements(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride) static List<BenutzerGruppe> WorkflowProviderHelper.computeAllUserGroups(IEntityContext ec, Mandant client) Finds all user groups avaiable for the given client.static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> WorkflowProviderHelper.computeAllUserGroupSelectItems(IEntityContext ec, Mandant client) Finds all user groups select items available for the given client.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) WorkflowProviderHelper.computeAttachmentProvidingParents(Mandant client, Projekt project, 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, Projekt project, 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) WorkflowProviderHelper.computeCompletionAttachmentProvidingPredecessors(Mandant client, Projekt project, 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.WorkflowProviderHelper.computeCompletionFileProvidingPredecessors(Mandant client, Projekt project, 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, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys) static List<IFileProvidingNodeWithName> WorkflowProviderHelper.computeFileProvidingNodeNamesForPrevious(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys) WorkflowProviderHelper.computeFileProvidingParents(Mandant client, Projekt project, 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, Projekt project, 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, Projekt project, 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 <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper.computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement, UUID, Object> accessor, Mandant client) Deprecated.static List<INodeWithName> WorkflowProviderHelper.computeNodeNames(Mandant client, Projekt project, 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) 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, Projekt project, 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, Projekt project, 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 ITriggerWithNameWorkflowProviderHelper.computeTriggerName(TriggerModel trigger, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static List<ITriggerWithName> WorkflowProviderHelper.computeTriggerNames(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys) static StringWorkflowLocalizationHelper.getLocalizedWorkflowElementMessage(Locale locale, Mandant client, EWorkflowElementType elementType, String type, String key, String defaultValue, Object[] parameters) Get a localized message for a workflow element.static StringWorkflowLocalizationHelper.getLocalizedWorkflowNodeMessage(Locale locale, Mandant client, String type, String key, String defaultValue, Object[] parameters) Get a localized message for a workflow node.static StringWorkflowLocalizationHelper.getLocalizedWorkflowTriggerMessage(Locale locale, Mandant client, String type, String key, String defaultValue, Object[] parameters) 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 MandantModifier and TypeMethodDescriptionstatic WorkflowFlowAnalysisWorkflowFlowAnalysis.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 <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis.analyzeRootNodes(Iterable<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement, UUID, Object> treeAccessor, Mandant client) Deprecated.static WorkflowFlowAnalysisWorkflowFlowAnalysis.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 -
Uses of Mandant in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return MandantMethods in de.xima.fc.workflow.processor.model with parameters of type MandantModifier and TypeMethodDescriptionstatic WorkflowElementIndexWorkflowElementIndex.of(WorkflowProcess process, Mandant client) Creates a new index with all workflow element from the given process.static WorkflowElementIndexWorkflowElementIndex.of(WorkflowTask task, Mandant client) Creates a new index with all workflow element from the given task.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 MandantModifierConstructorDescriptionBuilder(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 MandantModifier and TypeMethodDescriptionUserDataDescriptor.valueUserData(IUser user, Mandant client) Creates a value that conforms to theUserDataDescriptorvalue descriptor.
PathHandler.FS.getPluginDirPath(String)