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. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)VorgangVorgangAPI. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry)Adds a new submission to the form record.VorgangVorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.The old workflow is deprecated, use method for the new workflow.PagedResult<FormRecordMessage>FormRecordMessageAPI. getByChatAndUser(UserContext uc, UUID chatUuid, IUser user, int page, int pageSize)Deprecated.PagedResult<Attachment>AttachmentAPI. getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)PagedResult<BaseFormRecordChatDTO>FormRecordChatAPI. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize, Locale locale)List<FormRecordChat>FormRecordChatAPI. getByUser(UserContext uc, IUser user)PagedResult<FormRecordChat>FormRecordChatAPI. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)List<FormRecordMessage>FormRecordMessageAPI. getByUser(UserContext uc, IUser user)Returns all messages the given user has access to.PagedResult<FormRecordMessage>FormRecordMessageAPI. getByUser(UserContext uc, IUser user, int page, int pageSize)Finds all form record messages the user given by the user context has access to.List<Vorgang>VorgangAPI. getByUser(UserContext uc, IUser user)PagedResult<Vorgang>VorgangAPI. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)AttachmentAttachmentAPI. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)FormEingangFormEingangAPI. getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)FormRecordChatFormRecordChatAPI. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)FormRecordMessageFormRecordMessageAPI. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Finds the message for the given UUID, which the given user can access.VorgangVorgangAPI. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)DetailedFormRecordChatDTOFormRecordChatAPI. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)DetailedFormRecordMessageDTOFormRecordMessageAPI. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)DetailedFormRecordDTOVorgangAPI. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)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.BaseWorkflowTriggerDTOWorkflowTriggerAPI. getTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid, Locale locale)PagedResult<BaseWorkflowTriggerDTO>WorkflowTriggerAPI. getTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize, Locale locale)PagedResult<FormRecordMessage>FormRecordMessageAPI. getUnreadByUser(UserContext uc, IUser user, int page, int pageSize)Finds all unread form record messages the user given by the user context has access to.Map<Long,Integer>VorgangAPI. getUnreadChatCounts(UserContext uc, IUser user, Set<Long> formRecordIds)IUserRefExtensionUserProfileAPI. getUserRefExtension(UserContext uc, IUser user)Returns the user filter extension for the given user profile.List<UserRefreshToken>UserTokenAPI. getUserRefreshTokens(UserContext uc, IUser user)Get all refresh tokens for the given user.WorkflowTriggerWorkflowTriggerAPI. getUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid)PagedResult<WorkflowTrigger>WorkflowTriggerAPI. getUserTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)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.voidFormRecordChatAPI. markReadByEndUser(@NotNull UserContext uc, @NotNull UUID chatUuid, @NotNull IUser user)voidFormRecordChatAPI. markReadByInboxUser(UserContext uc, UUID chatUuid, IUser user) -
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 Optional<MfaTempTokenInfoDto>AuthenticationAPI. checkTwoFactorAuthentication(IUser user)Checks if two-factor authentication is required for the given user.BooleanSetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, String adminEmail, IUser creator)Method for creating aMandantwith initial configuration analogous to the setup process.booleanAuthenticationAPI. hasReachedMaxTokenLimit(IUser user)Returns whether the user has reached the maximum number of temporary MFA tokens allowed.booleanAuthenticationAPI. isTwoFactorAuthenticationRequired(IUser user)Checks if two-factor authentication is required for the given user.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.auth
Methods in de.xima.fc.auth with parameters of type IUser Modifier and Type Method Description Optional<MfaTempTokenInfoDto>IMsUserAuthenticationService. checkMfa(IUser user)Checks if two-factor authentication is required for the given user.booleanIMsUserAuthenticationService. hasReachedMaxTokenLimit(IUser user)Returns whether the user has reached the maximum number of temporary MFA tokens allowed.booleanIMsUserAuthenticationService. isMfaRequired(IUser user)Checks if two-factor authentication is required for the given user. -
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.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return IUser Modifier and Type Method Description IUserDefaultFulfillRequestedUploadRequest. oathKeeper()IUserIFulfillRequestedUploadRequest. oathKeeper()The user who provided the upload to fulfill the request.IUserDefaultPostFormRecordMessageRequest. sender()IUserIPostFormRecordMessageRequest. sender()Optional, but recommended that you set this.IUserFulfillRequestedUploadRequestException.UserNotMemberOfChat. user()The user who is not a member of the chat.IUserPostFormRecordMessageException.UserNotMemberOfChat. user()The user that cannot post a message to the chat.Methods in de.xima.fc.common.form_record.chat with parameters of type IUser Modifier and Type Method Description SelfDefaultFulfillRequestedUploadRequest.BaseBuilder. oathKeeper(IUser oathKeeper)Sets the user who kept the oath by providing uploads to fulfill the request.SelfDefaultPostFormRecordMessageRequest.BaseBuilder. sender(IUser sender)Optional, but recommended that you set this.Constructors in de.xima.fc.common.form_record.chat with parameters of type IUser Constructor Description UserNotMemberOfChat(IUser user, FormRecordChat chat, FormRecordMessageUploadRequest uploadRequest)Constructs a new exception indicating that the user is not a member of the chat containing the message with the upload request.UserNotMemberOfChat(FormRecordChat chat, IUser user)Constructs a new exception indicating that the user cannot post a message to the chat, as the user is not a member of the chat. -
Uses of IUser in de.xima.fc.common.form_record.update
Methods in de.xima.fc.common.form_record.update that return IUser Modifier and Type Method Description IUserDefaultFormDataUpdateUploadRequest. uploader()IUserIFormDataUpdateUploadRequest. uploader()The user who initiated the upload.Methods in de.xima.fc.common.form_record.update with parameters of type IUser Modifier and Type Method Description DefaultFormDataUpdateUploadRequest.BuilderDefaultFormDataUpdateUploadRequest.Builder. uploader(IUser uploader)Sets the user who initiated the upload. -
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.form_record
Methods in de.xima.fc.dao.form_record with parameters of type IUser Modifier and Type Method Description FormRecordChatsQuery.BuilderFormRecordChatsQuery.Builder. withUser(IUser user)FormRecordHistoryEntriesPageQuery.BuilderFormRecordHistoryEntriesPageQuery.Builder. withUser(IUser user)FormRecordMessagesQuery.BuilderFormRecordMessagesQuery.Builder. withUser(IUser user)FormRecordsQuery.BuilderFormRecordsQuery.Builder. withUser(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. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)Deprecated.VorgangVorgangDao. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry)booleanFormRecordChatDao. canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user)VorgangVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)FormVersionFormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)UserMfaTempTokenUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)List<Projekt>ProjektDao. getAccessableProjects(IEntityContext ec, IUser user, Mandant client)List<UserRefreshToken>UserRefreshTokenDao. getAllByUser(IEntityContext ec, IUser user)PagedResult<FormRecordMessage>FormRecordMessageDao. getByChatAndUser(IEntityContext ec, UUID chatUuid, IUser user, int page, int pageSize)PagedResult<Attachment>AttachmentDao. getByRecordAndUser(IEntityContext ec, UUID formRecordUuid, IUser user, int page, int pageSize)PagedResult<BaseFormRecordChatDTO>FormRecordChatDao. getByRecordAndUser(IEntityContext ec, UUID recordUuid, IUser user, int page, int pageSize, Locale locale)List<FormRecordChat>FormRecordChatDao. getByUser(IEntityContext ec, IUser user)PagedResult<FormRecordChat>FormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize, int offset)List<FormRecordMessage>FormRecordMessageDao. getByUser(IEntityContext ec, IUser user)PagedResult<FormRecordMessage>FormRecordMessageDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)Deprecated.List<Vorgang>VorgangDao. getByUser(IEntityContext ec, IUser user)PagedResult<Vorgang>VorgangDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize, int offset)Deprecated.FormRecordChatFormRecordChatDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)FormRecordMessageFormRecordMessageDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser requestingUser)VorgangVorgangDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)DetailedFormRecordChatDTOFormRecordChatDao. getDetailsByUuidAndUser(IEntityContext ec, UUID uuid, IUser user, Locale locale)DetailedFormRecordMessageDTOFormRecordMessageDao. getDetailsByUuidAndUser(IEntityContext ec, UUID uuid, IUser user, Locale locale)PagedResult<FormRecordMessage>FormRecordMessageDao. getUnreadByUser(IEntityContext ec, IUser user, int page, int pageSize)Map<Long,Integer>VorgangDao. getUnreadChatCounts(IEntityContext ec, IUser user, Set<Long> formRecordIds)booleanUserMfaTempTokenDao. hasReachedMaxTokenLimit(IEntityContext ec, IUser user)voidFormRecordChatDao. markReadByEndUser(IEntityContext ec, UUID chatUuid, IUser user)voidFormRecordChatDao. markReadByInboxUser(IEntityContext ec, UUID chatUuid, IUser user) -
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. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)Deprecated.VorgangIVorgangDao. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry)Adds a new submission to the form record.booleanIFormRecordChatDao. canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user)Returns whether the given user can access the given chat within a user portal.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.UserMfaTempTokenIUserMfaTempTokenDao. createNewToken(IEntityContext ec, IUser user)Creates a new temporary MFA token for the specified user.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.List<UserRefreshToken>IUserRefreshTokenDao. getAllByUser(IEntityContext ec, IUser user)PagedResult<FormRecordMessage>IFormRecordMessageDao. getByChatAndUser(IEntityContext ec, UUID chatUuid, IUser user, int page, int pageSize)Finds the messages for the form record chat given by its UUID if the given usercan access the chat.PagedResult<Attachment>IAttachmentDao. getByRecordAndUser(IEntityContext ec, UUID formRecordUuid, IUser user, int page, int pageSize)Finds the attachments of the form record given by its UUID if the given user can access the form record and the attachments itself.PagedResult<BaseFormRecordChatDTO>IFormRecordChatDao. getByRecordAndUser(IEntityContext ec, UUID recordUuid, IUser user, int page, int pageSize, Locale locale)Finds the chats for the form record given by its UUID if the given user can access the chat.List<FormRecordChat>IFormRecordChatDao. getByUser(IEntityContext ec, IUser user)Finds all form record chats the given userhas access to.PagedResult<FormRecordChat>IFormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize, int offset)Finds all form record chats the given user has access to.List<FormRecordMessage>IFormRecordMessageDao. getByUser(IEntityContext ec, IUser user)Returns all messages the given user has access to.PagedResult<FormRecordMessage>IFormRecordMessageDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)List<Vorgang>IVorgangDao. getByUser(IEntityContext ec, IUser user)Gets a list of all form records the user has submitted at some point, in descending order of their (last) modification instant.PagedResult<Vorgang>IVorgangDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize, int offset)Deprecated.FormRecordChatIFormRecordChatDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)Finds the chat for the given UUID if the given user can access the chat.FormRecordMessageIFormRecordMessageDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser requestingUser)Finds the message for the given UUID, which the givenuser can access.VorgangIVorgangDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)Finds the form record for the given UUID if the given user has submitted it at some point.DetailedFormRecordChatDTOIFormRecordChatDao. getDetailsByUuidAndUser(IEntityContext ec, UUID uuid, IUser user, Locale locale)Finds the chat for the given UUID if the given user can access the chat.DetailedFormRecordMessageDTOIFormRecordMessageDao. getDetailsByUuidAndUser(IEntityContext ec, UUID uuid, IUser requestingUser, Locale locale)Returns the detailed form record message for the given UUID.PagedResult<FormRecordMessage>IFormRecordMessageDao. getUnreadByUser(IEntityContext ec, IUser user, int page, int pageSize)Finds all unread form record messages the given user has access to.Map<Long,Integer>IVorgangDao. getUnreadChatCounts(IEntityContext ec, IUser user, Set<Long> formRecordIds)Returns the number of chats that are unread for the given user and form record IDs.booleanIUserMfaTempTokenDao. hasReachedMaxTokenLimit(IEntityContext ec, IUser user)Returns whether the user has reached the maximum number of temporary MFA tokens allowed.voidIFormRecordChatDao. markReadByEndUser(@NotNull IEntityContext ec, @NotNull UUID chatUuid, @NotNull IUser user)Marks the chat as read for the given end user.voidIFormRecordChatDao. markReadByInboxUser(IEntityContext ec, UUID chatUuid, IUser user)Marks the chat as read for the given inbox user. -
Uses of IUser in de.xima.fc.dao.user
Methods in de.xima.fc.dao.user with parameters of type IUser Modifier and Type Method Description static UserRefUserRef. forUser(IUser user)static Map<String,Serializable>UserRef. getAttributes(IUser user)static Map<String,Serializable>UserRef. getAttributes(IUser user, UUID clientUuid) -
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.static voidFormRecordMessageProtocolUtils. addReadByUserProtocolEntry(IEntityContext ec, FormRecordMessage message, IUser user)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 voidFormRecordMessageProtocolUtils. addUploadRequestFulfilledProtocolEntry(IEntityContext ec, IUser user, FormRecordMessageUploadRequest uploadRequest)Adds a protocol entry that an upload request of a form record message has been fulfilled.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.datasource
Methods in de.xima.fc.datasource with parameters of type IUser Modifier and Type Method Description static DatenquelleRemoteDatasourceHelper. updateExistingDatasource(IEntityContext ec, IUser user, Datenquelle datasource)Updates a datasource. -
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 ClientFormThemeFileClientFormTheme. addOrReplaceFile(String resourceContext, String fileName, byte[] data, IUser user)Adds a file with the given context and file name to this theme.voidVorgang. addSubmission(IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)voidVorgang. addSubmission(IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry)Adds a new submission to the form record.List<FormRecordMessage>FormRecordChat. getSenderMessages(IUser sender)Returns all messages sent by the given user.intVorgang. getUnreadChatCount(IUser user)Returns the number of unread chat messages for the given user.intFormRecordChat. getUnreadMessageCount(IUser user)Returns the number of unread messages in the chat for the given user.intVorgang. getUnreadMessageCount(IUser user)Returns the number of unread chat messages for the given user.@NotNull List<FormRecordMessage>FormRecordChat. getUnreadMessages(IUser user)Returns all unread messages in the chat for the given user.booleanFormRecordChat. isMember(IUser user)Returns whether a user is a member of this chat and can therefore receive its messages.booleanFormRecordChat. isRead(IUser user)Returns whether all messages in the chat are read by the given user.BooleanFormRecordMessage. isRead(IUser user)Checks if the message has been read by the given user.booleanFormEingang. isReadMember(IUser user)booleanFormRecordMessage. isSender(IUser user)booleanFormRecordSubmission. isSubmitter(IUser user)Checks if the given user is the same as the user of this submission.voidFormRecordChat. markRead(IUser user)Marks all messages in this chat as read for the given user.voidFormRecordMessage. markRead(IUser user)Marks the message as read by the given user.voidVorgang. setCreator(IUser creator)voidVorgang. setEditor(IUser editor)voidFormEingang. setErsteller(IUser ersteller)Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().voidFormRecordSubmission. setFormRecordData(String formData, IUser user)voidFormRecordMessage. setSender(IUser user)voidAProtocolEntry. setUser(IUser user)voidFormRecordSubmission. setUser(IUser user)voidFormRecordSubmission. setUser(IUser user, Mandant client)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()Methods in de.xima.fc.filter.db with parameters of type IUser Modifier and Type Method Description static ISerializableThrowingSupplier<IEntityContext>ContextualEntityContext. contextualEntityContextFactory(IUser user)Returns a supplier that creates new contextual entity contexts with the given user.Constructors in de.xima.fc.filter.db with parameters of type IUser Constructor Description ContextualEntityContext(IUser user)Creates a new contextual entity context that delegates either to the shared request entity context or a new entity context. -
Uses of IUser in de.xima.fc.form_record
Methods in de.xima.fc.form_record with parameters of type IUser Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterionFormRecordHelper. getAccessFilter(IUser user, de.xima.cmn.criteria.FilterCriterion accessConnectionFilter)Get a filter criterion that may be used to filter form records by the user that has access to them.static de.xima.cmn.criteria.FilterCriterionFormRecordHelper. getFormRecordAccessFilter(IUser user)Get a filter criterion that may be used to filter form records by the user that has access to them.static de.xima.cmn.criteria.FilterCriterionFormRecordHelper. getFormRecordAccessRefFilter(IUser user, String formRecordRefProperty)Get a filter criterion that may be used to filter form records by the user that has access to them.static de.xima.cmn.criteria.FilterCriterionFormRecordHelper. getFormRecordDataAccessFilter(IUser user)Get a filter criterion that may be used to filter form record data`s by the user that has access to them.static de.xima.cmn.criteria.FilterCriterionFormRecordHelper. getUserFilter(IUser user, String propAuthRef, String propProfileUuid)Get a filter criterion that may be used to filter form records by the user that submitted them.static de.xima.cmn.criteria.FilterCriterionFormRecordHelper. getUserRefFilterCriterion(String attrName, IUser user)Get a filter criterion that filters may be used to filter form records by the user that submitted them. -
Uses of IUser in de.xima.fc.form_record.api.message
Methods in de.xima.fc.form_record.api.message with parameters of type IUser Modifier and Type Method Description SendMessageRequestBuilderSendMessageRequestBuilder. sender(IUser sender) -
Uses of IUser in de.xima.fc.form_record.model.message
Methods in de.xima.fc.form_record.model.message that return IUser Modifier and Type Method Description @NotNull IUserISendMessageRequest. getSender()Required. -
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. getFullNameByUser(IUser user)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)Deprecated.static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils. getDefalutFormRecordSubmittedFilterCriterion(IUser user)Returns aFilterCriterionfor filtering form records that were submitted by the user.static ProtocolEntryProcessingEntityUtils. getNewCommentEntry(IUser user, Vorgang process, String comment)static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils. getUserFilter(IUser user, String propAuthRef, String propProfileUuid)Deprecated.static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils. getUserRefFilterCriterion(String attrName, IUser user)Deprecated.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)voidPluginWrapperModel. persist(IUser user)List<FCMessage>PluginWrapperModel. save(IUser user) -
Uses of IUser in de.xima.fc.gui.model.form_theme
Constructors in de.xima.fc.gui.model.form_theme with parameters of type IUser Constructor Description 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 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. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry)VorgangVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.List<WorkflowTrigger>WorkflowTriggerHandler. getAllUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user)PagedResult<FormRecordMessage>FormRecordMessageHandler. getByChatAndUser(UserContext uc, UUID chatUuid, IUser user, int page, int pageSize)Deprecated.PagedResult<Attachment>AttachmentHandler. getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)PagedResult<BaseFormRecordChatDTO>FormRecordChatHandler. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize, Locale locale)List<FormRecordChat>FormRecordChatHandler. getByUser(UserContext uc, IUser user)PagedResult<FormRecordChat>FormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)List<FormRecordMessage>FormRecordMessageHandler. getByUser(UserContext uc, IUser user)PagedResult<FormRecordMessage>FormRecordMessageHandler. getByUser(UserContext uc, IUser user, int page, int pageSize)List<Vorgang>VorgangHandler. getByUser(UserContext uc, IUser user)PagedResult<Vorgang>VorgangHandler. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)Deprecated.AttachmentAttachmentHandler. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)FormEingangFormEingangHandler. getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)FormRecordChatFormRecordChatHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)FormRecordMessageFormRecordMessageHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)VorgangVorgangHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)DetailedFormRecordChatDTOFormRecordChatHandler. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)DetailedFormRecordMessageDTOFormRecordMessageHandler. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)DetailedFormRecordDTOVorgangHandler. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)List<WorkflowTask>WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)BaseWorkflowTriggerDTOWorkflowTriggerHandler. getTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid, Locale locale)PagedResult<BaseWorkflowTriggerDTO>WorkflowTriggerHandler. getTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize, Locale locale)List<BaseWorkflowTriggerDTO>WorkflowTriggerHandler. getTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, Locale locale)PagedResult<FormRecordMessage>FormRecordMessageHandler. getUnreadByUser(UserContext uc, IUser user, int page, int pageSize)Map<Long,Integer>VorgangHandler. getUnreadChatCounts(UserContext uc, IUser user, Set<Long> formRecordIds)IUserRefExtensionUserProfileHandler. getUserRefExtension(UserContext uc, IUser user)List<UserRefreshToken>UserTokenHandler. getUserRefreshTokens(UserContext uc, IUser user)WorkflowTriggerWorkflowTriggerHandler. getUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid)PagedResult<WorkflowTrigger>WorkflowTriggerHandler. getUserTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)booleanWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user)voidFormRecordChatHandler. markReadByEndUser(UserContext uc, UUID chatUuid, IUser user)voidFormRecordChatHandler. markReadByInboxUser(UserContext uc, UUID chatUuid, 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. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData, boolean newDataEntry)Adds a new submission to the form record.VorgangIVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.The old workflow engine is deprecated, use the new workflow engine.List<WorkflowTrigger>IWorkflowTriggerHandler. getAllUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user)Returns all workflow user triggers defined by the given record and user.PagedResult<FormRecordMessage>IFormRecordMessageHandler. getByChatAndUser(UserContext uc, UUID chatUuid, IUser user, int page, int pageSize)Deprecated.PagedResult<Attachment>IAttachmentHandler. getByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)Finds the attachments of the form record given by its UUID if the given user can access the form record and the attachment.PagedResult<BaseFormRecordChatDTO>IFormRecordChatHandler. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize, Locale locale)Finds the chats for the form record given by its UUID if the given user can access the chat.List<FormRecordChat>IFormRecordChatHandler. getByUser(UserContext uc, IUser user)Finds all form record chats the given userhas access to.PagedResult<FormRecordChat>IFormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)Finds all form record chats the given user has access to via the public REST API.List<FormRecordMessage>IFormRecordMessageHandler. getByUser(UserContext uc, IUser user)Returns all messages the given user has access to.PagedResult<FormRecordMessage>IFormRecordMessageHandler. getByUser(UserContext uc, IUser user, int page, int pageSize)Finds all form record messages the user given by the user context has access to.List<Vorgang>IVorgangHandler. getByUser(UserContext uc, IUser user)Gets a list of all form records the user has submitted at some point, in descending order of their (last) modification instant.PagedResult<Vorgang>IVorgangHandler. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)Deprecated.AttachmentIAttachmentHandler. getByUuidAndUser(UserContext uc, UUID attachmentUuid, IUser user)Finds the attachment for the given UUID if the user can access the attachment.FormEingangIFormEingangHandler. getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)Gets the form record data by the given UUID if the user can access it.FormRecordChatIFormRecordChatHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Finds the chat for the given UUID if the given user can access the chat.FormRecordMessageIFormRecordMessageHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Finds the message for the given UUID, which the given user can access.VorgangIVorgangHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Finds the form record for the given UUID if the given user has submitted it at some point.DetailedFormRecordChatDTOIFormRecordChatHandler. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)Finds the chat for the given UUID if the given user can access the chat.DetailedFormRecordMessageDTOIFormRecordMessageHandler. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)Finds the detailed message for the given UUID, which the given user can access.DetailedFormRecordDTOIVorgangHandler. getDetailsByUuidAndUser(UserContext uc, UUID uuid, IUser user, Locale locale)Finds the detailed form record data for the form record with the given UUID if the given user has submitted it at some point.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.BaseWorkflowTriggerDTOIWorkflowTriggerHandler. getTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid, Locale locale)Returns the workflow trigger defined by the given record, task and trigger UUID.PagedResult<BaseWorkflowTriggerDTO>IWorkflowTriggerHandler. getTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize, Locale locale)Returns a paged result of workflow triggers which are available for the given form record and user.List<BaseWorkflowTriggerDTO>IWorkflowTriggerHandler. getTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, Locale locale)Returns all workflow triggers which are available for the given form record and user.PagedResult<FormRecordMessage>IFormRecordMessageHandler. getUnreadByUser(UserContext uc, IUser user, int page, int pageSize)Finds all unread form record messages the user given by the user context has access to.Map<Long,Integer>IVorgangHandler. getUnreadChatCounts(UserContext uc, IUser user, Set<Long> formRecordIds)Returns the number of chats that are unread for the given user and the form records with the given IDs.IUserRefExtensionIUserProfileHandler. getUserRefExtension(UserContext uc, IUser user)Returns the user filter extension for the given user profile.List<UserRefreshToken>IUserTokenHandler. getUserRefreshTokens(UserContext uc, IUser user)WorkflowTriggerIWorkflowTriggerHandler. getUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid)Returns the workflow user trigger defined by the given record, task and trigger UUID.PagedResult<WorkflowTrigger>IWorkflowTriggerHandler. getUserTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize)Finds the workflow user triggers available for the form record given by its UUID if the given user can access the form record.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.voidIFormRecordChatHandler. markReadByEndUser(@NotNull UserContext uc, @NotNull UUID chatUuid, @NotNull IUser user)Marks the chat as read for the given end user.voidIFormRecordChatHandler. markReadByInboxUser(@NotNull UserContext uc, @NotNull UUID chatUuid, @NotNull IUser user)Marks the chat as read for the given inbox user. -
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 MfaTempTokenInfoDtoIAuthenticationHandler. checkTwoFactorAuthentication(IUser user)Checks if two-factor authentication is required for the given user.booleanISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, String adminEmail, IUser creator)Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-ProzessbooleanIAuthenticationHandler. hasReachedMaxTokenLimit(IUser user)Returns whether the user has reached the maximum number of temporary MFA tokens allowed.booleanIAuthenticationHandler. isTwoFactorAuthenticationRequired(IUser user)Checks if two-factor authentication is required for the given user.booleanIMailHandler. 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 MfaTempTokenInfoDtoAuthenticationHandler. checkTwoFactorAuthentication(IUser user)booleanSetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, String adminEmail, IUser creator)booleanAuthenticationHandler. hasReachedMaxTokenLimit(IUser user)booleanAuthenticationHandler. isTwoFactorAuthenticationRequired(IUser user)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. putAccessFilter(IUser user)voidProcessViewBean. putCreatorFilter(IUser user)voidProcessViewBean. putEditorFilter(IUser user)voidProcessViewBean. putReadMessagesFilter(IUser user)voidProcessViewBean. putUnreadMessagesFilter(IUser user) -
Uses of IUser in de.xima.fc.inbox.interfaces.lazydata
Methods in de.xima.fc.inbox.interfaces.lazydata with parameters of type IUser Modifier and Type Method Description voidILazyProcessModel. setAccessFilter(IUser user)Puts a filter where the given user has access to the form record.voidILazyProcessModel. setCreatorFilter(IUser user)Puts a filter where the given user is the first submitter (creator) of the form record.voidILazyProcessModel. setEditorFilter(IUser user)Puts a filter where the given user is an editor of the form record, meaning they have submitted the form record.voidILazyProcessModel. setReadMessagesFilter(IUser user)Puts a filter where the given user has read messages in the form record.voidILazyProcessModel. setUnreadMessagesFilter(IUser user)Puts a filter where the given user has unread messages in the form record. -
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)booleanUserViewModel. isUser(IUser user)voidProcessGUIModel. updateData(IUser user) -
Uses of IUser in de.xima.fc.inbox.model.lazydata
Methods in de.xima.fc.inbox.model.lazydata with parameters of type IUser Modifier and Type Method Description voidLazyProcessListModel. readUnreadChatsCounts(IUser user)voidLazyAppointmentScheduleModel. setAccessFilter(IUser user)voidLazyExtendedProcessListModel. setAccessFilter(IUser user)voidLazyProcessListModel. setAccessFilter(IUser user)voidLazyAppointmentScheduleModel. setCreatorFilter(IUser user)voidLazyExtendedProcessListModel. setCreatorFilter(IUser user)voidLazyProcessListModel. setCreatorFilter(IUser user)voidLazyAppointmentScheduleModel. setEditorFilter(IUser user)voidLazyExtendedProcessListModel. setEditorFilter(IUser user)voidLazyProcessListModel. setEditorFilter(IUser user)voidLazyAppointmentScheduleModel. setReadMessagesFilter(IUser user)voidLazyExtendedProcessListModel. setReadMessagesFilter(IUser user)voidLazyProcessListModel. setReadMessagesFilter(IUser user)voidLazyAppointmentScheduleModel. setUnreadMessagesFilter(IUser user)voidLazyExtendedProcessListModel. setUnreadMessagesFilter(IUser user)voidLazyProcessListModel. setUnreadMessagesFilter(IUser user) -
Uses of IUser in de.xima.fc.inbox.model.messages
Methods in de.xima.fc.inbox.model.messages with parameters of type IUser Modifier and Type Method Description booleanMessageViewModel. isByUser(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 IInboxFormRecordUploadElementDataRequestInboxFormRecordUploadElementRequestFactory. create(Long formRecordId, Locale locale, IUser user)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)Deprecated.static de.xima.cmn.criteria.FilterCriterionProcessQueryCriteriaUtils. getEditorFilter(EProcessListView view, IUser user)Deprecated.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 that return types with arguments of type IUser Modifier and Type Method Description Optional<IUser>IFormAuthContext. executePreAuthentication()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 IUserIInboxFormRecordUploadElementDataRequest. getUser()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.form_record.message
Methods in de.xima.fc.interfaces.plugin.param.form_record.message that return IUser Modifier and Type Method Description @NotNull IUserIPluginSendMessageRequest. getSender()The user who sent the message. -
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. getBackendUser()Gets theBACKENDuser that made the request to the plugin action servlet.IUserIPluginServletActionParams. getFormUser()Gets theFORMuser that made the request to the plugin action servlet.default IUserIPluginServletActionParams. getUser()Deprecated. -
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.logic.form_record.upload
Methods in de.xima.fc.logic.form_record.upload with parameters of type IUser Modifier and Type Method Description static FormDataUpdaterFormDataUpdater. forFormRecordData(IEntityContext ec, FormEingang formRecordData, 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.entity
Methods in de.xima.fc.ms.entity that return IUser Modifier and Type Method Description IUserDummyUserCreator.DummyUser. user() -
Uses of IUser in de.xima.fc.ms.test.extension
Methods in de.xima.fc.ms.test.extension with parameters of type IUser Modifier and Type Method Description default voidIEntityContextHolder. reopen(IUser userContext)Closes the current context if open and opens a new entity context with the given user context. -
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. userprotected IUserAWorkflowEngineTest. userOther -
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. getBackendUser()IUserPluginServletActionParams. getFormUser()Methods in de.xima.fc.plugin.models.params.servlet with parameters of type IUser Modifier and Type Method Description PluginServletActionParams.BuilderPluginServletActionParams.Builder. backendUser(IUser user)PluginServletActionParams.BuilderPluginServletActionParams.Builder. formUser(IUser user)PluginServletActionParams.BuilderPluginServletActionParams.Builder. user(IUser user)Deprecated.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, boolean saveAuthentication) -
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
Fields in de.xima.fc.security.user with type parameters of type IUser Modifier and Type Field Description static Function<org.pac4j.core.profile.UserProfile,IUser>UserProducer. DEFAULT_PRODUCER_PRODUCERMethods in de.xima.fc.security.user that return IUser Modifier and Type Method Description IUserSessionUserManager. getUser()Methods in de.xima.fc.security.user with parameters of type IUser Modifier and Type Method Description IUserRefExtensionUserProducer.DefaultUserRefExtensionProducer. produceForUser(IUser user) -
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 voidEntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user)static voidEntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext)static voidEntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, String formData, boolean newDataEntry)static voidEntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user, String formData, boolean newDataEntry)static AttachmentEntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName)static AttachmentEntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName, EAttachmentSource source)static AttachmentEntityDummyFactory. dummyAttachment(String filename, String text, Vorgang process, IUser user, String elementName, EAttachmentSource source)static FormRecordChatEntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member)static FormRecordChatEntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member, boolean open)static FormRecordMessageEntityDummyFactory. dummyFormRecordMessage(FormRecordChat chat, IUser sender, String senderCtx, String content)static FormRecordMessageEntityDummyFactory. dummyFormRecordMessage(FormRecordChat chat, IUser sender, String senderCtx, String content, Instant sentInstant)static FormRecordSubmissionEntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user)static FormRecordSubmissionEntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, byte[] formData)static FormRecordSubmissionEntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData) -
Uses of IUser in de.xima.fc.testhelper.form.record
Methods in de.xima.fc.testhelper.form.record that return IUser Modifier and Type Method Description IUserFormRecordAttachmentTestConfig. getCreator()@NotNull IUserFormRecordSubmissionTestConfig. getUser()Methods in de.xima.fc.testhelper.form.record with parameters of type IUser Modifier and Type Method Description FormRecordTestConfig.Builder<TState>FormRecordTestConfig.Builder. addSubmissionConfig(IUser user, EFormRecordSubmitContext submitContext)FormRecordTestConfig.Builder<TState>FormRecordTestConfig.Builder. addSubmissionConfig(IUser user, EFormRecordSubmitContext submitContext, String formData)FormRecordSubmissionTestConfig.BuilderFormRecordSubmissionTestConfig.Builder. withUser(IUser user)Constructors in de.xima.fc.testhelper.form.record with parameters of type IUser Constructor Description FormRecordAttachmentTestConfig(String fileName, String elementName, byte[] data, IUser creator)FormRecordSubmissionTestConfig(IUser user, Instant submitInstant, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, Locale submitLocale, String formData) -
Uses of IUser in de.xima.fc.testhelper.form.record.interfaces
Methods in de.xima.fc.testhelper.form.record.interfaces that return IUser Modifier and Type Method Description IUserIFormRecordAttachmentTestConfig. getCreator()@NotNull IUserIFormRecordSubmissionTestConfig. getUser() -
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)static IUserRefExtensionUserRefExtensionFactory. forUser(IUser user)Creates an instance ofIUserRefExtensionbased on the provided 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.IUserRefExtensionUserRefExtensionFactory.IUserRefExtensionProducer. produceForUser(IUser user)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. isDistinctUser(IUser user)Checks if the user is a distinct user.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)static com.alibaba.fastjson.JSONObjectUserMgmtUtils. toJson(IUser user, UUID clientUuid) -
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 that return types with arguments of type IUser Modifier and Type Method Description Optional<IUser>FormAuthContext. executePreAuthentication()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()Methods in de.xima.fc.web.common.datasource with parameters of type IUser Modifier and Type Method Description DatenquelleParams.BuilderDatenquelleParams.Builder. user(IUser user)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)Deprecated. -
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.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type IUser Modifier and Type Method Description 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. -
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.designer.model
Methods in de.xima.fc.workflow.designer.model that return IUser Modifier and Type Method Description IUserBpmnExportEnvironmentData. getUserModel()Constructors in de.xima.fc.workflow.designer.model with parameters of type IUser Constructor Description BpmnExportEnvironmentData(IEntityContext entityContext, Mandant client, Projekt project, WorkflowVersion workflowVersion, Locale locale, IUser user) -
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. userprotected 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.executor.common
Methods in de.xima.fc.workflow.executor.common with parameters of type IUser Modifier and Type Method Description static FormRecordChatNodes.UserRefsFormRecordChatNodes.UserRefs. ofUser(IUser userModel) -
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. -
Uses of IUser in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with parameters of type IUser Modifier and Type Method Description static Map<String,Object>UserDataDescriptor. valueUserData(IUser user)Creates a value that conforms to theUserDataDescriptorvalue descriptor.static Map<String,Object>UserDataDescriptor. valueUserData(IUser user, Mandant client)Creates a value that conforms to theUserDataDescriptorvalue descriptor.
-