Uses of Interface
com.netgrif.application.engine.petrinet.service.interfaces.IProcessRoleService
-
-
Uses of IProcessRoleService in com.netgrif.application.engine.auth.service
Fields in com.netgrif.application.engine.auth.service declared as IProcessRoleService Modifier and Type Field Description protected IProcessRoleService
AbstractUserService. processRoleService
protected IProcessRoleService
UserService. processRoleService
-
Uses of IProcessRoleService in com.netgrif.application.engine.impersonation.service
Fields in com.netgrif.application.engine.impersonation.service declared as IProcessRoleService Modifier and Type Field Description protected IProcessRoleService
ImpersonationAuthorizationService. processRoleService
-
Uses of IProcessRoleService in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service declared as IProcessRoleService Modifier and Type Field Description protected IProcessRoleService
Importer. processRoleService
-
Uses of IProcessRoleService in com.netgrif.application.engine.ldap.service
Constructors in com.netgrif.application.engine.ldap.service with parameters of type IProcessRoleService Constructor Description LdapGroupRefService(LdapConfiguration ldapConfiguration, LdapGroupRoleRepository ldapGroupRoleRepository, IProcessRoleService processRoleService, NaeLdapProperties ldapProperties)
-
Uses of IProcessRoleService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IProcessRoleService Modifier and Type Method Description IProcessRoleService
ActionDelegate. getProcessRoleService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IProcessRoleService Modifier and Type Method Description void
ActionDelegate. setProcessRoleService(IProcessRoleService value)
-
Uses of IProcessRoleService 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 IProcessRoleService Modifier and Type Method Description IProcessRoleService
RoleActionDelegate. getProcessRoleService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IProcessRoleService Modifier and Type Method Description void
RoleActionDelegate. setProcessRoleService(IProcessRoleService value)
-
Uses of IProcessRoleService in com.netgrif.application.engine.petrinet.service
Classes in com.netgrif.application.engine.petrinet.service that implement IProcessRoleService Modifier and Type Class Description class
ProcessRoleService
-
Uses of IProcessRoleService in com.netgrif.application.engine.petrinet.web
Constructors in com.netgrif.application.engine.petrinet.web with parameters of type IProcessRoleService Constructor Description PublicPetriNetController(IPetriNetService petriNetService, IUserService userService, StringToVersionConverter converter, IProcessRoleService roleService)
-
Uses of IProcessRoleService in com.netgrif.application.engine.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IProcessRoleService Modifier and Type Field Description protected IProcessRoleService
TaskService. processRoleService
protected IProcessRoleService
WorkflowService. processRoleService
-