Uses of Class
com.netgrif.application.engine.petrinet.web.responsebodies.PetriNetReference
-
-
Uses of PetriNetReference in com.netgrif.application.engine.petrinet.service
Methods in com.netgrif.application.engine.petrinet.service that return PetriNetReference Modifier and Type Method Description PetriNetReference
PetriNetService. getReference(java.lang.String identifier, Version version, LoggedUser user, java.util.Locale locale)
Methods in com.netgrif.application.engine.petrinet.service that return types with arguments of type PetriNetReference Modifier and Type Method Description java.util.List<PetriNetReference>
PetriNetService. getReferences(LoggedUser user, java.util.Locale locale)
java.util.List<PetriNetReference>
PetriNetService. getReferencesByIdentifier(java.lang.String identifier, LoggedUser user, java.util.Locale locale)
java.util.List<PetriNetReference>
PetriNetService. getReferencesByUsersProcessRoles(LoggedUser user, java.util.Locale locale)
java.util.List<PetriNetReference>
PetriNetService. getReferencesByVersion(Version version, LoggedUser user, java.util.Locale locale)
org.springframework.data.domain.Page<PetriNetReference>
PetriNetService. search(PetriNetSearch criteriaClass, LoggedUser user, org.springframework.data.domain.Pageable pageable, java.util.Locale locale)
-
Uses of PetriNetReference in com.netgrif.application.engine.petrinet.service.interfaces
Methods in com.netgrif.application.engine.petrinet.service.interfaces that return PetriNetReference Modifier and Type Method Description PetriNetReference
IPetriNetService. getReference(java.lang.String identifier, Version version, LoggedUser user, java.util.Locale locale)
static PetriNetReference
IPetriNetService. transformToReference(PetriNet net, java.util.Locale locale)
Methods in com.netgrif.application.engine.petrinet.service.interfaces that return types with arguments of type PetriNetReference Modifier and Type Method Description java.util.List<PetriNetReference>
IPetriNetService. getReferences(LoggedUser user, java.util.Locale locale)
java.util.List<PetriNetReference>
IPetriNetService. getReferencesByIdentifier(java.lang.String identifier, LoggedUser user, java.util.Locale locale)
java.util.List<PetriNetReference>
IPetriNetService. getReferencesByUsersProcessRoles(LoggedUser user, java.util.Locale locale)
java.util.List<PetriNetReference>
IPetriNetService. getReferencesByVersion(Version version, LoggedUser user, java.util.Locale locale)
org.springframework.data.domain.Page<PetriNetReference>
IPetriNetService. search(PetriNetSearch criteria, LoggedUser user, org.springframework.data.domain.Pageable pageable, java.util.Locale locale)
-
Uses of PetriNetReference in com.netgrif.application.engine.petrinet.web
Method parameters in com.netgrif.application.engine.petrinet.web with type arguments of type PetriNetReference 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 PetriNetReference in com.netgrif.application.engine.petrinet.web.responsebodies
Methods in com.netgrif.application.engine.petrinet.web.responsebodies that return PetriNetReference Modifier and Type Method Description PetriNetReference
PetriNetReferenceWithMessage. getNet()
Methods in com.netgrif.application.engine.petrinet.web.responsebodies with parameters of type PetriNetReference Modifier and Type Method Description void
PetriNetReferenceWithMessage. setNet(PetriNetReference net)
PetriNetReferenceResource
PetriNetReferenceResourceAssembler. toModel(PetriNetReference petriNetReference)
Constructors in com.netgrif.application.engine.petrinet.web.responsebodies with parameters of type PetriNetReference Constructor Description PetriNetReferenceResource(PetriNetReference content)
TransitionReference(java.lang.String id, java.lang.String title, PetriNetReference net)
Constructor parameters in com.netgrif.application.engine.petrinet.web.responsebodies with type arguments of type PetriNetReference Constructor Description PetriNetReferenceResources(java.util.List<PetriNetReference> content)
-
Uses of PetriNetReference in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base
Methods in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base that return PetriNetReference Modifier and Type Method Description PetriNetReference
LocalisedPetriNetEventOutcome. getNet()
Methods in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base with parameters of type PetriNetReference Modifier and Type Method Description void
LocalisedPetriNetEventOutcome. setNet(PetriNetReference net)
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base with parameters of type PetriNetReference Constructor Description LocalisedPetriNetEventOutcome(java.lang.String message, java.util.List<LocalisedEventOutcome> outcomes, PetriNetReference net)
-