Uses of Interface
ch.ivyteam.ivy.security.IUser
-
-
Uses of IUser in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with parameters of type IUser Modifier and Type Method Description Optional<ITask>TaskSelector. activator(IUser user)Selects an active task by the activator userRequestBuilderSessionChooser. user(IUser user)Execute the request as the given user -
Uses of IUser in ch.ivyteam.ivy.bpm.engine.client.sub
Methods in ch.ivyteam.ivy.bpm.engine.client.sub with parameters of type IUser Modifier and Type Method Description SubRequestBuilderSubSessionChooser. user(IUser user)Execute the request as the given user -
Uses of IUser in ch.ivyteam.ivy.environment
Methods in ch.ivyteam.ivy.environment with parameters of type IUser Modifier and Type Method Description voidAppFixture. loginUser(IUser user)Login with an existing user. -
Uses of IUser in ch.ivyteam.ivy.security
Methods in ch.ivyteam.ivy.security that return IUser Modifier and Type Method Description IUserISecurityContext. createUser(String userName, String fullUserName, String password, Locale eMailLanguage, String eMailAddress, String externalSecuritySystemName)Deprecated.useISecurityContext.users().create(NewUser)insteadIUserISecurityContext. findUser(long userId)Deprecated.useISecurityContext.users().find(long)insteadIUserISecurityContext. findUser(String userName)Deprecated.IUserISecurityContext. findUserWithoutLookup(String userName)Deprecated.useISecurityContext.users().find(String)insteadIUserISecurityDescriptor. getOwner()Gets the owner of the object, this security descriptor belongs toIUserISession. getSessionUser()Returns the session userIUserIUserSubstitute. getSubstituteUser()Gets the substitute userIUserISecurityContext. getSystemUser()Gets the system userIUserIUserSubstitute. getUser()Gets the user the substitute belongs toMethods in ch.ivyteam.ivy.security that return types with arguments of type IUser Modifier and Type Method Description List<IUser>IRole. getAllUsers()Deprecated.List<IUser>IRole. getUsers()Deprecated.List<IUser>ISecurityContext. getUsers()Deprecated.Methods in ch.ivyteam.ivy.security with parameters of type IUser Modifier and Type Method Description booleanIUserToken. canActAsUser(IUser user)Tests if the user of this user token currently can act as a certain workflow user.IUserSubstituteIUser. createSubstitute(IUser mySubstitute, IRole forThisRole, String description)Creates a new substitute for a specific role.IUserSubstituteIUser. createSubstitute(IUser mySubstitute, String description, SubstitutionType type)Creates a new substitute for personal tasks. -
Uses of IUser in ch.ivyteam.ivy.security.query
Methods in ch.ivyteam.ivy.security.query that return types with arguments of type IUser Modifier and Type Method Description IFluentQueryExecutor<IUser>UserQuery. executor()Provides a fluent API to execute this query and fetch its results. -
Uses of IUser in ch.ivyteam.ivy.security.synch
Methods in ch.ivyteam.ivy.security.synch that return IUser Modifier and Type Method Description IUserUserSynchResult. getUser() -
Uses of IUser in ch.ivyteam.ivy.security.user
Methods in ch.ivyteam.ivy.security.user that return IUser Modifier and Type Method Description IUserIUserRepository. create(NewUser newUser)Creates a new userIUserIUserRepository. create(String userName)Creates a new userIUserIUserRepository. create(String userName, String password)Creates a new userIUserIUserRepository. find(long userId)Find a user by its identifierIUserIUserRepository. find(String userName)Finds a user by its name.IUserIUserRepository. findWithExternalLookup(String userName)Find a user by its name.Methods in ch.ivyteam.ivy.security.user that return types with arguments of type IUser Modifier and Type Method Description IPagedResult<IUser>IRoleUsers. allPaged()Gets all users that own this role.IPagedResult<IUser>IRoleUsers. allPaged(int pageSize)Gets all users that own this role.IPagedResult<IUser>IRoleUsers. assignedPaged()Gets all users that are directly assigned to this roleIPagedResult<IUser>IRoleUsers. assignedPaged(int pageSize)Gets all users that are directly assigned to this roleIPagedResult<IUser>IUserRepository. paged()Gets a paged result with all users of this security contextIPagedResult<IUser>IUserRepository. paged(int pageSize)Gets a paged result with all users of this security context -
Uses of IUser in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IUser Modifier and Type Method Description IUserICase. getCreatorUser()Gets the user who created this case.IUserIWorkflowEvent. getUser()Gets the user which is responsible for this event.IUserITask. getWorkerUser()Gets the user who has worked or is working on this task.IUserINote. getWritter()Gets the user who wrote the note.Methods in ch.ivyteam.ivy.workflow that return types with arguments of type IUser Modifier and Type Method Description List<IUser>ITask. getActivatorUserCandidates()Deprecated.useITask.activator().userCandidatesPaged()insteadMethods in ch.ivyteam.ivy.workflow with parameters of type IUser Modifier and Type Method Description IQueryResult<ITask>IWorkflowContext. findWorkTasks(IUser user, int startIndex, int count)Finds tasks that a given user can work on (currently working or can start).IQueryResult<ITask>IWorkflowContext. findWorkTasks(IUser user, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates)Finds tasks that a given user can work on (currently working or can start).List<IProcessStart>IWorkflowContext. getStartableProcessStarts(IUser user)Returns all process start elements which the given user can start.List<IWebStartable>IWorkflowContext. getStartables(IUser user)Returns all startables which the given user can start.default voidICase. setCreatorUser(IUser creatorUser)Sets the given user as case creator. -
Uses of IUser in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return IUser Modifier and Type Method Description IUserModificationInfo. getUser()User who has modified the document -
Uses of IUser in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query with parameters of type IUser Modifier and Type Method Description CaseQuery.FilterLinkCaseQuery.FilterQuery. userCanWorkOn(IUser user)CaseQuery.FilterLinkCaseQuery.IFilterableColumns. userCanWorkOn(IUser user)Filters all cases where the user can work on at least one task.CaseQuery.FilterLinkCaseQuery.FilterQuery. userIsInvolved(IUser user)CaseQuery.FilterLinkCaseQuery.IFilterableColumns. userIsInvolved(IUser user)Filters all cases the user is involved in.TaskQuery.FilterLinkTaskQuery.FilterQuery. userIsInvolved(IUser user)TaskQuery.FilterLinkTaskQuery.IFilterableColumns. userIsInvolved(IUser user)Filters all tasks the user is involved in. -
Uses of IUser in ch.ivyteam.ivy.workflow.signal
Methods in ch.ivyteam.ivy.workflow.signal that return IUser Modifier and Type Method Description IUserISignalEvent. getSentByUser() -
Uses of IUser in ch.ivyteam.ivy.workflow.task
Methods in ch.ivyteam.ivy.workflow.task that return types with arguments of type IUser Modifier and Type Method Description IPagedIterable<IUser>IActivator. userCandidatesPaged()Evaluates alluserswho can resume this task.IPagedIterable<IUser>IActivator. userCandidatesPaged(int pageSize)Evaluates alluserswho can resume this task.Methods in ch.ivyteam.ivy.workflow.task with parameters of type IUser Modifier and Type Method Description booleanIActivator. isUser(IUser user)Whether the activator is set and is the given user.
-