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 ElasticPetriNet
ElasticPetriNetRepository. 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 void
ElasticPetriNet. 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 ElasticPetriNet
ElasticPetriNetMappingService. transform(PetriNet net)
Methods in com.netgrif.application.engine.elastic.service with parameters of type ElasticPetriNet Modifier and Type Method Description void
ElasticPetriNetService. index(ElasticPetriNet net)
void
ElasticPetriNetService. 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 ElasticPetriNet
IElasticPetriNetMappingService. transform(PetriNet net)
Methods in com.netgrif.application.engine.elastic.service.interfaces with parameters of type ElasticPetriNet Modifier and Type Method Description void
IElasticPetriNetService. index(ElasticPetriNet net)
void
IElasticPetriNetService. indexNow(ElasticPetriNet net)
-