Uses of Interface
com.netgrif.application.engine.petrinet.service.interfaces.IPetriNetService
-
-
Uses of IPetriNetService in com.netgrif.application.engine.elastic.service
Fields in com.netgrif.application.engine.elastic.service declared as IPetriNetService Modifier and Type Field Description protected IPetriNetServiceElasticCaseService. petriNetServiceprotected IPetriNetServiceElasticTaskService. petriNetServiceMethods in com.netgrif.application.engine.elastic.service with parameters of type IPetriNetService Modifier and Type Method Description voidElasticPetriNetService. setPetriNetService(IPetriNetService petriNetService) -
Uses of IPetriNetService in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service declared as IPetriNetService Modifier and Type Field Description protected IPetriNetServiceImporter. service -
Uses of IPetriNetService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as IPetriNetService Modifier and Type Field Description protected IPetriNetServiceNextGroupService. petriNetService -
Uses of IPetriNetService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IPetriNetService Modifier and Type Method Description IPetriNetServiceActionDelegate. getPetriNetService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IPetriNetService Modifier and Type Method Description voidActionDelegate. setPetriNetService(IPetriNetService value) -
Uses of IPetriNetService 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 IPetriNetService Modifier and Type Method Description IPetriNetServiceRoleActionDelegate. getPetriNetService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IPetriNetService Modifier and Type Method Description voidRoleActionDelegate. setPetriNetService(IPetriNetService value) -
Uses of IPetriNetService in com.netgrif.application.engine.petrinet.service
Classes in com.netgrif.application.engine.petrinet.service that implement IPetriNetService Modifier and Type Class Description classPetriNetServiceConstructors in com.netgrif.application.engine.petrinet.service with parameters of type IPetriNetService Constructor Description ProcessRoleService(ProcessRoleRepository processRoleRepository, PetriNetRepository netRepository, org.springframework.context.ApplicationEventPublisher publisher, RoleActionsRunner roleActionsRunner, IPetriNetService petriNetService, IUserService userService, ISecurityContextService securityContextService) -
Uses of IPetriNetService in com.netgrif.application.engine.petrinet.web
Constructors in com.netgrif.application.engine.petrinet.web with parameters of type IPetriNetService Constructor Description PublicPetriNetController(IPetriNetService petriNetService, IUserService userService, StringToVersionConverter converter, IProcessRoleService roleService) -
Uses of IPetriNetService in com.netgrif.application.engine.startup
Fields in com.netgrif.application.engine.startup declared as IPetriNetService Modifier and Type Field Description protected IPetriNetServiceImpersonationRunner. petriNetService -
Uses of IPetriNetService in com.netgrif.application.engine.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IPetriNetService Modifier and Type Field Description protected IPetriNetServiceDataService. petriNetServiceprotected IPetriNetServiceWorkflowService. petriNetServiceMethods in com.netgrif.application.engine.workflow.service with parameters of type IPetriNetService Modifier and Type Method Description voidFieldActionsCacheService. setPetriNetService(IPetriNetService petriNetService)
-