Uses of Interface
de.xima.fc.interfaces.user.IUser
Packages that use IUser
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für den API-Zugriff auf Workflowverarbeitung
Package für Datenbankentitäten
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 IUser in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IUserModifier and TypeMethodDescriptionVorgangAPI.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, IUser user) Deprecated.The old workflow is deprecated, use method for the new workflow.WorkflowTaskAPI.getInboxTasks
(UserContext uc, Vorgang formRecord, IUser user) Finds all tasks that are allowed to be invoked by the given user in the inbox.boolean
WorkflowTaskAPI.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user) Checks whether the given task may be initiated by the given user in the inbox. -
Uses of IUser in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IUserModifier and TypeMethodDescriptionSetupAPI.createMandantWithDependencies
(UserContext uc, Mandant client, MandantMailData mailData, String adminEmail, IUser creator) Method for creating aMandant
with initial configuration analogous to the setup process.boolean
MailAPI.sendUserMfaEmailCodeMail
(IUser user, Locale defaultLocale) Sends a mail with an MFA code. -
Uses of IUser in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type IUserModifier and TypeMethodDescriptionWorkflowAPI.initCorrectionWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user) Deprecated.Use methods of the new workflow engine.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of IUser in de.xima.fc.bl
Methods in de.xima.fc.bl with parameters of type IUserModifier and TypeMethodDescriptionstatic IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String, Serializable> sessionAttributes) Deprecated.static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated. -
Uses of IUser in de.xima.fc.bl.fdv
Constructors in de.xima.fc.bl.fdv with parameters of type IUserModifierConstructorDescriptionWorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, IUser user, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig, boolean anonymize) Deprecated. -
Uses of IUser in de.xima.fc.copy
Methods in de.xima.fc.copy with parameters of type IUser -
Uses of IUser in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type IUserModifier and TypeMethodDescriptionVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user) FormVersionDao.createDefaultFormVersion
(IEntityContext ec, Projekt project, IUser user) ProjektDao.getAccessableProjects
(IEntityContext ec, IUser user, Mandant client) -
Uses of IUser in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type IUserModifier and TypeMethodDescriptionIVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user) IFormVersionDao.createDefaultFormVersion
(IEntityContext ec, Projekt project, IUser user) Returns a new default form version on the basis of a given project.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. -
Uses of IUser in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type IUserModifier and TypeMethodDescriptionvoid
ProtokollUtils.addChangeAllFormsForFSProtocolEntry
(MandantFrontendServer frontendServer, IUser user, IEntityContext ec, boolean isDelete) Creates a log entry that shows when the release of all forms for a frontend server has changed.void
ProtokollUtils.addFSAutomaticAddedToFormProtocolEntry
(MandantFrontendServer frontendServer, Projekt project, IUser user, IEntityContext ec) Creates a log entry that shows when a form has been automatically released for a frontend server.void
ProtokollUtils.addFSChangedFromProjectProtocolEntry
(Projekt project, List<MandantFrontendServer> changedFrontendServers, IUser user, IEntityContext ec, boolean isDelete) Creates a log entry that shows when the assigned frontend servers of a project have changed.void
ProtokollUtils.addMalwareDetectedProtocolEntry
(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report) Adds a system protocol entry when malware was detected in a file or some data.void
ProtokollUtils.addMalwareDetectedProtocolEntry
(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Mandant client) Adds a client protocol entry when malware was detected in a file or some data.void
ProtokollUtils.addMalwareDetectedProtocolEntry
(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Vorgang formRecord) Adds a processing protocol entry when malware was detected in a file or some data.void
ProtokollUtils.addPluginCreatedEntry
(IEntityContext ec, IPluginEntity<?, ?, ?> plugin, String name, String version, IUser user, Locale locale) Adds a protocol entry for when a client or system scoped plugin was newly created.void
ProtokollUtils.addPluginDeletedEntry
(IEntityContext ec, IPluginEntity<?, ?, ?> plugin, String name, String version, IUser user, Locale locale) Adds a protocol entry for when a client or system scoped plugin was deleted.void
ProtokollUtils.addPluginUpdatedEntry
(IEntityContext ec, IPluginEntity<?, ?, ?> plugin, String name, String version, IUser user, Locale locale) Adds a protocol entry for when a client or system scoped plugin was updated with a new plugin JAR file.void
ProtokollUtils.addProjectActivationChangedProtocolEntry
(Projekt project, IUser user, IEntityContext ec, boolean isActiveNow, boolean wasPreviouslyActive) Creates a log entry indicating whether a project has been switched online or offline.void
ProtokollUtils.addSaveInvalidWorkflowProtocolEntry
(Projekt project, IUser user, IEntityContext ec) Creates a log entry indicating whether a project's workflow is invalid and has been saved anyway.void
ProtokollUtils.addStateChangeProtocolEntry
(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState) Adds a protocol entry for a state change, i.e. when theVorgang.getCurrentStatus()
is changed.void
ProtokollUtils.addTriggerFiredProtocolEntry
(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task) Adds the protocol entry for when a workflow trigger was fired.static final ProtocolEntryClient
ProtokollUtils.getNewFormVersionPe
(IUser user, FormVersion formversion) Generates a protocol entry for indicating that a new Form version has been created -
Uses of IUser in de.xima.fc.entities
Methods in de.xima.fc.entities that return IUserMethods in de.xima.fc.entities with parameters of type IUserModifier and TypeMethodDescriptionvoid
Vorgang.setCreator
(IUser creator) void
void
FormEingang.setErsteller
(IUser ersteller) void
void
SystemMessage.setUserCreator
(IUser userCreator) void
SystemMessage.setUserEditor
(IUser userEditor) -
Uses of IUser in de.xima.fc.export
Methods in de.xima.fc.export with parameters of type IUserModifier and TypeMethodDescriptionstatic final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Projekt project, IUser user) static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Long projectId, IUser user) -
Uses of IUser in de.xima.fc.exporter
Fields in de.xima.fc.exporter declared as IUserMethods in de.xima.fc.exporter with parameters of type IUser -
Uses of IUser in de.xima.fc.exporter.interfaces
Methods in de.xima.fc.exporter.interfaces with parameters of type IUserModifier and TypeMethodDescriptionIEntityExporter.doExport
(IEntityContext ec, File baseDir, IUser user) Exports the set entities to the given directory -
Uses of IUser in de.xima.fc.filter.db
Methods in de.xima.fc.filter.db that return IUser -
Uses of IUser in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IUserModifier and TypeMethodDescriptionstatic Attachment
AttachmentHelper.createAttachment
(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) -
Uses of IUser in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish declared as IUserMethods in de.xima.fc.form.publish that return IUserMethods in de.xima.fc.form.publish with parameters of type IUser -
Uses of IUser in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return IUserMethods in de.xima.fc.form.render with parameters of type IUserConstructors in de.xima.fc.form.render with parameters of type IUserModifierConstructorDescriptionFormRenderContextBuilder
(long projektId, Integer formVersionNumber, Locale locale, IUser user, String processId) -
Uses of IUser in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as IUserMethods in de.xima.fc.form.request that return IUserModifier and TypeMethodDescriptionExtendedFormRequestContext.getUserModel()
FormRequestContext.getUserModel()
Methods in de.xima.fc.form.request with parameters of type IUserConstructors in de.xima.fc.form.request with parameters of type IUserModifierConstructorDescriptionFormRequestContextBuilder
(long projektId, Integer formVersionNummer, String prozessId, IUser user) FormRequestContextBuilder
(long projektId, Integer formVersionNummer, String prozessId, IUser user, FrontendServer frontendServer) -
Uses of IUser in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type IUser -
Uses of IUser in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings with parameters of type IUserModifier and TypeMethodDescriptionboolean
UpdateBean.SystemUpdate.executeSystemUpdates
(IUser user, Locale locale) Deprecated.UseFormcycleUpdate
instead.void
Deprecated.UseFormcycleUpdate
instead. -
Uses of IUser in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IUserMethods in de.xima.fc.gui.common.bean with parameters of type IUserModifier and TypeMethodDescriptionViewHelperBean.getDefaultUri
(IUser user) ViewHelperBean.getLoginUri
(IUser user) void
ViewHelperBean.redirectToDefaultUri
(IUser user) -
Uses of IUser in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type IUserModifier and TypeMethodDescriptionstatic de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils.getDefalutFormRecordCreatorFilterCriterion
(IUser user) static de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils.getDefalutFormRecordEditorFilterCriterion
(IUser user) static ProtocolEntryProcessing
EntityUtils.getNewCommentEntry
(IUser user, Vorgang process, String comment) static de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils.getUserRefFilterCriterion
(String attrName, IUser user) Constructors in de.xima.fc.gui.common.utils with parameters of type IUserModifierConstructorDescriptionClientDashboardBuilder
(IUser user, Mandant client) MainMenuBuilder
(IUser user, Mandant client) SystemDashboardBuilder
(IUser user, Mandant client) -
Uses of IUser in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return IUserMethods in de.xima.fc.gui.designer.form.utils with parameters of type IUserModifier and TypeMethodDescriptionstatic String
DesignerConfigFactory.createDesignerConfig
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId) Creates the designer config for the current faces request and the given model.static com.alibaba.fastjson.JSONObject
DesignerConfigFactory.createDesignerConfigJson
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId) Creates the designer config for the current faces request and the given model.static FormDesignerModel
FormDesignerModelFactory.createFormDesignerModel
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, ProjectPageBean projectHolder, Locale locale, IUser user, WebFormPersistFile initialPersist, String conversationId) Creates a new form designer model from the data of the given faces request.static String
FormTemplateHelper.fetchPersistJson
(Mandant client, IUser user, ETemplateType type, String id, URI uri) Gets the persist JSON for a specific template.static FetchTemplateResult
FormTemplateHelper.fetchTagsAndTemplates
(Mandant client, Locale locale, IUser user, Projekt project, FormVersion formVersion) static FormTemplate
FormTemplateHelper.insertNewTemplate
(Mandant client, IUser user, TemplateDataParams params) static void
FormTemplateHelper.removeFormTemplate
(IUser user, long templateId) static FormTemplate
FormTemplateHelper.updateExistingTemplate
(Mandant client, IUser user, long templateId, TemplateDataParams params) Constructors in de.xima.fc.gui.designer.form.utils with parameters of type IUserModifierConstructorDescriptionFormDesignerEnvironmentData
(IEntityContext entityContext, Mandant client, IUser user, Locale locale, Projekt project, FormVersion formVersion, WorkflowVersion workflowVersion) -
Uses of IUser in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model with parameters of type IUser -
Uses of IUser in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type IUserModifier and TypeMethodDescriptionLazyProjectViewListModel.updateProjectGroupNames
(IEntityContext ec, ProjectViewModel model, IUser user) Constructors in de.xima.fc.gui.model.lazydata with parameters of type IUserModifierConstructorDescriptionLazyProjectViewListModel
(IUser user, Mandant client, Locale locale) -
Uses of IUser in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project with parameters of type IUserModifier and TypeMethodDescriptionvoid
ProjectViewModel.update
(IEntityContext ec, IUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of IUser in de.xima.fc.gui.model.version
Constructors in de.xima.fc.gui.model.version with parameters of type IUserModifierConstructorDescriptionProjectVersionModel
(AProjectDetailsBean projectDetails, IUser user) -
Uses of IUser in de.xima.fc.gui.transfer
Methods in de.xima.fc.gui.transfer with parameters of type IUserModifier and TypeMethodDescriptionstatic final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
org.primefaces.model.StreamedContentEntityExportHelper.getStreamedContent
(IEntityExporter<T> exporter, IUser user) -
Uses of IUser in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type IUserModifier and TypeMethodDescriptionstatic BaseDesignerModel
DesignerModelFactory.createBaseDesignerModel
(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, IUser user) The base designer model with basic data about the client, project etc.static FrameDesignerModel
DesignerModelFactory.createFrameDesignerModel
(javax.faces.context.FacesContext facesContext, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, IUser user, String conversationId) Creates a new frame designer model from the data of the given faces request. -
Uses of IUser in de.xima.fc.gui.utils.messages
Methods in de.xima.fc.gui.utils.messages with parameters of type IUserModifier and TypeMethodDescriptionstatic <R> List<AInternalMessage>
InternalMessageHelper.getAllPluginMessageEntities
(IEntityContext ec, UserAccess userAccess, ViewContextBean viewContext, IUser user) -
Uses of IUser in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IUserModifier and TypeMethodDescriptionVorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, IUser user) Deprecated.WorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, IUser user) boolean
WorkflowTaskHandler.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user) -
Uses of IUser in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IUserModifier and TypeMethodDescriptionIVorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, IUser user) Deprecated.The old workflow engine is deprecated, use the new workflow engine.IWorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, IUser user) Finds all tasks that are allowed to be invoked by the given user in the inbox.boolean
IWorkflowTaskHandler.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user) Checks whether the given task may be initiated by the given user in the inbox. -
Uses of IUser in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IUserModifier and TypeMethodDescriptionboolean
ISetupHandler.createManantWithDependencies
(UserContext uc, Mandant client, MandantMailData clientMailData, String adminEmail, IUser creator) Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozessboolean
IMailHandler.sendUserMfaEmailCodeMail
(IUser user, Locale defaultLocale) Sends a mail with an MFA code. -
Uses of IUser in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type IUserModifier and TypeMethodDescriptionIWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of IUser in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IUserModifier and TypeMethodDescriptionboolean
SetupHandler.createManantWithDependencies
(UserContext uc, Mandant mandant, MandantMailData mailData, String adminEmail, IUser creator) boolean
MailHandler.sendUserMfaEmailCodeMail
(IUser user, Locale defaultLocale) -
Uses of IUser in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow with parameters of type IUserModifier and TypeMethodDescriptionWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use the new workflow engine. -
Uses of IUser in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean with parameters of type IUserModifier and TypeMethodDescriptionvoid
ProcessViewBean.putCreatorFilter
(IUser user) void
ProcessViewBean.putEditorFilter
(IUser user) -
Uses of IUser in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model with parameters of type IUserModifier and TypeMethodDescriptionProcessGUIModel.Builder.build
(UserContext uc, IUser user, ViewBean viewBean) Deprecated.static final ProcessGUIModel
ProcessGUIModel.forInboxView
(Long formRecordId, EProcessView processView, Locale locale, IUser user, String baseUrl) static final ProcessGUIModel
ProcessGUIModel.forStandaloneView
(javax.faces.context.FacesContext facesContext, Locale defaultLocale, IUser user) void
ProcessGUIModel.updateData
(IUser user) -
Uses of IUser in de.xima.fc.inbox.model.request
Methods in de.xima.fc.inbox.model.request with parameters of type IUserModifier and TypeMethodDescriptionstatic final IInboxFormRecordRequest
InboxFormRecordRequestFactory.readRequest
(Long formRecordId, IUser user) Deprecated.static final IInboxFormRecordRequest
InboxFormRecordRequestFactory.readRequest
(Long formRecordId, IUser user, Locale locale) Creates a new request for a form record that marks the form record as readstatic final IInboxFormRecordRequest
InboxFormRecordRequestFactory.readRequest
(String formRecordProcessId, IUser user) Deprecated.static final IInboxFormRecordRequest
InboxFormRecordRequestFactory.readRequest
(String formRecordProcessId, IUser user, Locale locale) Creates a new request for a form record that marks the form record as readConstructors in de.xima.fc.inbox.model.request with parameters of type IUser -
Uses of IUser in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
InboxUtils.canUserChangeToState
(UserContext uc, IUser user, Status state) Deprecated.static final de.xima.cmn.criteria.FilterCriterion
ProcessQueryCriteriaUtils.getCreatorFilter
(EProcessListView view, IUser user) static final de.xima.cmn.criteria.FilterCriterion
ProcessQueryCriteriaUtils.getEditorFilter
(EProcessListView view, IUser user) InboxUtils.getUserInboxes
(IUser user, Mandant client) -
Uses of IUser in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IUser -
Uses of IUser in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth with parameters of type IUserModifier and TypeMethodDescriptionboolean
IFormAuthContext.checkAuthorization
(IUser user) boolean
IAuthorizer.isUserAuthorized
(IUser user, IAuthorizationContext context) Checks whether the given user is authorized for the given authorization context. -
Uses of IUser in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return IUserModifier and TypeMethodDescriptionIFormPublishContext.getUser()
IFormRenderContext.getUserModel()
IFormRequestContext.getUserModel()
Methods in de.xima.fc.interfaces.form with parameters of type IUserModifier and TypeMethodDescriptionvoid
void
IFormRenderContext.setUserModel
(IUser user) void
IFormRequestContext.setUserModel
(IUser user) -
Uses of IUser in de.xima.fc.interfaces.form.record.request
Methods in de.xima.fc.interfaces.form.record.request that return IUser -
Uses of IUser in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return IUser -
Uses of IUser in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return IUser -
Uses of IUser in de.xima.fc.interfaces.servlet.event
Methods in de.xima.fc.interfaces.servlet.event that return IUser -
Uses of IUser in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return IUser -
Uses of IUser in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IUserModifier and TypeMethodDescriptiondefault IUser
IWorkflowExecutionEnvironmentData.getEffectiveUserModel()
IBaseEnvironmentData.getUserModel()
-
Uses of IUser in de.xima.fc.jpa.context
Methods in de.xima.fc.jpa.context that return IUserMethods in de.xima.fc.jpa.context with parameters of type IUserModifier and TypeMethodDescriptionstatic IEntityContext
EntityContextFactory.newEntityContext
(IUser user) -
Uses of IUser in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
UserMailUtil.sendUserMfaEmailCodeMail
(IUser user, Locale defaultLocale) -
Uses of IUser in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type IUserModifier and TypeMethodDescriptionstatic final Projekt
ProjectManager.create
(IEntityContext ec, Projekt project, IUser user) static final Projekt
ProjectManager.create
(IEntityContext ec, Projekt project, IUser user, boolean useOldWorkflow) static final Projekt
ProjectManager.update
(IEntityContext ec, Projekt project, IUser user) -
Uses of IUser in de.xima.fc.mdl
Methods in de.xima.fc.mdl with parameters of type IUser -
Uses of IUser in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return IUserMethods in de.xima.fc.mdl.print with parameters of type IUser -
Uses of IUser in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as IUser -
Uses of IUser in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IUserModifier and TypeMethodDescriptionstatic APluginEntity<?,
?, ?> PluginTransactions.newPluginEntityForJarFile
(WorkspaceScope scope, IUser user, Path jarFile, PluginID pluginId) Creates a new plugin entity with the data from the given JAR file.static void
PluginTransactions.setNewPluginData
(APluginEntity<?, ?, ?> plugin, IUser user, Path jarFile) Sets a new JAR file for a given plugin. -
Uses of IUser in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return IUserMethods in de.xima.fc.plugin.models.params.servlet with parameters of type IUserModifier and TypeMethodDescriptionConstructors in de.xima.fc.plugin.models.params.servlet with parameters of type IUserModifierConstructorDescriptionPluginServletActionParams
(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 IUser in de.xima.fc.proma
Methods in de.xima.fc.proma with parameters of type IUserModifier and TypeMethodDescriptionstatic IPublicAsyncWebSocketContext
RequestPromaContexts.publicWebSocketAsync
(IUser user) static IPublicAsyncWebSocketContext
RequestPromaContexts.publicWebSocketAsync
(IUser user, de.xima.ximahttp.jakarta_faces.api.IContextualExecutor executor) static IPublicSyncWebSocketContext
RequestPromaContexts.publicWebSocketSync
(IUser user) static IPublicSyncWebSocketContext
RequestPromaContexts.publicWebSocketSync
(IUser user, de.xima.ximahttp.jakarta_faces.api.IContextualExecutor executor) -
Uses of IUser in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util with parameters of type IUserModifier and TypeMethodDescriptionstatic Set<WorkspaceScope>
PromaPluginUpdateCheck.findPluginScopesToCheckForUpdates
(IEntityContext ec, IUser user, boolean forceUpdate) Finds all client or system scopes for which the user is allowed to check for plugin updates.static boolean
PromaAccessChecker.isPluginPromaRequestAllowedForScope
(IUser user, WorkspaceScope scope) Checks whether requests to PROMA concerning plugins (such as the plugin update check) are allowed for the given context and scope (a client scope or system scope) are allowed. -
Uses of IUser in de.xima.fc.security.authentication
Methods in de.xima.fc.security.authentication with parameters of type IUserModifier and TypeMethodDescriptionstatic void
AutoLoginHelper.addCookie
(IUser user, IAuthWebContext authContext) Constructors in de.xima.fc.security.authentication with parameters of type IUser -
Uses of IUser in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return types with arguments of type IUserModifier and TypeMethodDescriptionSecurityWebContextHelper.getUser
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IAuthenticationTarget target) Methods in de.xima.fc.security.helper with parameters of type IUserModifier and TypeMethodDescriptionstatic String
SecurityWebEndpointHelper.getDefaultUriForAuthenticatedUser
(IUser user) static String
SecurityWebEndpointHelper.getLoginUri
(IUser user) Returns the default login URI for the given user.static List<DirectClientAuthorization>
SecurityEntityHelper.getUnacceptedClientInvitations
(IUser user) static boolean
SecurityEntityHelper.hasUnacceptedClientInvitations
(IUser user) static boolean
SecurityProfileHelper.isMultiFactorAuthenticated
(IUser user) static boolean
SecurityProfileHelper.isMultiFactorAuthenticationNeeded
(IUser user) static boolean
SecurityWebEndpointHelper.isUserAuthorized
(IWebEndpoint endpoint, IAuthorizationContext context, IUser user) Checks if the given user has authorization for the given web endpoint within the given context. -
Uses of IUser in de.xima.fc.security.user
Methods in de.xima.fc.security.user that return IUser -
Uses of IUser in de.xima.fc.servlet.event
Methods in de.xima.fc.servlet.event with parameters of type IUserModifier and TypeMethodDescriptionstatic final IDoiVerificationEventData
ServletEventDataFactory.doiSelfVerification
(Vorgang formRecord, IUser user, Locale locale, boolean skipWorkflowTriggers) Creates the event data for verifying the Double-Opt-In of a form record manually using the verify UUID of the form record itself. -
Uses of IUser in de.xima.fc.session
Methods in de.xima.fc.session that return IUserModifier and TypeMethodDescriptionXfcSession.getUser()
Deprecated.Don't use!FRQSession.getUserModel()
Methods in de.xima.fc.session with parameters of type IUser -
Uses of IUser in de.xima.fc.setup
Methods in de.xima.fc.setup with parameters of type IUserModifier and TypeMethodDescriptionDefaultClientCreator.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) static FCMessage
XFSetup.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, String adminMail, IUser creator) Creates a client with the currentIClientCreator
and currentIClientCreateData
-
Uses of IUser in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type IUserModifier and TypeMethodDescriptionIClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) Method to create an client with the given data. -
Uses of IUser in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return IUserModifier and TypeMethodDescriptionstatic IUser
Deprecated.static IUser
ProfileHelper.toUser
(UserProfile userProfile) Methods in de.xima.fc.testhelper with parameters of type IUserModifier and TypeMethodDescriptionstatic Vorgang
EntityDummyFactory.dummyFormRecord
(String subject, Projekt project, IUser user, Status state) static Vorgang
EntityDummyFactory.dummyFormRecord
(String subject, Projekt project, IUser user, WorkflowState state) -
Uses of IUser in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel with parameters of type IUserModifier and TypeMethodDescriptionFdToExcelBuilder.buildForProcessIDs
(UserContext uc, IUser user, List<Long> processIDs) Builds the excel export for an list ofVorgang.getId()
´s -
Uses of IUser in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml with parameters of type IUserModifier and TypeMethodDescriptionFdToXmlBuilder.buildForProcessIDs
(UserContext uc, IUser user, List<Long> processIDs) Builds the XML export of anList
ofVorgang.getId()
´s -
Uses of IUser in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
UpdateManager.checkForNeededUpdates
(IUser user) Checks whether updates are required.static void
UpdateManager.executeNecessaryUpdates
(IUser user) static void
UpdateManager.executeNecessaryUpdates
(IUser user, ISystemUpdateProgressObserver observer) static void
UpdateManager.executeUpdate
(IUser user, ISystemUpdate update) static boolean
UpdateManager.isHasSystemUpdateLock
(IUser user) static void
UpdateManager.removeSystemUpdateLock
(IUser user) Constructors in de.xima.fc.update with parameters of type IUser -
Uses of IUser in de.xima.fc.user
Classes in de.xima.fc.user that implement IUserModifier and TypeClassDescriptionclass
Model for virtual users such as the SYSTEM user.Fields in de.xima.fc.user declared as IUserModifier and TypeFieldDescriptionstatic final IUser
VirtualUser.ANONYMOUS
static final IUser
VirtualUser.SYSTEM
Methods in de.xima.fc.user that return IUserModifier and TypeMethodDescriptionstatic IUser
UserFactory.anonymous
(Collection<BenutzerGruppe> userGroups) static IUser
UserFactory.forPac4jProfile
(org.pac4j.core.profile.UserProfile pac4jProfile) static IUser
UserFactory.forWebContext
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IAuthenticationTarget target) UserContext.getUser()
Methods in de.xima.fc.user with parameters of type IUserModifier and TypeMethodDescriptionstatic UserContext
boolean
UserAccess.hasClientAccess
(IUser user, Mandant client, IAccessProperty property) Checks if a user has client access.boolean
UserAccess.hasClientOrGeneralAccess
(IUser user, Mandant client, IAccessProperty property) Checks if a user has general or client access for the given permission.boolean
UserAccess.hasGeneralAccess
(IUser user, IAccessProperty property) Checks if a user has general access.boolean
UserAccess.hasProjectAccess
(IUser user, Projekt project, IAccessProperty property) Checks if a user has project access.boolean
UserAccess.hasSystemAccess
(IUser user, IAccessProperty property) Checks if a user has system access.boolean
UserAccess.hasSystemAccess
(IUser user, IAccessProperty property, boolean ignoreLicenseAccesses) Checks if a user has system access.Method parameters in de.xima.fc.user with type arguments of type IUserModifier and TypeMethodDescriptionstatic void
UserFactory.registerUserProducer
(Function<org.pac4j.core.profile.UserProfile, IUser> userProducer) -
Uses of IUser in de.xima.fc.utils
Methods in de.xima.fc.utils that return IUserModifier and TypeMethodDescriptionstatic IUser
Pac4jUtils.getUser
(javax.servlet.http.HttpSession session) Finds the user within the session data and returns it if present.Methods in de.xima.fc.utils with parameters of type IUserModifier and TypeMethodDescriptionstatic boolean
UserMgmtUtils.canAccessClient
(IUser user, Mandant client) Whether the given user has permission to access the given client.static boolean
UserMgmtUtils.canAccessInbox
(IUser user, Postfach inbox) Whether the user has permission to access the client inbox.static boolean
UserMgmtUtils.canEditProject
(IUser user, Projekt project) Whether or not the given user has permission to edit the given project.static boolean
UserMgmtUtils.canViewProject
(IUser user, Projekt project) Whether the given user has permission to view the given project.static Benutzer
UserMgmtUtils.getBenutzerFromUser
(IUser user, Mandant client) Deprecated.static boolean
UserMgmtUtils.hasBackendAccess
(IUser user) Checks if the user has permission to access to the formcycle backend.static boolean
UserMgmtUtils.isAnonymousUser
(IUser user) Checks if the user is anonymous.static boolean
UserMgmtUtils.isAuthenticatedFor
(IUser user, String authTarget) checks if the user has been authenticated for the given authentication target.static boolean
UserMgmtUtils.isClientAdmin
(IUser user, Mandant client) Checks if the user is an admin of the given client.static boolean
UserMgmtUtils.isInvitedUser
(IUser user) static boolean
UserMgmtUtils.isSuperUser
(IUser user) Checks if the user is THE super user.static boolean
UserMgmtUtils.isSystemAdmin
(IUser user) Checks if the user is a system admin.static boolean
UserMgmtUtils.isUser
(IEntityClientAuthorization authorization, IUser user) Checks whether the given client authorization applies to the given user.static boolean
UserMgmtUtils.isUser
(IUserIdentity identity, IUser user) Checks whether the given user identity is the identity of the given user.static boolean
UserMgmtUtils.isUser
(UserProfile profile, IUser user) Checks whether the given user profile is the user profile of the given user.static com.alibaba.fastjson.JSONObject
static com.alibaba.fastjson.JSONObject
-
Uses of IUser in de.xima.fc.web
Methods in de.xima.fc.web with parameters of type IUser -
Uses of IUser in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth with parameters of type IUser -
Uses of IUser in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return IUserConstructors in de.xima.fc.web.common.datasource with parameters of type IUserModifierConstructorDescriptionDatenquelleParams
(Mandant mandant, Map<String, Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt, IUser user, com.alibaba.fastjson.JSONObject userData) -
Uses of IUser in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json with parameters of type IUser -
Uses of IUser in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data with parameters of type IUserModifier and TypeMethodDescriptionstatic List<WorkflowTask>
InboxTaskUtil.getInboxTasks
(IEntityContext ec, Vorgang formRecord, IUser user) Finds all tasks that are allowed to be invoked by the given user in the inbox.static boolean
InboxTaskUtil.isTaskInvokableInInbox
(IEntityContext ec, WorkflowTask task, Vorgang formRecord, IUser user) Checks whether the given task may be initiated by the given user in the inbox. -
Uses of IUser in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return IUserModifier and TypeMethodDescriptionBeanWorkflowValidationEnvironmentData.getUserModel()
FacesWorkflowLocalValidationContext.getUserModel()
RequestWorkflowEnvironmentData.getUserModel()
-
Uses of IUser in de.xima.fc.workflow.event
Fields in de.xima.fc.workflow.event declared as IUserModifier and TypeFieldDescriptionprotected IUser
AFormRecordEventDataBuilder.user
protected IUser
AFormRecordEventDataBuilder.user
protected IUser
AFormRecordEventDataBuilder.user
protected IUser
AFormRecordEventDataBuilder.user
Methods in de.xima.fc.workflow.event that return IUserMethods in de.xima.fc.workflow.event with parameters of type IUserModifier and TypeMethodDescriptionstatic IDoiVerifiedEventData
WorkflowEventDataFactory.doiVerified
(Vorgang formRecord, WorkflowNode doiInitWorkflowNode, IUser user, Locale locale) static IDoiVerifiedEventData
WorkflowEventDataFactory.doiVerified
(Vorgang formRecord, WorkflowNode doiInitWorkflowNode, IUser user, Locale locale, Clock clock) Creates the data for the event that is triggered when the double opt-in process of a form record has been verified.Constructors in de.xima.fc.workflow.event with parameters of type IUserModifierConstructorDescriptionprotected
AFormRecordEventData
(Mandant client, IUser user, Locale locale, Projekt project, Vorgang formRecord) protected
AFormRecordEventData
(Mandant client, IUser user, Locale locale, Vorgang formRecord) Deprecated.protected
AFormRecordEventData
(Mandant client, IUser user, Locale locale, Clock clock, Projekt project, Vorgang formRecord) protected
protected
AProjectEventData
(Mandant client, IUser user, Locale locale, Projekt project) Deprecated.protected
protected
AWorkflowEventData
(Mandant client, IUser user, Locale locale) Deprecated.protected
AWorkflowEventData
(Mandant client, IUser user, Locale locale, Clock clock) -
Uses of IUser in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return IUser -
Uses of IUser in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return IUserModifier and TypeMethodDescriptionPojoBaseWorkflowEnvironmentData.getUserModel()
PojoWorkflowValidationEnvironmentData.getUserModel()
WorkflowTaskRunnerParams.getUserModel()
Methods in de.xima.fc.workflow.model with parameters of type IUserModifier and TypeMethodDescriptionConstructors in de.xima.fc.workflow.model with parameters of type IUserModifierConstructorDescriptionPojoBaseWorkflowEnvironmentData
(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec) Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values.PojoWorkflowValidationEnvironmentData
(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec) Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values. -
Uses of IUser in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type IUserModifier and TypeMethodDescription -
Uses of IUser in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return IUserModifier and TypeMethodDescriptionDefaultWorkflowValidationContext.getUserModel()
InjectableValidationContext.getUserModel()
-
Uses of IUser in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IUserConstructors in de.xima.fc.workflow.processor.model with parameters of type IUserModifierConstructorDescriptionBuilder
(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.