Uses of Class
com.netgrif.application.engine.petrinet.domain.throwable.MissingPetriNetMetaDataException
-
-
Uses of MissingPetriNetMetaDataException in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service that throw MissingPetriNetMetaDataException Modifier and Type Method Description protected java.util.Optional<PetriNet>Importer. createPetriNet()java.util.Optional<PetriNet>Importer. importPetriNet(java.io.File xml)java.util.Optional<PetriNet>Importer. importPetriNet(java.io.InputStream xml)protected voidImporter. setMetaData() -
Uses of MissingPetriNetMetaDataException in com.netgrif.application.engine.petrinet.service
Methods in com.netgrif.application.engine.petrinet.service that throw MissingPetriNetMetaDataException Modifier and Type Method Description ImportPetriNetEventOutcomePetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser author)ImportPetriNetEventOutcomePetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser author, java.lang.String uriNodeId)ImportPetriNetEventOutcomePetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser author, java.lang.String uriNodeId, java.util.Map<java.lang.String,java.lang.String> params)ImportPetriNetEventOutcomePetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser author, java.util.Map<java.lang.String,java.lang.String> params)ImportPetriNetEventOutcomePetriNetService. importPetriNet(java.io.InputStream xmlFile, java.lang.String releaseType, LoggedUser author)Deprecated.ImportPetriNetEventOutcomePetriNetService. importPetriNet(java.io.InputStream xmlFile, java.lang.String releaseType, LoggedUser author, java.lang.String uriNodeId)Deprecated. -
Uses of MissingPetriNetMetaDataException in com.netgrif.application.engine.petrinet.service.interfaces
Methods in com.netgrif.application.engine.petrinet.service.interfaces that throw MissingPetriNetMetaDataException Modifier and Type Method Description ImportPetriNetEventOutcomeIPetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser user)ImportPetriNetEventOutcomeIPetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser user, java.lang.String uriNodeId)ImportPetriNetEventOutcomeIPetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser user, java.lang.String uriNodeId, java.util.Map<java.lang.String,java.lang.String> params)ImportPetriNetEventOutcomeIPetriNetService. importPetriNet(java.io.InputStream xmlFile, VersionType releaseType, LoggedUser user, java.util.Map<java.lang.String,java.lang.String> params)ImportPetriNetEventOutcomeIPetriNetService. importPetriNet(java.io.InputStream xmlFile, java.lang.String releaseType, LoggedUser user)Deprecated.ImportPetriNetEventOutcomeIPetriNetService. importPetriNet(java.io.InputStream xmlFile, java.lang.String releaseType, LoggedUser user, java.lang.String uriNodeId)Deprecated. -
Uses of MissingPetriNetMetaDataException in com.netgrif.application.engine.petrinet.web
Methods in com.netgrif.application.engine.petrinet.web with parameters of type MissingPetriNetMetaDataException Modifier and Type Method Description MessageResourcePetriNetControllerAdvice. handleException(MissingPetriNetMetaDataException e)Methods in com.netgrif.application.engine.petrinet.web that throw MissingPetriNetMetaDataException Modifier and Type Method Description org.springframework.hateoas.EntityModel<EventOutcomeWithMessage>PetriNetController. importPetriNet(org.springframework.web.multipart.MultipartFile multipartFile, java.lang.String uriNodeId, java.lang.String releaseType, org.springframework.security.core.Authentication auth, java.util.Locale locale)
-