Uses of Class
com.netgrif.application.engine.petrinet.domain.roles.ProcessRole
-
-
Uses of ProcessRole in com.netgrif.application.engine.auth.domain
Fields in com.netgrif.application.engine.auth.domain with type parameters of type ProcessRole Modifier and Type Field Description protected java.util.Set<ProcessRole>
AbstractUser. processRoles
com.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>
QAbstractUser. processRoles
com.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>
QAnonymousUser. processRoles
com.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>
QIUser. processRoles
com.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>
QUser. processRoles
Methods in com.netgrif.application.engine.auth.domain that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.Set<ProcessRole>
IUser. getProcessRoles()
Methods in com.netgrif.application.engine.auth.domain with parameters of type ProcessRole Modifier and Type Method Description void
AbstractUser. addProcessRole(ProcessRole role)
void
IUser. addProcessRole(ProcessRole role)
void
AbstractUser. removeProcessRole(ProcessRole role)
void
IUser. removeProcessRole(ProcessRole role)
Method parameters in com.netgrif.application.engine.auth.domain with type arguments of type ProcessRole Modifier and Type Method Description void
LoggedUser. parseProcessRoles(java.util.Set<ProcessRole> processRoles)
void
IUser. setProcessRoles(java.util.Set<ProcessRole> processRoles)
-
Uses of ProcessRole in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service with parameters of type ProcessRole Modifier and Type Method Description protected IUser
AbstractUserService. removeRole(IUser user, ProcessRole role)
-
Uses of ProcessRole in com.netgrif.application.engine.auth.web.responsebodies
Methods in com.netgrif.application.engine.auth.web.responsebodies with parameters of type ProcessRole Modifier and Type Method Description ProcessRole
IProcessRoleFactory. getProcessRole(ProcessRole role, java.util.Locale locale)
ProcessRole
ProcessRoleFactory. getProcessRole(ProcessRole role, java.util.Locale locale)
Constructors in com.netgrif.application.engine.auth.web.responsebodies with parameters of type ProcessRole Constructor Description ProcessRole(ProcessRole role, java.util.Locale locale)
The constructor doesn't set attributes regarding the Petri net. -
Uses of ProcessRole in com.netgrif.application.engine.event.events.user
Fields in com.netgrif.application.engine.event.events.user with type parameters of type ProcessRole Modifier and Type Field Description protected java.util.Collection<ProcessRole>
UserRoleChangeEvent. roles
Constructor parameters in com.netgrif.application.engine.event.events.user with type arguments of type ProcessRole Constructor Description UserRoleChangeEvent(IUser user, java.util.Collection<ProcessRole> roles)
UserRoleChangeEvent(LoggedUser user, java.util.Collection<ProcessRole> roles)
-
Uses of ProcessRole in com.netgrif.application.engine.history.domain.userevents
Fields in com.netgrif.application.engine.history.domain.userevents with type parameters of type ProcessRole Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<ProcessRole,QProcessRole>
QUserRoleEventLog. roles
Constructor parameters in com.netgrif.application.engine.history.domain.userevents with type arguments of type ProcessRole Constructor Description UserRoleEventLog(java.lang.String email, java.util.Collection<ProcessRole> roles)
-
Uses of ProcessRole in com.netgrif.application.engine.impersonation.service
Methods in com.netgrif.application.engine.impersonation.service that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.List<ProcessRole>
ImpersonationAuthorizationService. getRoles(java.util.List<Case> configs, IUser impersonated)
-
Uses of ProcessRole in com.netgrif.application.engine.impersonation.service.interfaces
Methods in com.netgrif.application.engine.impersonation.service.interfaces that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.List<ProcessRole>
IImpersonationAuthorizationService. getRoles(java.util.List<Case> configs, IUser impersonated)
-
Uses of ProcessRole in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service declared as ProcessRole Modifier and Type Field Description protected ProcessRole
Importer. anonymousRole
protected ProcessRole
Importer. defaultRole
Fields in com.netgrif.application.engine.importer.service with type parameters of type ProcessRole Modifier and Type Field Description protected java.util.Map<java.lang.String,ProcessRole>
Importer. roles
Methods in com.netgrif.application.engine.importer.service that return ProcessRole Modifier and Type Method Description ProcessRole
Importer. getRole(java.lang.String id)
protected ProcessRole
Importer. initRole(Role importRole)
-
Uses of ProcessRole in com.netgrif.application.engine.ldap.domain
Fields in com.netgrif.application.engine.ldap.domain with type parameters of type ProcessRole Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>
QLdapGroup. processesRoles
com.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>
QLdapUser. processRoles
-
Uses of ProcessRole in com.netgrif.application.engine.ldap.service
Methods in com.netgrif.application.engine.ldap.service that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.Set<ProcessRole>
LdapGroupRefService. getProcessRoleByLdapGroup(java.util.Set<java.lang.String> groupDn)
-
Uses of ProcessRole in com.netgrif.application.engine.ldap.service.interfaces
Methods in com.netgrif.application.engine.ldap.service.interfaces that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.Set<ProcessRole>
ILdapGroupRefService. getProcessRoleByLdapGroup(java.util.Set<java.lang.String> groupDn)
-
Uses of ProcessRole in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type ProcessRole Modifier and Type Field Description com.querydsl.core.types.dsl.MapPath<java.lang.String,ProcessRole,QProcessRole>
QPetriNet. roles
Methods in com.netgrif.application.engine.petrinet.domain with parameters of type ProcessRole Modifier and Type Method Description void
PetriNet. addRole(ProcessRole role)
-
Uses of ProcessRole in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type ProcessRole Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>
ActionDelegate. collectRolesForPreferenceItem(java.util.List<ProcessRole> roles)
Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.lang.String groupName, java.util.List<ProcessRole> allowedRoles)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.lang.String groupName, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.lang.String groupName, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles, java.util.List<java.lang.String> caseDefaultHeaders)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.lang.String groupName, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles, java.util.List<java.lang.String> caseDefaultHeaders, java.util.List<java.lang.String> taskDefaultHeaders)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles, Case group)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles, Case group, java.util.List<java.lang.String> caseDefaultHeaders)
Deprecated.Case
ActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles, Case group, java.util.List<java.lang.String> caseDefaultHeaders, java.util.List<java.lang.String> taskDefaultHeaders)
Deprecated. -
Uses of ProcessRole in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.context
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.context that return ProcessRole Modifier and Type Method Description ProcessRole
RoleContext. getRole()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.context with parameters of type ProcessRole Modifier and Type Method Description void
RoleContext. setRole(ProcessRole value)
Constructors in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.context with parameters of type ProcessRole Constructor Description RoleContext(T user, ProcessRole role, PetriNet petriNet)
-
Uses of ProcessRole 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 ProcessRole Modifier and Type Method Description ProcessRole
RoleActionDelegate. getProcessRole()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type ProcessRole Modifier and Type Method Description IUser
RoleActionDelegate. assignRole(ProcessRole role)
IUser
RoleActionDelegate. assignRole(ProcessRole role, IUser user)
IUser
RoleActionDelegate. removeRole(ProcessRole role)
IUser
RoleActionDelegate. removeRole(ProcessRole role, IUser user)
void
RoleActionDelegate. setProcessRole(ProcessRole value)
-
Uses of ProcessRole in com.netgrif.application.engine.petrinet.domain.roles
Methods in com.netgrif.application.engine.petrinet.domain.roles that return ProcessRole Modifier and Type Method Description ProcessRole
ProcessRole. clone()
Methods in com.netgrif.application.engine.petrinet.domain.roles that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.Set<ProcessRole>
ProcessRoleRepository. findAllByGlobalIsTrue()
java.util.Set<ProcessRole>
ProcessRoleRepository. findAllByImportId(java.lang.String importId)
java.util.Set<ProcessRole>
ProcessRoleRepository. findAllByImportIdIn(java.util.Set<java.lang.String> importIds)
java.util.Set<ProcessRole>
ProcessRoleRepository. findAllByName_DefaultValue(java.lang.String name)
java.util.Set<ProcessRole>
ProcessRoleRepository. findAllByNetId(java.lang.String netId)
Constructor parameters in com.netgrif.application.engine.petrinet.domain.roles with type arguments of type ProcessRole Constructor Description QProcessRole(com.querydsl.core.types.Path<? extends ProcessRole> path)
QProcessRole(java.lang.Class<? extends ProcessRole> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of ProcessRole in com.netgrif.application.engine.petrinet.service
Methods in com.netgrif.application.engine.petrinet.service that return ProcessRole Modifier and Type Method Description ProcessRole
ProcessRoleService. anonymousRole()
ProcessRole
ProcessRoleService. defaultRole()
ProcessRole
ProcessRoleService. findById(java.lang.String id)
ProcessRole
ProcessRoleService. findByImportId(java.lang.String importId)
Deprecated, for removal: This API element is subject to removal in a future version.useProcessRoleService.findAllByImportId(String)
insteadMethods in com.netgrif.application.engine.petrinet.service that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.List<ProcessRole>
ProcessRoleService. findAll()
java.util.List<ProcessRole>
ProcessRoleService. findAll(java.lang.String netId)
java.util.Set<ProcessRole>
ProcessRoleService. findAllByDefaultName(java.lang.String name)
java.util.Set<ProcessRole>
ProcessRoleService. findAllByImportId(java.lang.String importId)
java.util.Set<ProcessRole>
ProcessRoleService. findAllGlobalRoles()
java.util.Set<ProcessRole>
ProcessRoleService. findByIds(java.util.Set<java.lang.String> ids)
java.util.List<ProcessRole>
ProcessRoleService. saveAll(java.lang.Iterable<ProcessRole> entities)
Method parameters in com.netgrif.application.engine.petrinet.service with type arguments of type ProcessRole Modifier and Type Method Description java.util.List<ProcessRole>
ProcessRoleService. saveAll(java.lang.Iterable<ProcessRole> entities)
-
Uses of ProcessRole in com.netgrif.application.engine.petrinet.service.interfaces
Methods in com.netgrif.application.engine.petrinet.service.interfaces that return ProcessRole Modifier and Type Method Description ProcessRole
IProcessRoleService. anonymousRole()
ProcessRole
IProcessRoleService. defaultRole()
ProcessRole
IProcessRoleService. findById(java.lang.String id)
ProcessRole
IProcessRoleService. findByImportId(java.lang.String importId)
Methods in com.netgrif.application.engine.petrinet.service.interfaces that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.List<ProcessRole>
IProcessRoleService. findAll()
java.util.List<ProcessRole>
IProcessRoleService. findAll(java.lang.String netId)
java.util.Set<ProcessRole>
IProcessRoleService. findAllByDefaultName(java.lang.String name)
java.util.Set<ProcessRole>
IProcessRoleService. findAllByImportId(java.lang.String importId)
java.util.Set<ProcessRole>
IProcessRoleService. findAllGlobalRoles()
java.util.Set<ProcessRole>
IProcessRoleService. findByIds(java.util.Set<java.lang.String> ids)
java.util.List<ProcessRole>
IProcessRoleService. saveAll(java.lang.Iterable<ProcessRole> entities)
Method parameters in com.netgrif.application.engine.petrinet.service.interfaces with type arguments of type ProcessRole Modifier and Type Method Description java.util.List<ProcessRole>
IProcessRoleService. saveAll(java.lang.Iterable<ProcessRole> entities)
-
Uses of ProcessRole in com.netgrif.application.engine.petrinet.web.responsebodies
Constructor parameters in com.netgrif.application.engine.petrinet.web.responsebodies with type arguments of type ProcessRole Constructor Description ProcessRolesResource(java.util.Collection<ProcessRole> content, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> permissions, java.lang.String netId, java.util.Locale locale)
-
Uses of ProcessRole in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return ProcessRole Modifier and Type Method Description ProcessRole
ImportHelper. getProcessRoleByImportId(PetriNet net, java.lang.String roleId)
Methods in com.netgrif.application.engine.startup that return types with arguments of type ProcessRole Modifier and Type Method Description java.util.Map<java.lang.String,ProcessRole>
ImportHelper. getProcessRoles(PetriNet net)
java.util.Map<java.lang.String,ProcessRole>
ImportHelper. getProcessRolesByImportId(PetriNet net, java.util.Map<java.lang.String,java.lang.String> importId)
Methods in com.netgrif.application.engine.startup with parameters of type ProcessRole Modifier and Type Method Description IUser
ImportHelper. createUser(User user, Authority[] authorities, ProcessRole... roles)
-