Uses of Class
com.netgrif.application.engine.elastic.domain.ElasticPetriNet
-
Packages that use ElasticPetriNet Package Description com.netgrif.application.engine.elastic.domain com.netgrif.application.engine.elastic.service com.netgrif.application.engine.elastic.service.interfaces -
-
Uses of ElasticPetriNet in com.netgrif.application.engine.elastic.domain
Methods in com.netgrif.application.engine.elastic.domain that return ElasticPetriNet Modifier and Type Method Description ElasticPetriNetElasticPetriNetRepository. findByStringId(java.lang.String stringId)Methods in com.netgrif.application.engine.elastic.domain that return types with arguments of type ElasticPetriNet Modifier and Type Method Description java.util.List<ElasticPetriNet>ElasticPetriNetRepository. findAllByUriNodeId(java.lang.String uriNodeId)Methods in com.netgrif.application.engine.elastic.domain with parameters of type ElasticPetriNet Modifier and Type Method Description voidElasticPetriNet. update(ElasticPetriNet net) -
Uses of ElasticPetriNet in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service that return ElasticPetriNet Modifier and Type Method Description ElasticPetriNetElasticPetriNetMappingService. transform(PetriNet net)Methods in com.netgrif.application.engine.elastic.service with parameters of type ElasticPetriNet Modifier and Type Method Description voidElasticPetriNetService. index(ElasticPetriNet net)voidElasticPetriNetService. indexNow(ElasticPetriNet net) -
Uses of ElasticPetriNet in com.netgrif.application.engine.elastic.service.interfaces
Methods in com.netgrif.application.engine.elastic.service.interfaces that return ElasticPetriNet Modifier and Type Method Description ElasticPetriNetIElasticPetriNetMappingService. transform(PetriNet net)Methods in com.netgrif.application.engine.elastic.service.interfaces with parameters of type ElasticPetriNet Modifier and Type Method Description voidIElasticPetriNetService. index(ElasticPetriNet net)voidIElasticPetriNetService. indexNow(ElasticPetriNet net)
-