Uses of Interface
com.netgrif.application.engine.auth.domain.IUser
-
-
Uses of IUser in com.netgrif.application.engine.auth.domain
Subinterfaces of IUser in com.netgrif.application.engine.auth.domain Modifier and Type Interface Description interface
RegisteredUser
Classes in com.netgrif.application.engine.auth.domain that implement IUser Modifier and Type Class Description class
AbstractUser
class
AnonymousUser
class
User
Fields in com.netgrif.application.engine.auth.domain declared as IUser Modifier and Type Field Description protected IUser
AbstractUser. impersonated
Methods in com.netgrif.application.engine.auth.domain that return IUser Modifier and Type Method Description IUser
IUser. getImpersonated()
IUser
AbstractUser. getSelfOrImpersonated()
IUser
IUser. getSelfOrImpersonated()
IUser
LoggedUser. transformToUser()
Methods in com.netgrif.application.engine.auth.domain with parameters of type IUser Modifier and Type Method Description void
Authority. addUser(IUser user)
void
IUser. setImpersonated(IUser user)
Constructor parameters in com.netgrif.application.engine.auth.domain with type arguments of type IUser Constructor Description QIUser(com.querydsl.core.types.Path<? extends IUser> path)
QIUser(java.lang.Class<? extends IUser> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of IUser in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service that return IUser Modifier and Type Method Description IUser
AbstractUserService. addRole(IUser user, java.lang.String roleStringId)
IUser
AbstractUserService. assignAuthority(java.lang.String userId, java.lang.String authorityId)
IUser
UserService. assignAuthority(java.lang.String userId, java.lang.String authorityId)
IUser
AbstractUserService. createSystemUser()
IUser
UserService. findAnonymousByEmail(java.lang.String email, boolean small)
IUser
UserService. findByAuth(org.springframework.security.core.Authentication auth)
IUser
UserService. findByEmail(java.lang.String email, boolean small)
IUser
UserService. findById(java.lang.String id, boolean small)
protected IUser
UserResourceHelperService. getImpersonated(LoggedUser loggedUser, boolean small)
IUser
UserService. getLoggedOrSystem()
IUser
UserService. getLoggedUser()
IUser
UserService. getSystem()
protected IUser
AbstractUserService. removeRole(IUser user, ProcessRole role)
IUser
AbstractUserService. removeRole(IUser user, java.lang.String roleStringId)
Deprecated.IUser
UserService. resolveById(java.lang.String id, boolean small)
IUser
UserService. save(IUser user)
IUser
UserService. saveNew(IUser user)
IUser
UserService. saveNewAndAuthenticate(IUser user)
Methods in com.netgrif.application.engine.auth.service that return types with arguments of type IUser Modifier and Type Method Description <T> java.util.List<IUser>
AbstractUserService. changeType(java.util.List<T> users)
<T> org.springframework.data.domain.Page<IUser>
AbstractUserService. changeType(org.springframework.data.domain.Page<T> users, org.springframework.data.domain.Pageable pageable)
java.util.List<IUser>
UserService. findAll(boolean small)
org.springframework.data.domain.Page<IUser>
UserService. findAllActiveByProcessRoles(java.util.Set<java.lang.String> roleIds, boolean small, org.springframework.data.domain.Pageable pageable)
java.util.List<IUser>
UserService. findAllByIds(java.util.Set<java.lang.String> ids, boolean small)
java.util.List<IUser>
UserService. findAllByProcessRoles(java.util.Set<java.lang.String> roleIds, boolean small)
org.springframework.data.domain.Page<IUser>
UserService. findAllCoMembers(LoggedUser loggedUser, boolean small, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<IUser>
UserService. searchAllCoMembers(java.lang.String query, LoggedUser loggedUser, java.lang.Boolean small, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<IUser>
UserService. searchAllCoMembers(java.lang.String query, java.util.List<org.bson.types.ObjectId> roleIds, java.util.List<org.bson.types.ObjectId> negateRoleIds, LoggedUser loggedUser, java.lang.Boolean small, org.springframework.data.domain.Pageable pageable)
Methods in com.netgrif.application.engine.auth.service with parameters of type IUser Modifier and Type Method Description void
AbstractUserService. addDefaultAuthorities(IUser user)
void
AbstractUserService. addDefaultRole(IUser user)
IUser
AbstractUserService. addRole(IUser user, java.lang.String roleStringId)
void
UserService. deleteUser(IUser user)
User
UserResourceHelperService. getLocalisedUser(IUser user, IUser impersonated, java.util.Locale locale)
User
UserResourceHelperService. getLocalisedUser(IUser user, java.util.Locale locale)
protected IUser
AbstractUserService. removeRole(IUser user, ProcessRole role)
IUser
AbstractUserService. removeRole(IUser user, java.lang.String roleStringId)
Deprecated.IUser
UserService. save(IUser user)
IUser
UserService. saveNew(IUser user)
IUser
UserService. saveNewAndAuthenticate(IUser user)
User
UserService. update(IUser user, UpdateUserRequest updates)
-
Uses of IUser in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces that return IUser Modifier and Type Method Description IUser
IUserService. addRole(IUser user, java.lang.String roleStringId)
IUser
IUserService. assignAuthority(java.lang.String userId, java.lang.String authorityId)
IUser
IUserService. createSystemUser()
IUser
ILdapUserRefService. createUser(LdapUserRef ldapUser)
IUser
IUserService. findAnonymousByEmail(java.lang.String email, boolean small)
IUser
IUserService. findByAuth(org.springframework.security.core.Authentication auth)
IUser
IUserService. findByEmail(java.lang.String email, boolean small)
IUser
IUserService. findById(java.lang.String id, boolean small)
IUser
IUserService. getLoggedOrSystem()
IUser
IUserService. getLoggedUser()
IUser
IUserService. getSystem()
IUser
IUserService. removeRole(IUser user, java.lang.String roleStringId)
IUser
IUserService. resolveById(java.lang.String id, boolean small)
IUser
IUserService. save(IUser user)
IUser
IUserService. saveNew(IUser user)
IUser
IUserService. saveNewAndAuthenticate(IUser user)
IUser
IUserService. update(IUser user, UpdateUserRequest updates)
IUser
ILdapUserRefService. updateById(javax.naming.Name id, IUser savedUser)
Methods in com.netgrif.application.engine.auth.service.interfaces that return types with arguments of type IUser Modifier and Type Method Description java.util.List<IUser>
IUserService. findAll(boolean small)
org.springframework.data.domain.Page<IUser>
IUserService. findAllActiveByProcessRoles(java.util.Set<java.lang.String> roleIds, boolean small, org.springframework.data.domain.Pageable pageable)
java.util.List<IUser>
IUserService. findAllByIds(java.util.Set<java.lang.String> ids, boolean small)
java.util.List<IUser>
IUserService. findAllByProcessRoles(java.util.Set<java.lang.String> roleIds, boolean small)
org.springframework.data.domain.Page<IUser>
IUserService. findAllCoMembers(LoggedUser loggedUser, boolean small, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<IUser>
IUserService. searchAllCoMembers(java.lang.String query, LoggedUser principal, java.lang.Boolean small, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<IUser>
IUserService. searchAllCoMembers(java.lang.String query, java.util.List<org.bson.types.ObjectId> roles, java.util.List<org.bson.types.ObjectId> negateRoleIds, LoggedUser principal, java.lang.Boolean small, org.springframework.data.domain.Pageable pageable)
Methods in com.netgrif.application.engine.auth.service.interfaces with parameters of type IUser Modifier and Type Method Description void
IUserService. addDefaultAuthorities(IUser user)
void
IUserService. addDefaultRole(IUser user)
IUser
IUserService. addRole(IUser user, java.lang.String roleStringId)
void
IUserService. deleteUser(IUser user)
User
IUserResourceHelperService. getLocalisedUser(IUser user, IUser impersonated, java.util.Locale locale)
User
IUserResourceHelperService. getLocalisedUser(IUser user, java.util.Locale locale)
IUser
IUserService. removeRole(IUser user, java.lang.String roleStringId)
IUser
IUserService. save(IUser user)
IUser
IUserService. saveNew(IUser user)
IUser
IUserService. saveNewAndAuthenticate(IUser user)
IUser
IUserService. update(IUser user, UpdateUserRequest updates)
IUser
ILdapUserRefService. updateById(javax.naming.Name id, IUser savedUser)
-
Uses of IUser in com.netgrif.application.engine.auth.web
Method parameters in com.netgrif.application.engine.auth.web with type arguments of type IUser Modifier and Type Method Description org.springframework.hateoas.PagedModel<UserResource>
UserController. getAll(java.lang.Boolean small, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, org.springframework.security.core.Authentication auth, java.util.Locale locale)
org.springframework.hateoas.PagedModel<UserResource>
UserController. getAllWithRole(java.util.Set<java.lang.String> roleIds, java.lang.Boolean small, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, java.util.Locale locale)
org.springframework.hateoas.PagedModel<UserResource>
PublicUserController. search(java.lang.Boolean small, UserSearchRequestBody query, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, java.util.Locale locale)
org.springframework.hateoas.PagedModel<UserResource>
UserController. search(java.lang.Boolean small, UserSearchRequestBody query, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, org.springframework.security.core.Authentication auth, java.util.Locale locale)
-
Uses of IUser in com.netgrif.application.engine.auth.web.responsebodies
Methods in com.netgrif.application.engine.auth.web.responsebodies with parameters of type IUser Modifier and Type Method Description static User
User. createSmallUser(IUser user)
This static method doesn't set attributes regarding the ProcessRoles Use the IUserFactory service to create instances that have these attributes set.static User
User. createUser(IUser user)
This static method doesn't set attributes regarding the ProcessRoles Use the IUserFactory service to create instances that have these attributes set.User
IUserFactory. getSmallUser(IUser user)
User
UserFactory. getSmallUser(IUser user)
User
IUserFactory. getUser(IUser user, java.util.Locale locale)
protected User
UserFactory. getUser(IUser user)
User
UserFactory. getUser(IUser user, java.util.Locale locale)
UserResource
UserResourceAssembler. toModel(IUser entity)
Constructors in com.netgrif.application.engine.auth.web.responsebodies with parameters of type IUser Constructor Description User(IUser user)
-
Uses of IUser in com.netgrif.application.engine.event.events.user
Constructors in com.netgrif.application.engine.event.events.user with parameters of type IUser Constructor Description UserRegistrationEvent(IUser user)
UserRoleChangeEvent(IUser user, java.util.Collection<ProcessRole> roles)
-
Uses of IUser in com.netgrif.application.engine.history.domain.dataevents
Constructors in com.netgrif.application.engine.history.domain.dataevents with parameters of type IUser Constructor Description GetDataEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
SetDataEventLog(Task task, Case useCase, EventPhase eventPhase, java.util.Map<java.lang.String,ChangedField> changedFields, IUser user)
-
Uses of IUser in com.netgrif.application.engine.history.domain.taskevents
Constructors in com.netgrif.application.engine.history.domain.taskevents with parameters of type IUser Constructor Description AssignTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
CancelTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
DelegateTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser delegator, java.lang.String delegate)
FinishTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
-
Uses of IUser in com.netgrif.application.engine.impersonation.service
Methods in com.netgrif.application.engine.impersonation.service that return IUser Modifier and Type Method Description IUser
ImpersonationService. applyRolesAndAuthorities(IUser impersonated, java.lang.String impersonatorId, java.util.List<Case> configs)
IUser
ImpersonationService. reloadImpersonatedUserRoles(IUser impersonated, java.lang.String impersonatorId)
Methods in com.netgrif.application.engine.impersonation.service that return types with arguments of type IUser Modifier and Type Method Description org.springframework.data.domain.Page<IUser>
ImpersonationAuthorizationService. getConfiguredImpersonationUsers(java.lang.String query, LoggedUser impersonator, org.springframework.data.domain.Pageable pageable)
Methods in com.netgrif.application.engine.impersonation.service with parameters of type IUser Modifier and Type Method Description IUser
ImpersonationService. applyRolesAndAuthorities(IUser impersonated, java.lang.String impersonatorId, java.util.List<Case> configs)
java.util.List<Authority>
ImpersonationAuthorizationService. getAuthorities(java.util.List<Case> configs, IUser impersonated)
java.util.List<ProcessRole>
ImpersonationAuthorizationService. getRoles(java.util.List<Case> configs, IUser impersonated)
IUser
ImpersonationService. reloadImpersonatedUserRoles(IUser impersonated, java.lang.String impersonatorId)
-
Uses of IUser in com.netgrif.application.engine.impersonation.service.interfaces
Methods in com.netgrif.application.engine.impersonation.service.interfaces that return IUser Modifier and Type Method Description IUser
IImpersonationService. applyRolesAndAuthorities(IUser impersonated, java.lang.String impersonatorId, java.util.List<Case> configs)
IUser
IImpersonationService. reloadImpersonatedUserRoles(IUser impersonated, java.lang.String impersonatorId)
Methods in com.netgrif.application.engine.impersonation.service.interfaces that return types with arguments of type IUser Modifier and Type Method Description org.springframework.data.domain.Page<IUser>
IImpersonationAuthorizationService. getConfiguredImpersonationUsers(java.lang.String query, LoggedUser impersonator, org.springframework.data.domain.Pageable pageable)
Methods in com.netgrif.application.engine.impersonation.service.interfaces with parameters of type IUser Modifier and Type Method Description IUser
IImpersonationService. applyRolesAndAuthorities(IUser impersonated, java.lang.String impersonatorId, java.util.List<Case> configs)
java.util.List<Authority>
IImpersonationAuthorizationService. getAuthorities(java.util.List<Case> configs, IUser impersonated)
java.util.List<ProcessRole>
IImpersonationAuthorizationService. getRoles(java.util.List<Case> configs, IUser impersonated)
IUser
IImpersonationService. reloadImpersonatedUserRoles(IUser impersonated, java.lang.String impersonatorId)
-
Uses of IUser in com.netgrif.application.engine.impersonation.web
Method parameters in com.netgrif.application.engine.impersonation.web with type arguments of type IUser Modifier and Type Method Description org.springframework.hateoas.PagedModel<UserResource>
ImpersonationController. getImpersonationUserOptions(SearchRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, org.springframework.security.core.Authentication auth, java.util.Locale locale)
-
Uses of IUser in com.netgrif.application.engine.ldap.domain
Classes in com.netgrif.application.engine.ldap.domain that implement IUser Modifier and Type Class Description class
LdapUser
Methods in com.netgrif.application.engine.ldap.domain that return IUser Modifier and Type Method Description IUser
LdapLoggedUser. transformToUser()
Methods in com.netgrif.application.engine.ldap.domain with parameters of type IUser Modifier and Type Method Description void
LdapUser. loadFromUser(IUser user)
-
Uses of IUser in com.netgrif.application.engine.ldap.service
Methods in com.netgrif.application.engine.ldap.service that return IUser Modifier and Type Method Description IUser
LdapUserRefService. createUser(LdapUserRef ldapUserRef)
IUser
LdapUserService. findByEmail(java.lang.String email, boolean small)
IUser
LdapUserRefService. updateById(javax.naming.Name id, IUser savedUser)
Methods in com.netgrif.application.engine.ldap.service with parameters of type IUser Modifier and Type Method Description protected LdapUser
LdapUserService. getUserFromLdap(IUser user)
LdapUser
LdapUserService. transformToUserFromLdap(IUser user)
IUser
LdapUserRefService. updateById(javax.naming.Name id, IUser savedUser)
-
Uses of IUser in com.netgrif.application.engine.orgstructure.groups
Methods in com.netgrif.application.engine.orgstructure.groups that return types with arguments of type IUser Modifier and Type Method Description java.util.List<IUser>
NextGroupService. getMembers(Case groupCase)
Methods in com.netgrif.application.engine.orgstructure.groups with parameters of type IUser Modifier and Type Method Description void
NextGroupService. addUser(IUser user, Case groupCase)
void
NextGroupService. addUser(IUser user, java.lang.String groupId)
java.util.Map<java.lang.String,I18nString>
NextGroupService. addUser(IUser user, java.util.Map<java.lang.String,I18nString> existingUsers)
void
NextGroupService. addUserToDefaultGroup(IUser user)
protected boolean
NextGroupService. authorHasDefaultGroup(IUser author)
CreateCaseEventOutcome
NextGroupService. createDefaultSystemGroup(IUser author)
CreateCaseEventOutcome
NextGroupService. createGroup(IUser author)
CreateCaseEventOutcome
NextGroupService. createGroup(java.lang.String title, IUser author)
protected Case
NextGroupService. findUserDefaultGroup(IUser author)
java.util.Set<java.lang.String>
NextGroupService. getAllCoMembers(IUser user)
java.util.Set<java.lang.String>
NextGroupService. getAllGroupsOfUser(IUser groupUser)
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
NextGroupService. getInitialGroupData(IUser author, java.lang.String title, Case groupCase)
void
NextGroupService. removeUser(IUser user, Case groupCase)
-
Uses of IUser in com.netgrif.application.engine.orgstructure.groups.interfaces
Methods in com.netgrif.application.engine.orgstructure.groups.interfaces that return types with arguments of type IUser Modifier and Type Method Description java.util.List<IUser>
INextGroupService. getMembers(Case groupCase)
Methods in com.netgrif.application.engine.orgstructure.groups.interfaces with parameters of type IUser Modifier and Type Method Description void
INextGroupService. addUser(IUser user, Case groupCase)
void
INextGroupService. addUser(IUser user, java.lang.String groupCase)
java.util.Map<java.lang.String,I18nString>
INextGroupService. addUser(IUser user, java.util.Map<java.lang.String,I18nString> existingUsers)
void
INextGroupService. addUserToDefaultGroup(IUser user)
CreateCaseEventOutcome
INextGroupService. createDefaultSystemGroup(IUser author)
CreateCaseEventOutcome
INextGroupService. createGroup(IUser author)
CreateCaseEventOutcome
INextGroupService. createGroup(java.lang.String title, IUser author)
java.util.Set<java.lang.String>
INextGroupService. getAllCoMembers(IUser user)
java.util.Set<java.lang.String>
INextGroupService. getAllGroupsOfUser(IUser groupUser)
void
INextGroupService. removeUser(IUser user, Case groupCase)
-
Uses of IUser in com.netgrif.application.engine.petrinet.domain.dataset
Constructors in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type IUser Constructor Description UserFieldValue(IUser user)
-
Uses of IUser in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IUser Modifier and Type Method Description IUser
ActionDelegate. assignRole(java.lang.String roleMongoId)
IUser
ActionDelegate. assignRole(java.lang.String roleMongoId, IUser user)
IUser
ActionDelegate. assignRole(java.lang.String roleId, PetriNet net)
IUser
ActionDelegate. assignRole(java.lang.String roleId, PetriNet net, IUser user)
IUser
ActionDelegate. assignRole(java.lang.String roleId, java.lang.String netId)
IUser
ActionDelegate. assignRole(java.lang.String roleId, java.lang.String netId, IUser user)
IUser
ActionDelegate. assignRole(java.lang.String roleId, java.lang.String netId, Version version)
IUser
ActionDelegate. assignRole(java.lang.String roleId, java.lang.String netId, Version version, IUser user)
IUser
ActionDelegate. findUserByEmail(java.lang.String email)
IUser
ActionDelegate. findUserById(java.lang.String id)
IUser
ActionDelegate. loggedUser()
IUser
ActionDelegate. removeRole(java.lang.String roleMongoId)
IUser
ActionDelegate. removeRole(java.lang.String roleMongoId, IUser user)
IUser
ActionDelegate. removeRole(java.lang.String roleId, PetriNet net)
IUser
ActionDelegate. removeRole(java.lang.String roleId, PetriNet net, IUser user)
IUser
ActionDelegate. removeRole(java.lang.String roleId, java.lang.String netId)
IUser
ActionDelegate. removeRole(java.lang.String roleId, java.lang.String netId, IUser user)
IUser
ActionDelegate. removeRole(java.lang.String roleId, java.lang.String netId, Version version)
IUser
ActionDelegate. removeRole(java.lang.String roleId, java.lang.String netId, Version version, IUser user)
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IUser Modifier and Type Method Description IUser
ActionDelegate. assignRole(java.lang.String roleMongoId, IUser user)
IUser
ActionDelegate. assignRole(java.lang.String roleId, PetriNet net, IUser user)
IUser
ActionDelegate. assignRole(java.lang.String roleId, java.lang.String netId, IUser user)
IUser
ActionDelegate. assignRole(java.lang.String roleId, java.lang.String netId, Version version, IUser user)
Task
ActionDelegate. assignTask(Task task, IUser user)
Task
ActionDelegate. assignTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
Task
ActionDelegate. assignTask(java.lang.String transitionId, Case aCase, IUser user)
Task
ActionDelegate. assignTask(java.lang.String transitionId, Case aCase, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
void
ActionDelegate. assignTasks(java.util.List<Task> tasks, IUser assignee)
void
ActionDelegate. assignTasks(java.util.List<Task> tasks, IUser assignee, java.util.Map<java.lang.String,java.lang.String> params)
Task
ActionDelegate. cancelTask(Task task, IUser user)
Task
ActionDelegate. cancelTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
Task
ActionDelegate. cancelTask(java.lang.String transitionId, Case aCase, IUser user)
Task
ActionDelegate. cancelTask(java.lang.String transitionId, Case aCase, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
void
ActionDelegate. cancelTasks(java.util.List<Task> tasks, IUser user)
void
ActionDelegate. cancelTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.lang.Object
ActionDelegate. changeUser(IUser user)
java.lang.Object
ActionDelegate. changeUser(IUser user, java.lang.String attribute, java.lang.Object cl)
Case
ActionDelegate. createCase(PetriNet net, java.lang.String title, java.lang.String color, IUser author)
Case
ActionDelegate. createCase(PetriNet net, java.lang.String title, java.lang.String color, IUser author, java.util.Locale locale)
Case
ActionDelegate. createCase(PetriNet net, java.lang.String title, java.lang.String color, IUser author, java.util.Locale locale, java.util.Map<java.lang.String,java.lang.String> params)
Case
ActionDelegate. createCase(java.lang.String identifier, java.lang.String title, java.lang.String color, IUser author)
Case
ActionDelegate. createCase(java.lang.String identifier, java.lang.String title, java.lang.String color, IUser author, java.util.Locale locale)
Case
ActionDelegate. createCase(java.lang.String identifier, java.lang.String title, java.lang.String color, IUser author, java.util.Locale locale, java.util.Map<java.lang.String,java.lang.String> params)
void
ActionDelegate. deleteUser(IUser user)
void
ActionDelegate. finishTask(Task task, IUser user)
void
ActionDelegate. finishTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
void
ActionDelegate. finishTask(java.lang.String transitionId, Case aCase, IUser user)
void
ActionDelegate. finishTask(java.lang.String transitionId, Case aCase, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
void
ActionDelegate. finishTasks(java.util.List<Task> tasks, IUser finisher)
void
ActionDelegate. finishTasks(java.util.List<Task> tasks, IUser finisher, java.util.Map<java.lang.String,java.lang.String> params)
IUser
ActionDelegate. removeRole(java.lang.String roleMongoId, IUser user)
IUser
ActionDelegate. removeRole(java.lang.String roleId, PetriNet net, IUser user)
IUser
ActionDelegate. removeRole(java.lang.String roleId, java.lang.String netId, IUser user)
IUser
ActionDelegate. removeRole(java.lang.String roleId, java.lang.String netId, Version version, IUser user)
-
Uses of IUser in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate that return IUser Modifier and Type Method Description IUser
RoleActionDelegate. assignRole(ProcessRole role)
IUser
RoleActionDelegate. assignRole(ProcessRole role, IUser user)
IUser
RoleActionDelegate. assignRole(java.lang.String roleId)
IUser
RoleActionDelegate. assignRole(java.lang.String roleId, IUser user)
IUser
RoleActionDelegate. assignRole(java.lang.String roleImportId, IUser user, PetriNet petriNet)
IUser
RoleActionDelegate. assignRole(java.lang.String roleImportId, PetriNet petriNet)
IUser
RoleActionDelegate. assignRole(java.lang.String roleImportId, java.lang.String petriNetIdentifier)
IUser
RoleActionDelegate. assignRole(java.lang.String roleImportId, java.lang.String petriNetIdentifier, IUser user)
IUser
RoleActionDelegate. removeRole(ProcessRole role)
IUser
RoleActionDelegate. removeRole(ProcessRole role, IUser user)
IUser
RoleActionDelegate. removeRole(java.lang.String roleId)
IUser
RoleActionDelegate. removeRole(java.lang.String roleId, IUser user)
IUser
RoleActionDelegate. removeRole(java.lang.String roleImportId, IUser user, PetriNet petriNet)
IUser
RoleActionDelegate. removeRole(java.lang.String roleImportId, PetriNet petriNet)
IUser
RoleActionDelegate. removeRole(java.lang.String roleImportId, java.lang.String petriNetIdentifier)
IUser
RoleActionDelegate. removeRole(java.lang.String roleImportId, java.lang.String petriNetIdentifier, IUser user)
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IUser Modifier and Type Method Description IUser
RoleActionDelegate. assignRole(ProcessRole role, IUser user)
IUser
RoleActionDelegate. assignRole(java.lang.String roleId, IUser user)
IUser
RoleActionDelegate. assignRole(java.lang.String roleImportId, IUser user, PetriNet petriNet)
IUser
RoleActionDelegate. assignRole(java.lang.String roleImportId, java.lang.String petriNetIdentifier, IUser user)
IUser
RoleActionDelegate. removeRole(ProcessRole role, IUser user)
IUser
RoleActionDelegate. removeRole(java.lang.String roleId, IUser user)
IUser
RoleActionDelegate. removeRole(java.lang.String roleImportId, IUser user, PetriNet petriNet)
IUser
RoleActionDelegate. removeRole(java.lang.String roleImportId, java.lang.String petriNetIdentifier, IUser user)
-
Uses of IUser in com.netgrif.application.engine.petrinet.web.responsebodies
Methods in com.netgrif.application.engine.petrinet.web.responsebodies that return types with arguments of type IUser Modifier and Type Method Description java.util.List<IUser>
ProcessRolesUsersListResponse. getUsers()
Method parameters in com.netgrif.application.engine.petrinet.web.responsebodies with type arguments of type IUser Modifier and Type Method Description void
ProcessRolesUsersListResponse. setUsers(java.util.List<IUser> users)
-
Uses of IUser in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return IUser Modifier and Type Method Description IUser
SystemUserRunner. createSystemUser()
IUser
ImportHelper. createUser(User user, Authority[] authorities, ProcessRole... roles)
IUser
SuperCreator. getSuperUser()
-
Uses of IUser in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return IUser Modifier and Type Method Description protected IUser
TaskService. getUserFromLoggedUser(LoggedUser loggedUser)
Methods in com.netgrif.application.engine.workflow.service with parameters of type IUser Modifier and Type Method Description AssignTaskEventOutcome
TaskService. assignTask(Task task, IUser user)
AssignTaskEventOutcome
TaskService. assignTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<AssignTaskEventOutcome>
TaskService. assignTasks(java.util.List<Task> tasks, IUser user)
java.util.List<AssignTaskEventOutcome>
TaskService. assignTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
protected Case
TaskService. assignTaskToUser(IUser user, Task task, java.lang.String useCaseId)
CancelTaskEventOutcome
TaskService. cancelTask(Task task, IUser user)
CancelTaskEventOutcome
TaskService. cancelTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<CancelTaskEventOutcome>
TaskService. cancelTasks(java.util.List<Task> tasks, IUser user)
java.util.List<CancelTaskEventOutcome>
TaskService. cancelTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
void
FilterImportExportService. createFilterExport(IUser author)
void
FilterImportExportService. createFilterImport(IUser author)
protected void
TaskService. delegate(IUser delegated, Task task, Case useCase)
org.springframework.data.domain.Page<Task>
TaskService. findByUser(org.springframework.data.domain.Pageable pageable, IUser user)
FinishTaskEventOutcome
TaskService. finishTask(Task task, IUser user)
FinishTaskEventOutcome
TaskService. finishTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<FinishTaskEventOutcome>
TaskService. finishTasks(java.util.List<Task> tasks, IUser user)
java.util.List<FinishTaskEventOutcome>
TaskService. finishTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
protected java.util.Map<java.lang.String,java.lang.Boolean>
AbstractAuthorizationService. getAggregatePermissions(IUser user, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> permissions)
java.util.Map<java.lang.String,I18nString>
ConfigurableMenuService. getNetsByAuthorAsMapOptions(IUser author, java.util.Locale locale)
Constructs a map that can be used as a value for anyMapOptionsField
.boolean
TaskAuthorizationService. isAssignee(IUser user, Task task)
boolean
TaskAuthorizationService. isAssignee(IUser user, java.lang.String taskId)
java.lang.Boolean
TaskAuthorizationService. userHasAtLeastOneRolePermission(IUser user, Task task, RolePermission... permissions)
java.lang.Boolean
WorkflowAuthorizationService. userHasAtLeastOneRolePermission(IUser user, PetriNet net, ProcessRolePermission... permissions)
java.lang.Boolean
TaskAuthorizationService. userHasUserListPermission(IUser user, Task task, RolePermission... permissions)
java.lang.Boolean
WorkflowAuthorizationService. userHasUserListPermission(IUser user, Case useCase, ProcessRolePermission... permissions)
-
Uses of IUser in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type IUser Modifier and Type Method Description AssignTaskEventOutcome
ITaskService. assignTask(Task task, IUser user)
AssignTaskEventOutcome
ITaskService. assignTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<AssignTaskEventOutcome>
ITaskService. assignTasks(java.util.List<Task> tasks, IUser user)
java.util.List<AssignTaskEventOutcome>
ITaskService. assignTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
CancelTaskEventOutcome
ITaskService. cancelTask(Task task, IUser user)
CancelTaskEventOutcome
ITaskService. cancelTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<CancelTaskEventOutcome>
ITaskService. cancelTasks(java.util.List<Task> tasks, IUser user)
java.util.List<CancelTaskEventOutcome>
ITaskService. cancelTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
void
IFilterImportExportService. createFilterExport(IUser author)
void
IFilterImportExportService. createFilterImport(IUser author)
org.springframework.data.domain.Page<Task>
ITaskService. findByUser(org.springframework.data.domain.Pageable pageable, IUser user)
FinishTaskEventOutcome
ITaskService. finishTask(Task task, IUser user)
FinishTaskEventOutcome
ITaskService. finishTask(Task task, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<FinishTaskEventOutcome>
ITaskService. finishTasks(java.util.List<Task> tasks, IUser user)
java.util.List<FinishTaskEventOutcome>
ITaskService. finishTasks(java.util.List<Task> tasks, IUser user, java.util.Map<java.lang.String,java.lang.String> params)
java.util.Map<java.lang.String,I18nString>
IConfigurableMenuService. getNetsByAuthorAsMapOptions(IUser author, java.util.Locale locale)
boolean
ITaskAuthorizationService. isAssignee(IUser user, Task task)
boolean
ITaskAuthorizationService. isAssignee(IUser user, java.lang.String taskId)
java.lang.Boolean
ITaskAuthorizationService. userHasAtLeastOneRolePermission(IUser user, Task task, RolePermission... permissions)
java.lang.Boolean
IWorkflowAuthorizationService. userHasAtLeastOneRolePermission(IUser user, PetriNet net, ProcessRolePermission... permissions)
java.lang.Boolean
ITaskAuthorizationService. userHasUserListPermission(IUser user, Task task, RolePermission... permissions)
java.lang.Boolean
IWorkflowAuthorizationService. userHasUserListPermission(IUser user, Case useCase, ProcessRolePermission... permissions)
-