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 IPetriNetService
ElasticCaseService. petriNetService
protected IPetriNetService
ElasticTaskService. petriNetService
Methods in com.netgrif.application.engine.elastic.service with parameters of type IPetriNetService Modifier and Type Method Description void
ElasticPetriNetService. 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 IPetriNetService
Importer. 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 IPetriNetService
NextGroupService. 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 IPetriNetService
ActionDelegate. getPetriNetService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IPetriNetService Modifier and Type Method Description void
ActionDelegate. 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 IPetriNetService
RoleActionDelegate. getPetriNetService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type IPetriNetService Modifier and Type Method Description void
RoleActionDelegate. 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 class
PetriNetService
Constructors 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 IPetriNetService
ImpersonationRunner. 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 IPetriNetService
DataService. petriNetService
protected IPetriNetService
WorkflowService. petriNetService
Methods in com.netgrif.application.engine.workflow.service with parameters of type IPetriNetService Modifier and Type Method Description void
FieldActionsCacheService. setPetriNetService(IPetriNetService petriNetService)
-