Uses of Class
com.netgrif.application.engine.petrinet.domain.UriContentType
-
-
Uses of UriContentType in com.netgrif.application.engine.petrinet.domain
Methods in com.netgrif.application.engine.petrinet.domain that return UriContentType Modifier and Type Method Description static UriContentTypeUriContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UriContentType[]UriContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.petrinet.domain with parameters of type UriContentType Modifier and Type Method Description voidUriNode. addContentType(UriContentType contentType) -
Uses of UriContentType 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 UriContentType Modifier and Type Method Description java.lang.ObjectActionDelegate. createUri(java.lang.String uri, UriContentType type) -
Uses of UriContentType in com.netgrif.application.engine.petrinet.service
Methods in com.netgrif.application.engine.petrinet.service with parameters of type UriContentType Modifier and Type Method Description UriNodeUriService. 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 one -
Uses of UriContentType in com.netgrif.application.engine.petrinet.service.interfaces
Methods in com.netgrif.application.engine.petrinet.service.interfaces with parameters of type UriContentType Modifier and Type Method Description UriNodeIUriService. 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 one
-