Uses of Class
com.netgrif.application.engine.petrinet.web.responsebodies.PetriNetReferenceResource
-
Packages that use PetriNetReferenceResource Package Description com.netgrif.application.engine.petrinet.web com.netgrif.application.engine.petrinet.web.responsebodies -
-
Uses of PetriNetReferenceResource in com.netgrif.application.engine.petrinet.web
Methods in com.netgrif.application.engine.petrinet.web that return PetriNetReferenceResource Modifier and Type Method Description PetriNetReferenceResourcePetriNetController. getOne(java.lang.String identifier, java.lang.String version, org.springframework.security.core.Authentication auth, java.util.Locale locale)PetriNetReferenceResourcePetriNetController. getOne(java.lang.String id, org.springframework.security.core.Authentication auth, java.util.Locale locale)PetriNetReferenceResourcePublicPetriNetController. getOne(java.lang.String identifier, java.lang.String version, java.util.Locale locale)PetriNetReferenceResourcePublicPetriNetController. getOne(java.lang.String id, java.util.Locale locale)Methods in com.netgrif.application.engine.petrinet.web that return types with arguments of type PetriNetReferenceResource Modifier and Type Method Description org.springframework.hateoas.PagedModel<PetriNetReferenceResource>PetriNetController. searchPetriNets(PetriNetSearch criteria, org.springframework.security.core.Authentication auth, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<PetriNetReference> assembler, java.util.Locale locale)org.springframework.hateoas.PagedModel<PetriNetReferenceResource>PublicPetriNetController. searchPetriNets(PetriNetSearch criteria, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<PetriNetReference> assembler, java.util.Locale locale) -
Uses of PetriNetReferenceResource in com.netgrif.application.engine.petrinet.web.responsebodies
Methods in com.netgrif.application.engine.petrinet.web.responsebodies that return PetriNetReferenceResource Modifier and Type Method Description PetriNetReferenceResourcePetriNetReferenceResourceAssembler. toModel(PetriNetReference petriNetReference)Constructor parameters in com.netgrif.application.engine.petrinet.web.responsebodies with type arguments of type PetriNetReferenceResource Constructor Description PetriNetReferenceResources(java.lang.Iterable<PetriNetReferenceResource> content)PetriNetReferenceResources(java.lang.Iterable<PetriNetReferenceResource> content, java.lang.Iterable<org.springframework.hateoas.Link> links)
-