Package | Description |
---|---|
eu.fbk.knowledgestore |
KnowledgeStore core API (
ks-core ). |
Modifier and Type | Method and Description |
---|---|
Operation.Download |
Operation.Download.accept(Iterable<? extends String> mimeTypes)
Sets the acceptable MIME types (default: accept everything).
|
Operation.Download |
Operation.Download.accept(String... mimeTypes)
Sets the acceptable MIME type (default: accept everything).
|
Operation.Download |
Operation.Download.caching(boolean caching)
Sets whether the representation can be retrieved from caches (default true).
|
Operation.Download |
Session.download(org.openrdf.model.URI resourceID)
Creates a new
Download operation object. |
Operation.Download |
ForwardingSession.download(org.openrdf.model.URI resourceID) |
Operation.Download |
AbstractSession.download(org.openrdf.model.URI resourceID) |
Operation.Download |
Operation.Download.namespaces(Map<String,String> namespaces) |
Operation.Download |
Operation.Download.timeout(Long timeout) |
Copyright © 2015–2016 FBK-irst. All rights reserved.