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 IProcessRoleServiceAbstractUserService. processRoleServiceprotected IProcessRoleServiceUserService. 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 IProcessRoleServiceImpersonationAuthorizationService. 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 IProcessRoleServiceImporter. 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 IProcessRoleServiceActionDelegate. getProcessRoleService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IProcessRoleService Modifier and Type Method Description voidActionDelegate. 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 IProcessRoleServiceRoleActionDelegate. getProcessRoleService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IProcessRoleService Modifier and Type Method Description voidRoleActionDelegate. 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 classProcessRoleService -
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 IProcessRoleServiceTaskService. processRoleServiceprotected IProcessRoleServiceWorkflowService. processRoleService
-