Uses of Interface
com.netgrif.application.engine.petrinet.service.interfaces.IUriService
-
-
Uses of IUriService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IUriService Modifier and Type Method Description IUriServiceActionDelegate. getUriService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IUriService Modifier and Type Method Description voidActionDelegate. setUriService(IUriService value) -
Uses of IUriService in com.netgrif.application.engine.petrinet.service
Classes in com.netgrif.application.engine.petrinet.service that implement IUriService Modifier and Type Class Description classUriServiceService for managing UriNode objects -
Uses of IUriService in com.netgrif.application.engine.petrinet.web
Constructors in com.netgrif.application.engine.petrinet.web with parameters of type IUriService Constructor Description UriController(IUriService uriService)
-