Uses of Class
com.netgrif.application.engine.petrinet.domain.UriNode
-
-
Uses of UriNode in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type UriNode Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<UriNode,QUriNode>
QUriNode. children
Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type UriNode Constructor Description QUriNode(com.querydsl.core.types.Path<? extends UriNode> path)
QUriNode(java.lang.Class<? extends UriNode> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of UriNode in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type UriNode Modifier and Type Method Description protected Case
ActionDelegate. findFolderCase(UriNode node)
java.util.Map<java.lang.String,I18nString>
ActionDelegate. findOptionsBasedOnSelectedNode(UriNode node)
java.util.Map<java.lang.String,I18nString>
ActionDelegate. findOptionsBasedOnSelectedNode(UriNode node, java.util.List<java.lang.String> splitPathList)
protected Case
ActionDelegate. getOrCreateFolderRecursive(UriNode node, MenuItemBody body)
protected Case
ActionDelegate. getOrCreateFolderRecursive(UriNode node, MenuItemBody body, Case childFolderCase)
void
ActionDelegate. updateMultichoiceWithCurrentNode(MultichoiceMapField field, UriNode node)
-
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 UriNode
UriNodeRepository. 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 UriNode
UriService. createDefault()
Creates default UriNodeUriNode
UriService. findById(java.lang.String id)
Retrieves UriNode based on IDUriNode
UriService. findByUri(java.lang.String uri)
Retrieves UriNode based on uriUriNode
UriService. getOrCreate(java.lang.String uri, UriContentType contentType)
Creates new UriNode from URI path, or retrieves existing oneUriNode
UriService. getRoot()
Retrieves all UriNode that are root nodesUriNode
UriService. move(UriNode node, java.lang.String destUri)
Moves UriNode to other destinationUriNode
UriService. move(java.lang.String uri, java.lang.String destUri)
Moves UriNode to other destinationUriNode
UriService. populateDirectRelatives(UriNode uriNode)
Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNode
UriService. 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 UriNode
UriService. move(UriNode node, java.lang.String destUri)
Moves UriNode to other destinationUriNode
UriService. populateDirectRelatives(UriNode uriNode)
Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNode
UriService. 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 UriNode
IUriService. createDefault()
Creates default UriNodeUriNode
IUriService. findById(java.lang.String id)
Retrieves UriNode based on IDUriNode
IUriService. findByUri(java.lang.String path)
Retrieves UriNode based on uriUriNode
IUriService. getOrCreate(java.lang.String uri, UriContentType contentType)
Creates new UriNode from URI path, or retrieves existing oneUriNode
IUriService. getRoot()
Retrieves UriNode that is root nodeUriNode
IUriService. move(UriNode node, java.lang.String destUri)
Moves UriNode to other destinationUriNode
IUriService. move(java.lang.String uri, java.lang.String destUri)
Moves UriNode to other destinationUriNode
IUriService. populateDirectRelatives(UriNode uriNode)
Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNode
IUriService. 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 UriNode
IUriService. move(UriNode node, java.lang.String destUri)
Moves UriNode to other destinationUriNode
IUriService. populateDirectRelatives(UriNode uriNode)
Collects direct relatives (parent and children) of input UriNode and returns filled objectUriNode
IUriService. 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)
-