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 ContentPointerContentFeeder. put(java.lang.String id, byte[] bytes)Put the contents of a byte array into the content store.ContentPointerContentFeeder. put(java.lang.String id, InputStreamBuilder builder)Stores binary data in the ContentStore.ContentPointerContentFeeder. put(java.lang.String id, java.io.File f)Put the contents of a File into the content store.ContentPointerContentFeeder. put(java.lang.String id, java.io.InputStream input)Put a resource into the Content Store.ContentPointerLazyContentStoreClient. retrieve(java.lang.String id)Retrieve a ContentPointer in the ContentStore.ContentPointerLazyContentStoreClient. 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 classContentStoreContentPointerAContentPointerimplementation 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 ContentPointerIngestClient. put(java.lang.String id, byte[] bytes)Put the contents of a byte array into the content store.ContentPointerIngestClient. put(java.lang.String id, InputStreamBuilder input)Stores binary data in the ContentStore.ContentPointerIngestClient. put(java.lang.String id, java.io.File f)Put the contents of a File into the content store.ContentPointerIngestClient. put(java.lang.String id, java.io.InputStream input)Put a resource into the Content Store.ContentPointerContentStoreClient. retrieve(java.lang.String id)Deprecated.Retrieve a ContentPointer in the ContentStore.ContentPointerContentStoreClient. 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 classByteArrayContentPointerMethods in com.attivio.sdk.ingest that return ContentPointer Modifier and Type Method Description ContentPointerIngestFieldValue. contentPointerValue()Gets the value as aContentPointer.Methods in com.attivio.sdk.ingest with parameters of type ContentPointer Modifier and Type Method Description voidIngestDocument. addValue(java.lang.String name, ContentPointer value)Add aContentPointervalue tofield.voidIngestField. addValue(ContentPointer value)Add aContentPointervalue to thisIngestField.voidIngestDocument. addValues(java.lang.String field, ContentPointer... values)voidIngestField. addValues(ContentPointer... values)voidIngestDocument. setField(java.lang.String field, ContentPointer... values)Set thevaluesfor afield.voidIngestFieldValue. setValue(ContentPointer value)Set aContentPointervalue.Constructors in com.attivio.sdk.ingest with parameters of type ContentPointer Constructor Description IngestFieldValue(ContentPointer value)Construct a new IngestFieldValue with aContentPointervalue. -
Uses of ContentPointer in com.attivio.sdk.service
Classes in com.attivio.sdk.service that implement ContentPointer Modifier and Type Class Description protected classMockContentStoreClient.MemoryContentPointermemory content pointer.protected classMockContentStoreProvider.MemoryContentPointermemory content pointer.Methods in com.attivio.sdk.service that return ContentPointer Modifier and Type Method Description ContentPointerMockContentStoreClient. retrieve(java.lang.String id)Retrieve a ContentPointer in the ContentStore.ContentPointerMockContentStoreClient. 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 classFileContentPointer -
Uses of ContentPointer in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return ContentPointer Modifier and Type Method Description ContentPointerByteArrayContentPointerConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)ContentPointerContentPointerConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-