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. processRolescom.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>QAbstractUser. processRolescom.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>QAnonymousUser. processRolescom.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>QIUser. processRolescom.querydsl.core.types.dsl.SetPath<ProcessRole,QProcessRole>QUser. processRolesMethods 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 voidAbstractUser. addProcessRole(ProcessRole role)voidIUser. addProcessRole(ProcessRole role)voidAbstractUser. removeProcessRole(ProcessRole role)voidIUser. removeProcessRole(ProcessRole role)Method parameters in com.netgrif.application.engine.auth.domain with type arguments of type ProcessRole Modifier and Type Method Description voidLoggedUser. parseProcessRoles(java.util.Set<ProcessRole> processRoles)voidIUser. 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 IUserAbstractUserService. 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 ProcessRoleIProcessRoleFactory. getProcessRole(ProcessRole role, java.util.Locale locale)ProcessRoleProcessRoleFactory. 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. rolesConstructor 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. rolesConstructor 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 ProcessRoleImporter. anonymousRoleprotected ProcessRoleImporter. defaultRoleFields 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. rolesMethods in com.netgrif.application.engine.importer.service that return ProcessRole Modifier and Type Method Description ProcessRoleImporter. getRole(java.lang.String id)protected ProcessRoleImporter. 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. processesRolescom.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. rolesMethods in com.netgrif.application.engine.petrinet.domain with parameters of type ProcessRole Modifier and Type Method Description voidPetriNet. 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)CaseActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.lang.String groupName, java.util.List<ProcessRole> allowedRoles)Deprecated.CaseActionDelegate. 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.CaseActionDelegate. 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.CaseActionDelegate. 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.CaseActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles)Deprecated.CaseActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles)Deprecated.CaseActionDelegate. createMenuItem(java.lang.String uri, java.lang.String identifier, Case filter, java.util.List<ProcessRole> allowedRoles, java.util.List<ProcessRole> bannedRoles, Case group)Deprecated.CaseActionDelegate. 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.CaseActionDelegate. 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 ProcessRoleRoleContext. getRole()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.context with parameters of type ProcessRole Modifier and Type Method Description voidRoleContext. 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 ProcessRoleRoleActionDelegate. getProcessRole()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type ProcessRole Modifier and Type Method Description IUserRoleActionDelegate. assignRole(ProcessRole role)IUserRoleActionDelegate. assignRole(ProcessRole role, IUser user)IUserRoleActionDelegate. removeRole(ProcessRole role)IUserRoleActionDelegate. removeRole(ProcessRole role, IUser user)voidRoleActionDelegate. 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 ProcessRoleProcessRole. 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 ProcessRoleProcessRoleService. anonymousRole()ProcessRoleProcessRoleService. defaultRole()ProcessRoleProcessRoleService. findById(java.lang.String id)ProcessRoleProcessRoleService. 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 ProcessRoleIProcessRoleService. anonymousRole()ProcessRoleIProcessRoleService. defaultRole()ProcessRoleIProcessRoleService. findById(java.lang.String id)ProcessRoleIProcessRoleService. 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 ProcessRoleImportHelper. 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 IUserImportHelper. createUser(User user, Authority[] authorities, ProcessRole... roles)
-