public interface DiscobitsHandler
Modifier and Type | Method and Description |
---|---|
byte[] |
getData(UriRef uriRef) |
javax.ws.rs.core.MediaType |
getMediaType(UriRef uriRef) |
void |
put(UriRef infoDiscoBitUri,
javax.ws.rs.core.MediaType mediaType,
byte[] data)
Creates an InfoDiscoBit
|
void |
remove(NonLiteral node)
Removes InfoDiscoBits (aka binary contents), other DiscoBits and
the context of the specified node.
|
void put(UriRef infoDiscoBitUri, javax.ws.rs.core.MediaType mediaType, byte[] data)
infoDiscoBitUri
- mediaType
- data
- void remove(NonLiteral node)
node
- javax.ws.rs.core.MediaType getMediaType(UriRef uriRef)
uriRef
- byte[] getData(UriRef uriRef)
uriRef
- Copyright © 2014 The Apache Software Foundation. All Rights Reserved.