Uses of Class
com.netgrif.application.engine.petrinet.domain.UriNode
-
-
Uses of UriNode in com.netgrif.application.engine.petrinet.domain.repository
Methods in com.netgrif.application.engine.petrinet.domain.repository that return UriNode Modifier and Type Method Description UriNodeUriNodeRepository. findByUriPath(java.lang.String uriPath)Methods in com.netgrif.application.engine.petrinet.domain.repository that return types with arguments of type UriNode Modifier and Type Method Description java.util.List<UriNode>UriNodeRepository. findAllByLevel(int level)java.util.List<UriNode>UriNodeRepository. findAllByParentId(java.lang.String parentId)java.util.List<UriNode>UriNodeRepository. findByName(java.lang.String name) -
Uses of UriNode in com.netgrif.application.engine.petrinet.service
Methods in com.netgrif.application.engine.petrinet.service that return UriNode Modifier and Type Method Description UriNodeUriService. createDefault()Creates default UriNodeUriNodeUriService. findById(java.lang.String id)Retrieves UriNode based on IDUriNodeUriService. findByUri(java.lang.String uri)Retrieves UriNode based on uriUriNodeUriService. getOrCreate(PetriNet petriNet, UriContentType contentType)Creates new UriNode from PetriNet identifier, or retrieves existing oneUriNodeUriService. getOrCreate(java.lang.String uri, UriContentType contentType)Creates new UriNode from URI path, or retrieves existing oneUriNodeUriService. getRoot()Retrieves all UriNode that are root nodesUriNodeUriService. move(UriNode node, java.lang.String destUri)Moves UriNode to other destinationUriNodeUriService. move(java.lang.String uri, java.lang.String destUri)Moves UriNode to other destinationUriNodeUriService. populateDirectRelatives(UriNode uriNode)Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNodeUriService. save(UriNode uriNode)Saves UriNode object to databaseMethods in com.netgrif.application.engine.petrinet.service that return types with arguments of type UriNode Modifier and Type Method Description java.util.List<UriNode>UriService. findAllByParent(java.lang.String parentId)Retrieves all UriNode based on parent IDjava.util.List<UriNode>UriService. findByLevel(int level)Retrieves all UriNode based on levelMethods in com.netgrif.application.engine.petrinet.service with parameters of type UriNode Modifier and Type Method Description UriNodeUriService. move(UriNode node, java.lang.String destUri)Moves UriNode to other destinationUriNodeUriService. populateDirectRelatives(UriNode uriNode)Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNodeUriService. save(UriNode uriNode)Saves UriNode object to database -
Uses of UriNode in com.netgrif.application.engine.petrinet.service.interfaces
Methods in com.netgrif.application.engine.petrinet.service.interfaces that return UriNode Modifier and Type Method Description UriNodeIUriService. createDefault()Creates default UriNodeUriNodeIUriService. findById(java.lang.String id)Retrieves UriNode based on IDUriNodeIUriService. findByUri(java.lang.String path)Retrieves UriNode based on uriUriNodeIUriService. getOrCreate(PetriNet petriNet, UriContentType contentType)Creates new UriNode from PetriNet identifier, or retrieves existing oneUriNodeIUriService. getOrCreate(java.lang.String uri, UriContentType contentType)Creates new UriNode from URI path, or retrieves existing oneUriNodeIUriService. getRoot()Retrieves UriNode that is root nodeUriNodeIUriService. move(UriNode node, java.lang.String destUri)Moves UriNode to other destinationUriNodeIUriService. move(java.lang.String uri, java.lang.String destUri)Moves UriNode to other destinationUriNodeIUriService. populateDirectRelatives(UriNode uriNode)Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNodeIUriService. save(UriNode uriNode)Saves UriNode object to databaseMethods in com.netgrif.application.engine.petrinet.service.interfaces that return types with arguments of type UriNode Modifier and Type Method Description java.util.List<UriNode>IUriService. findAllByParent(java.lang.String parentId)Retrieves all UriNode based on parent IDjava.util.List<UriNode>IUriService. findByLevel(int level)Retrieves UriNode based on levelMethods in com.netgrif.application.engine.petrinet.service.interfaces with parameters of type UriNode Modifier and Type Method Description UriNodeIUriService. move(UriNode node, java.lang.String destUri)Moves UriNode to other destinationUriNodeIUriService. populateDirectRelatives(UriNode uriNode)Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNodeIUriService. save(UriNode uriNode)Saves UriNode object to database -
Uses of UriNode in com.netgrif.application.engine.petrinet.web
Methods in com.netgrif.application.engine.petrinet.web that return types with arguments of type UriNode Modifier and Type Method Description org.springframework.hateoas.CollectionModel<UriNode>UriController. getByLevel(int level)org.springframework.hateoas.CollectionModel<UriNode>UriController. getByParent(java.lang.String parentId)org.springframework.hateoas.EntityModel<UriNode>UriController. getOne(java.lang.String uri)org.springframework.hateoas.EntityModel<UriNode>UriController. getRoot() -
Uses of UriNode in com.netgrif.application.engine.petrinet.web.responsebodies
Constructors in com.netgrif.application.engine.petrinet.web.responsebodies with parameters of type UriNode Constructor Description UriNodeResource(UriNode content)Constructor parameters in com.netgrif.application.engine.petrinet.web.responsebodies with type arguments of type UriNode Constructor Description UriNodeResources(java.lang.Iterable<UriNode> content)
-