Uses of Interface
com.attivio.sdk.ingest.ContentPointer
-
Packages that use ContentPointer Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.sdk.api com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.ingest com.attivio.sdk.service com.attivio.sdk.test com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of ContentPointer in com.attivio.client
Methods in com.attivio.client that return ContentPointer Modifier and Type Method Description ContentPointer
ContentFeeder. put(java.lang.String id, byte[] bytes)
Put the contents of a byte array into the content store.ContentPointer
ContentFeeder. put(java.lang.String id, InputStreamBuilder builder)
Stores binary data in the ContentStore.ContentPointer
ContentFeeder. put(java.lang.String id, java.io.File f)
Put the contents of a File into the content store.ContentPointer
ContentFeeder. put(java.lang.String id, java.io.InputStream input)
Put a resource into the Content Store.ContentPointer
LazyContentStoreClient. retrieve(java.lang.String id)
Retrieve a ContentPointer in the ContentStore.ContentPointer
LazyContentStoreClient. store(java.lang.String id, InputStreamBuilder input)
Store a ContentPointer in the ContentStore. -
Uses of ContentPointer in com.attivio.sdk.api
Classes in com.attivio.sdk.api that implement ContentPointer Modifier and Type Class Description class
ContentStoreContentPointer
AContentPointer
implementation that uses native APIs to access the Content Store -
Uses of ContentPointer in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return ContentPointer Modifier and Type Method Description ContentPointer
IngestClient. put(java.lang.String id, byte[] bytes)
Put the contents of a byte array into the content store.ContentPointer
IngestClient. put(java.lang.String id, InputStreamBuilder input)
Stores binary data in the ContentStore.ContentPointer
IngestClient. put(java.lang.String id, java.io.File f)
Put the contents of a File into the content store.ContentPointer
IngestClient. put(java.lang.String id, java.io.InputStream input)
Put a resource into the Content Store.ContentPointer
ContentStoreClient. retrieve(java.lang.String id)
Deprecated.Retrieve a ContentPointer in the ContentStore.ContentPointer
ContentStoreClient. store(java.lang.String id, InputStreamBuilder input)
Deprecated.Store a ContentPointer in the ContentStore. -
Uses of ContentPointer in com.attivio.sdk.ingest
Classes in com.attivio.sdk.ingest that implement ContentPointer Modifier and Type Class Description class
ByteArrayContentPointer
Methods in com.attivio.sdk.ingest that return ContentPointer Modifier and Type Method Description ContentPointer
IngestFieldValue. contentPointerValue()
Gets the value as aContentPointer
.Methods in com.attivio.sdk.ingest with parameters of type ContentPointer Modifier and Type Method Description void
IngestDocument. addValue(java.lang.String name, ContentPointer value)
Add aContentPointer
value tofield
.void
IngestField. addValue(ContentPointer value)
Add aContentPointer
value to thisIngestField
.void
IngestDocument. addValues(java.lang.String field, ContentPointer... values)
void
IngestField. addValues(ContentPointer... values)
void
IngestDocument. setField(java.lang.String field, ContentPointer... values)
Set thevalues
for afield
.void
IngestFieldValue. setValue(ContentPointer value)
Set aContentPointer
value.Constructors in com.attivio.sdk.ingest with parameters of type ContentPointer Constructor Description IngestFieldValue(ContentPointer value)
Construct a new IngestFieldValue with aContentPointer
value. -
Uses of ContentPointer in com.attivio.sdk.service
Classes in com.attivio.sdk.service that implement ContentPointer Modifier and Type Class Description protected class
MockContentStoreClient.MemoryContentPointer
memory content pointer.protected class
MockContentStoreProvider.MemoryContentPointer
memory content pointer.Methods in com.attivio.sdk.service that return ContentPointer Modifier and Type Method Description ContentPointer
MockContentStoreClient. retrieve(java.lang.String id)
Retrieve a ContentPointer in the ContentStore.ContentPointer
MockContentStoreClient. store(java.lang.String id, InputStreamBuilder input)
Store a ContentPointer in the ContentStore. -
Uses of ContentPointer in com.attivio.sdk.test
Classes in com.attivio.sdk.test that implement ContentPointer Modifier and Type Class Description class
FileContentPointer
-
Uses of ContentPointer in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return ContentPointer Modifier and Type Method Description ContentPointer
ByteArrayContentPointerConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
ContentPointer
ContentPointerConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-