Uses of Interface
de.xima.fc.interfaces.user.IUser
-
-
Uses of IUser in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IUser Modifier and Type Method Description VorgangVorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.The old workflow is deprecated, use method for the new workflow.List<WorkflowTask>WorkflowTaskAPI. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)Finds all tasks that are allowed to be invoked by the given user in the inbox.booleanWorkflowTaskAPI. 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 IUser Modifier and Type Method Description BooleanSetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, String adminEmail, IUser creator)Method for creating aMandantwith initial configuration analogous to the setup process.booleanMailAPI. 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 IUser Modifier and Type Method Description IWorkflowResponseWorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user)Deprecated.Use methods of the new workflow engine.IWorkflowResponseWorkflowAPI. 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 IUser Modifier and Type Method Description static IWorkflowResponseWorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String,Serializable> sessionAttributes)Deprecated.static IWorkflowResponseWorkflowStarter. 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 IUser Constructor Description WorkflowProcessing(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 Modifier and Type Method Description ProjektProjectDuplicator. duplicate(IEntityContext ec, IUser user) -
Uses of IUser in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type IUser Modifier and Type Method Description VorgangVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)FormVersionFormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)List<Projekt>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 IUser Modifier and Type Method Description VorgangIVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)FormVersionIFormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)Returns a new default form version on the basis of a given project.List<Projekt>IProjektDao. getAccessableProjects(IEntityContext ec, IUser user, Mandant client)Returns all projects which are editable or visible by the user groups of the user in the given client. -
Uses of IUser in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type IUser Modifier and Type Method Description voidProtokollUtils. 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.voidProtokollUtils. 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.voidProtokollUtils. 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.voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report)Adds a system protocol entry when malware was detected in a file or some data.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. 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.voidProtokollUtils. 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.voidProtokollUtils. 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.voidProtokollUtils. 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.voidProtokollUtils. 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.voidProtokollUtils. addSaveInvalidWorkflowProtocolEntry(Projekt project, IUser user, IEntityContext ec)Creates a log entry indicating whether a project's workflow is invalid and has been saved anyway.voidProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)Adds a protocol entry for a state change, i.e.voidProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task)Adds the protocol entry for when a workflow trigger was fired.static ProtocolEntryClientProtokollUtils. 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 IUser Modifier and Type Method Description IUserSystemMessage. getUserCreator()IUserSystemMessage. getUserEditor()Methods in de.xima.fc.entities with parameters of type IUser Modifier and Type Method Description voidVorgang. setCreator(IUser creator)voidVorgang. setEditor(IUser editor)voidFormEingang. setErsteller(IUser ersteller)voidAProtocolEntry. setUser(IUser user)voidSystemMessage. setUserCreator(IUser userCreator)voidSystemMessage. setUserEditor(IUser userEditor) -
Uses of IUser in de.xima.fc.export
Methods in de.xima.fc.export with parameters of type IUser Modifier and Type Method Description static FormVersionAProjektUtil. createNewFormVersion(IEntityContext ec, Projekt project, IUser user)static FormVersionAProjektUtil. createNewFormVersion(IEntityContext ec, Long projectId, IUser user) -
Uses of IUser in de.xima.fc.exporter
Fields in de.xima.fc.exporter declared as IUser Modifier and Type Field Description protected IUserAEntityExporter. userDeprecated.Methods in de.xima.fc.exporter with parameters of type IUser Modifier and Type Method Description FileAEntityExporter. doExport(IEntityContext ec, File outDir, IUser user)FileAEntityExporter. doExport(IEntityContext ec, File outDir, String outName, IUser user) -
Uses of IUser in de.xima.fc.exporter.interfaces
Methods in de.xima.fc.exporter.interfaces with parameters of type IUser Modifier and Type Method Description FileIEntityExporter. 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 Modifier and Type Method Description IUserContextualEntityContext. getUser() -
Uses of IUser in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IUser Modifier and Type Method Description static AttachmentAttachmentHelper. 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 IUser Modifier and Type Field Description protected IUserFormPublishContext. userMethods in de.xima.fc.form.publish that return IUser Modifier and Type Method Description IUserFormPublishContext. getUser()Methods in de.xima.fc.form.publish with parameters of type IUser Modifier and Type Method Description voidFormPublishContext. setUser(IUser user) -
Uses of IUser in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return IUser Modifier and Type Method Description IUserFormRenderContext. getUserModel()Methods in de.xima.fc.form.render with parameters of type IUser Modifier and Type Method Description voidFormRenderContext. setUserModel(IUser user)Constructors in de.xima.fc.form.render with parameters of type IUser Constructor Description FormRenderContextBuilder(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 IUser Modifier and Type Field Description protected IUserFormRequestContext. userMethods in de.xima.fc.form.request that return IUser Modifier and Type Method Description IUserExtendedFormRequestContext. getUserModel()IUserFormRequestContext. getUserModel()Methods in de.xima.fc.form.request with parameters of type IUser Modifier and Type Method Description voidFormRequestContextBuilder. setUser(IUser user)voidFormRequestContext. setUserModel(IUser user)Constructors in de.xima.fc.form.request with parameters of type IUser Constructor Description FormRequestContextBuilder(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 Modifier and Type Method Description StringAvatarBean. getInitialsByUser(IUser user) -
Uses of IUser in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings with parameters of type IUser Modifier and Type Method Description booleanUpdateBean.SystemUpdate. executeSystemUpdates(IUser user, Locale locale)Deprecated.UseFormcycleUpdateinstead.voidUpdateBean.SystemUpdate. process(IUser user, Locale locale)Deprecated.UseFormcycleUpdateinstead. -
Uses of IUser in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IUser Modifier and Type Method Description IUserSessionBean. getUser()Methods in de.xima.fc.gui.common.bean with parameters of type IUser Modifier and Type Method Description StringViewHelperBean. getDefaultUri(IUser user)StringViewHelperBean. getLoginUri(IUser user)voidViewHelperBean. 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 IUser Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils. getDefalutFormRecordCreatorFilterCriterion(IUser user)static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils. getDefalutFormRecordEditorFilterCriterion(IUser user)static ProtocolEntryProcessingEntityUtils. getNewCommentEntry(IUser user, Vorgang process, String comment)static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils. getUserRefFilterCriterion(String attrName, IUser user)Constructors in de.xima.fc.gui.common.utils with parameters of type IUser Constructor Description ClientDashboardBuilder(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 IUser Modifier and Type Method Description IUserFormDesignerEnvironmentData. getUserModel()Methods in de.xima.fc.gui.designer.form.utils with parameters of type IUser Modifier and Type Method Description 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.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 voidFormTemplateHelper. removeFormTemplate(IUser user, long templateId)static FormTemplateFormTemplateHelper. updateExistingTemplate(Mandant client, IUser user, long templateId, TemplateDataParams params)Constructors in de.xima.fc.gui.designer.form.utils with parameters of type IUser Constructor Description FormDesignerEnvironmentData(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 Modifier and Type Method Description voidPluginWrapperModel. delete(IUser user)List<FCMessage>PluginWrapperModel. save(IUser user) -
Uses of IUser in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type IUser Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<Integer,Long>LazyProjectViewListModel. updateProjectGroupNames(IEntityContext ec, ProjectViewModel model, IUser user)Constructors in de.xima.fc.gui.model.lazydata with parameters of type IUser Constructor Description LazyProjectViewListModel(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 IUser Modifier and Type Method Description voidProjectViewModel. 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 IUser Constructor Description ProjectVersionModel(AProjectDetailsBean projectDetails, IUser user) -
Uses of IUser in de.xima.fc.gui.transfer
Methods in de.xima.fc.gui.transfer with parameters of type IUser Modifier and Type Method Description static <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 IUser Modifier and Type Method Description static 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 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 IUser in de.xima.fc.gui.utils.messages
Methods in de.xima.fc.gui.utils.messages with parameters of type IUser Modifier and Type Method Description static <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 IUser Modifier and Type Method Description VorgangVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.List<WorkflowTask>WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)booleanWorkflowTaskHandler. 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 IUser Modifier and Type Method Description VorgangIVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.The old workflow engine is deprecated, use the new workflow engine.List<WorkflowTask>IWorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)Finds all tasks that are allowed to be invoked by the given user in the inbox.booleanIWorkflowTaskHandler. 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 IUser Modifier and Type Method Description booleanISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, String adminEmail, IUser creator)Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-ProzessbooleanIMailHandler. 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 IUser Modifier and Type Method Description IWorkflowResponseIWorkflowHandler. 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 IUser Modifier and Type Method Description booleanSetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, String adminEmail, IUser creator)booleanMailHandler. 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 IUser Modifier and Type Method Description IWorkflowResponseWorkflowHandler. 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 IUser Modifier and Type Method Description voidProcessViewBean. putCreatorFilter(IUser user)voidProcessViewBean. putEditorFilter(IUser user) -
Uses of IUser in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model with parameters of type IUser Modifier and Type Method Description ProcessGUIModelProcessGUIModel.Builder. build(UserContext uc, IUser user, ViewBean viewBean)Deprecated.static ProcessGUIModelProcessGUIModel. forInboxView(Long formRecordId, EProcessView processView, Locale locale, IUser user, String baseUrl)static ProcessGUIModelProcessGUIModel. forStandaloneView(javax.faces.context.FacesContext facesContext, Locale defaultLocale, IUser user)voidProcessGUIModel. 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 IUser Modifier and Type Method Description static IInboxFormRecordRequestInboxFormRecordRequestFactory. readRequest(Long formRecordId, IUser user)Deprecated.static IInboxFormRecordRequestInboxFormRecordRequestFactory. readRequest(Long formRecordId, IUser user, Locale locale)Creates a new request for a form record that marks the form record as readstatic IInboxFormRecordRequestInboxFormRecordRequestFactory. readRequest(String formRecordProcessId, IUser user)Deprecated.static IInboxFormRecordRequestInboxFormRecordRequestFactory. 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 Constructor Description InboxFormRecordRequestBuilder(Long id, IUser user) -
Uses of IUser in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type IUser Modifier and Type Method Description static booleanInboxUtils. canUserChangeToState(UserContext uc, IUser user, Status state)Deprecated.static de.xima.cmn.criteria.FilterCriterionProcessQueryCriteriaUtils. getCreatorFilter(EProcessListView view, IUser user)static de.xima.cmn.criteria.FilterCriterionProcessQueryCriteriaUtils. getEditorFilter(EProcessListView view, IUser user)static Set<Postfach>InboxUtils. getUserInboxes(IUser user, Mandant client) -
Uses of IUser in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IUser Modifier and Type Method Description IUserIEntityContext. getUser() -
Uses of IUser in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth with parameters of type IUser Modifier and Type Method Description booleanIFormAuthContext. checkAuthorization(IUser user)booleanIAuthorizer. 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 IUser Modifier and Type Method Description IUserIFormPublishContext. getUser()IUserIFormRenderContext. getUserModel()IUserIFormRequestContext. getUserModel()Methods in de.xima.fc.interfaces.form with parameters of type IUser Modifier and Type Method Description voidIFormPublishContext. setUser(IUser user)voidIFormRenderContext. setUserModel(IUser user)voidIFormRequestContext. 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 Modifier and Type Method Description IUserIInboxFormRecordRequest. getUserModel() -
Uses of IUser in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return IUser Modifier and Type Method Description IUserIPluginDataSourceParams. getUser() -
Uses of IUser in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return IUser Modifier and Type Method Description IUserIPluginServletActionParams. getUser() -
Uses of IUser in de.xima.fc.interfaces.servlet.event
Methods in de.xima.fc.interfaces.servlet.event that return IUser Modifier and Type Method Description IUserIDoiVerificationEventData. getUserModel() -
Uses of IUser in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return IUser Modifier and Type Method Description IUserIWorkflowEventData. getUserModel() -
Uses of IUser in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IUser Modifier and Type Method Description default IUserIWorkflowExecutionEnvironmentData. getEffectiveUserModel()IUserIBaseEnvironmentData. getUserModel() -
Uses of IUser in de.xima.fc.jpa.context
Methods in de.xima.fc.jpa.context that return IUser Modifier and Type Method Description IUserAEntityContext. getUser()Methods in de.xima.fc.jpa.context with parameters of type IUser Modifier and Type Method Description static IEntityContextEntityContextFactory. newEntityContext(IUser user) -
Uses of IUser in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type IUser Modifier and Type Method Description static booleanUserMailUtil. sendUserMfaEmailCodeMail(IUser user, Locale defaultLocale) -
Uses of IUser in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type IUser Modifier and Type Method Description static ProjektProjectManager. create(IEntityContext ec, Projekt project, IUser user)static ProjektProjectManager. create(IEntityContext ec, Projekt project, IUser user, boolean useOldWorkflow)static ProjektProjectManager. 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 Modifier and Type Method Description static AutoLoginInDataAutoLoginInData. forUser(IUser user) -
Uses of IUser in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return IUser Modifier and Type Method Description IUserPrintJob. getUser()Methods in de.xima.fc.mdl.print with parameters of type IUser Modifier and Type Method Description voidPrintJob. setUser(IUser user) -
Uses of IUser in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as IUser Modifier and Type Field Description protected IUserAWorkflowEngineTest. user -
Uses of IUser in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IUser Modifier and Type Method Description static 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 voidPluginTransactions. 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 IUser Modifier and Type Method Description IUserPluginServletActionParams. getUser()Methods in de.xima.fc.plugin.models.params.servlet with parameters of type IUser Modifier and Type Method Description PluginServletActionParams.BuilderPluginServletActionParams.Builder. user(IUser user)Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type IUser Constructor Description 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 IUser in de.xima.fc.proma
Methods in de.xima.fc.proma with parameters of type IUser Modifier and Type Method Description static IPublicAsyncWebSocketContextRequestPromaContexts. publicWebSocketAsync(IUser user)static IPublicAsyncWebSocketContextRequestPromaContexts. publicWebSocketAsync(IUser user, de.xima.ximahttp.jakarta_faces.api.IContextualExecutor executor)static IPublicSyncWebSocketContextRequestPromaContexts. publicWebSocketSync(IUser user)static IPublicSyncWebSocketContextRequestPromaContexts. 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 IUser Modifier and Type Method Description static 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 booleanPromaAccessChecker. 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 IUser Modifier and Type Method Description static voidAutoLoginHelper. addCookie(IUser user, IAuthWebContext authContext)Constructors in de.xima.fc.security.authentication with parameters of type IUser Constructor Description MultiFactorAuthenticator(IUser user, String code) -
Uses of IUser in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return types with arguments of type IUser Modifier and Type Method Description static Optional<IUser>SecurityWebContextHelper. getUser(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IAuthenticationTarget target)Methods in de.xima.fc.security.helper with parameters of type IUser Modifier and Type Method Description static StringSecurityWebEndpointHelper. getDefaultUriForAuthenticatedUser(IUser user)static StringSecurityWebEndpointHelper. getLoginUri(IUser user)Returns the default login URI for the given user.static List<DirectClientAuthorization>SecurityEntityHelper. getUnacceptedClientInvitations(IUser user)static booleanSecurityEntityHelper. hasUnacceptedClientInvitations(IUser user)static booleanSecurityProfileHelper. isMultiFactorAuthenticated(IUser user)static booleanSecurityProfileHelper. isMultiFactorAuthenticationNeeded(IUser user)static booleanSecurityWebEndpointHelper. 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 Modifier and Type Method Description IUserSessionUserManager. getUser() -
Uses of IUser in de.xima.fc.servlet.event
Methods in de.xima.fc.servlet.event with parameters of type IUser Modifier and Type Method Description static IDoiVerificationEventDataServletEventDataFactory. 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 IUser Modifier and Type Method Description IUserXfcSession. getUser()Deprecated.Don't use! This is method only exists for compatibility reasons.IUserFRQSession. getUserModel()Methods in de.xima.fc.session with parameters of type IUser Modifier and Type Method Description voidFRQSession. setUserModel(IUser user) -
Uses of IUser in de.xima.fc.setup
Methods in de.xima.fc.setup with parameters of type IUser Modifier and Type Method Description MandantDefaultClientCreator. 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 currentIClientCreateData -
Uses of IUser in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type IUser Modifier and Type Method Description MandantIClientCreator. 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 IUser Modifier and Type Method Description static IUserTestHelper. mockUser(String name)Deprecated.static IUserProfileHelper. toUser(UserProfile userProfile)Methods in de.xima.fc.testhelper with parameters of type IUser Modifier and Type Method Description static VorgangEntityDummyFactory. dummyFormRecord(String subject, Projekt project, IUser user, Status state)static VorgangEntityDummyFactory. 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 IUser Modifier and Type Method Description FdToExcelResultFdToExcelBuilder. 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 IUser Modifier and Type Method Description FdToXmlResultFdToXmlBuilder. buildForProcessIDs(UserContext uc, IUser user, List<Long> processIDs)Builds the XML export of anListofVorgang.getId()´s -
Uses of IUser in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type IUser Modifier and Type Method Description static booleanUpdateManager. checkForNeededUpdates(IUser user)Checks whether updates are required.static voidUpdateManager. executeNecessaryUpdates(IUser user)static voidUpdateManager. executeNecessaryUpdates(IUser user, ISystemUpdateProgressObserver observer)static voidUpdateManager. executeUpdate(IUser user, ISystemUpdate update)static booleanUpdateManager. isHasSystemUpdateLock(IUser user)static voidUpdateManager. removeSystemUpdateLock(IUser user)Constructors in de.xima.fc.update with parameters of type IUser Constructor Description Builder(IUser user, Locale locale) -
Uses of IUser in de.xima.fc.user
Classes in de.xima.fc.user that implement IUser Modifier and Type Class Description classVirtualUserModel for virtual users such as the SYSTEM user.Fields in de.xima.fc.user declared as IUser Modifier and Type Field Description static IUserVirtualUser. ANONYMOUSstatic IUserVirtualUser. SYSTEMMethods in de.xima.fc.user that return IUser Modifier and Type Method Description static IUserUserFactory. anonymous(Collection<BenutzerGruppe> userGroups)static IUserUserFactory. forPac4jProfile(org.pac4j.core.profile.UserProfile pac4jProfile)static IUserUserFactory. forWebContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IAuthenticationTarget target)IUserUserContext. getUser()Methods in de.xima.fc.user with parameters of type IUser Modifier and Type Method Description static UserContextUserContextFactory. forUser(IUser user)booleanUserAccess. 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.booleanUserAccess. hasGeneralAccess(IUser user, IAccessProperty property)Checks if a user has general access.booleanUserAccess. hasProjectAccess(IUser user, Projekt project, IAccessProperty property)Checks if a user has project access.booleanUserAccess. hasSystemAccess(IUser user, IAccessProperty property)Checks if a user has system access.booleanUserAccess. 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 IUser Modifier and Type Method Description static voidUserFactory. 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 IUser Modifier and Type Method Description static IUserPac4jUtils. 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 IUser Modifier and Type Method Description static booleanUserMgmtUtils. canAccessClient(IUser user, Mandant client)Whether the given user has permission to access the given client.static booleanUserMgmtUtils. canAccessInbox(IUser user, Postfach inbox)Whether the user has permission to access the client inbox.static booleanUserMgmtUtils. canEditProject(IUser user, Projekt project)Whether or not the given user has permission to edit the given project.static booleanUserMgmtUtils. canViewProject(IUser user, Projekt project)Whether the given user has permission to view the given project.static BenutzerUserMgmtUtils. getBenutzerFromUser(IUser user, Mandant client)Deprecated.static booleanUserMgmtUtils. hasBackendAccess(IUser user)Checks if the user has permission to access to the formcycle backend.static booleanUserMgmtUtils. isAnonymousUser(IUser user)Checks if the user is anonymous.static booleanUserMgmtUtils. isAuthenticatedFor(IUser user, String authTarget)checks if the user has been authenticated for the given authentication target.static booleanUserMgmtUtils. isClientAdmin(IUser user, Mandant client)Checks if the user is an admin of the given client.static booleanUserMgmtUtils. isInvitedUser(IUser user)static booleanUserMgmtUtils. isSuperUser(IUser user)Checks if the user is THE super user.static booleanUserMgmtUtils. isSystemAdmin(IUser user)Checks if the user is a system admin.static booleanUserMgmtUtils. isUser(IEntityClientAuthorization authorization, IUser user)Checks whether the given client authorization applies to the given user.static booleanUserMgmtUtils. isUser(IUserIdentity identity, IUser user)Checks whether the given user identity is the identity of the given user.static booleanUserMgmtUtils. isUser(UserProfile profile, IUser user)Checks whether the given user profile is the user profile of the given user.static com.alibaba.fastjson.JSONObjectUserMgmtUtils. toJson(IUser user)static com.alibaba.fastjson.JSONObjectUserMgmtUtils. toJson(IUser user, Mandant client) -
Uses of IUser in de.xima.fc.web
Methods in de.xima.fc.web with parameters of type IUser Modifier and Type Method Description static StringLoginHelper. responseLogin(IUser user, javax.servlet.http.HttpSession session, String lang, String userLogin, String targetUrl)Deprecated. -
Uses of IUser in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth with parameters of type IUser Modifier and Type Method Description booleanFormAuthContext. checkAuthorization(IUser user) -
Uses of IUser in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return IUser Modifier and Type Method Description IUserDatenquelleParams. getUser()Constructors in de.xima.fc.web.common.datasource with parameters of type IUser Constructor Description DatenquelleParams(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 Modifier and Type Method Description static StringJSONBuilder. buildLoginMsg(IUser user, javax.servlet.http.HttpSession session, String lang, String userLogin, String targetUrl, Object... params) -
Uses of IUser in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data with parameters of type IUser Modifier and Type Method Description static 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 booleanInboxTaskUtil. 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 IUser Modifier and Type Method Description IUserBeanWorkflowValidationEnvironmentData. getUserModel()IUserFacesWorkflowLocalValidationContext. getUserModel()IUserRequestWorkflowEnvironmentData. getUserModel() -
Uses of IUser in de.xima.fc.workflow.event
Fields in de.xima.fc.workflow.event declared as IUser Modifier and Type Field Description protected IUserAFormRecordEventDataBuilder. userprotected IUserAFormRecordEventDataBuilder. userprotected IUserAFormRecordEventDataBuilder. userprotected IUserAFormRecordEventDataBuilder. userMethods in de.xima.fc.workflow.event that return IUser Modifier and Type Method Description IUserAWorkflowEventData. getUserModel()Methods in de.xima.fc.workflow.event with parameters of type IUser Modifier and Type Method Description static IDoiVerifiedEventDataWorkflowEventDataFactory. doiVerified(Vorgang formRecord, WorkflowNode doiInitWorkflowNode, IUser user, Locale locale)static IDoiVerifiedEventDataWorkflowEventDataFactory. 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 IUser Constructor Description AFormRecordEventData(Mandant client, IUser user, Locale locale, Projekt project, Vorgang formRecord)AFormRecordEventData(Mandant client, IUser user, Locale locale, Vorgang formRecord)Deprecated.AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project, Vorgang formRecord)AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Vorgang formRecord)AProjectEventData(Mandant client, IUser user, Locale locale, Projekt project)Deprecated.AProjectEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project)AWorkflowEventData(Mandant client, IUser user, Locale locale)Deprecated.AWorkflowEventData(Mandant client, IUser user, Locale locale, Clock clock) -
Uses of IUser in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return IUser Modifier and Type Method Description IUserIWorkflowTaskRunnerParams. getUserModel() -
Uses of IUser in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return IUser Modifier and Type Method Description IUserPojoBaseWorkflowEnvironmentData. getUserModel()IUserPojoWorkflowValidationEnvironmentData. getUserModel()IUserWorkflowTaskRunnerParams. getUserModel()Methods in de.xima.fc.workflow.model with parameters of type IUser Modifier and Type Method Description WorkflowTaskRunnerParams.BuilderWorkflowTaskRunnerParams.Builder. user(IUser user)Constructors in de.xima.fc.workflow.model with parameters of type IUser Constructor Description PojoBaseWorkflowEnvironmentData(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 IUser in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type IUser Modifier and Type Method Description WorkflowValidator.BuilderWorkflowValidator.Builder. user(IUser user) -
Uses of IUser in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return IUser Modifier and Type Method Description IUserDefaultWorkflowValidationContext. getUserModel()IUserInjectableValidationContext. getUserModel() -
Uses of IUser in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IUser Modifier and Type Method Description IUserWorkflowValidationParams. getUserModel()Constructors in de.xima.fc.workflow.processor.model with parameters of type IUser Constructor Description Builder(Projekt project, WorkflowVersion workflowVersion, Mandant client, IUser user, Locale locale, IEntityContext ec, boolean ownsEntityContext, WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator locator)Creates a new builder with the given values.
-