Package | Description |
---|---|
com.attivio.sdk.client |
Interfaces for client side AIE development.
|
com.attivio.sdk.ingest | |
com.attivio.sdk.service |
Modifier and Type | Method and Description |
---|---|
ContentPointer |
IngestClient.put(String id,
byte[] bytes)
Put the contents of a byte array into the content store.
|
ContentPointer |
IngestClient.put(String id,
File f)
Put the contents of a File into the content store.
|
ContentPointer |
IngestClient.put(String id,
InputStream input)
Put a resource into the Content Store.
|
ContentPointer |
IngestClient.put(String id,
InputStreamBuilder input)
Stores binary data in the ContentStore.
|
ContentPointer |
ContentStoreClient.retrieve(String id)
Deprecated.
Retrieve a ContentPointer in the ContentStore.
|
ContentPointer |
ContentStoreClient.store(String id,
InputStreamBuilder input)
Deprecated.
Store a ContentPointer in the ContentStore.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayContentPointer |
Modifier and Type | Method and Description |
---|---|
ContentPointer |
IngestFieldValue.contentPointerValue()
Gets the value as a
ContentPointer . |
Modifier and Type | Method and Description |
---|---|
void |
IngestField.addValue(ContentPointer value)
Add a
ContentPointer value to this IngestField . |
void |
IngestDocument.addValue(String name,
ContentPointer value)
Add a
ContentPointer value to field . |
void |
IngestField.addValues(ContentPointer... values)
|
void |
IngestDocument.addValues(String field,
ContentPointer... values)
|
void |
IngestDocument.setField(String field,
ContentPointer... values)
Set the
values for a field . |
void |
IngestFieldValue.setValue(ContentPointer value)
Set a
ContentPointer value. |
Constructor and Description |
---|
IngestFieldValue(ContentPointer value)
Construct a new IngestFieldValue with a
ContentPointer value. |
Modifier and Type | Class and Description |
---|---|
protected class |
MockContentStoreClient.MemoryContentPointer
memory content pointer.
|
protected class |
MockContentStoreProvider.MemoryContentPointer
memory content pointer.
|
Modifier and Type | Method and Description |
---|---|
ContentPointer |
MockContentStoreClient.retrieve(String id)
Retrieve a ContentPointer in the ContentStore.
|
ContentPointer |
MockContentStoreClient.store(String id,
InputStreamBuilder input)
Store a ContentPointer in the ContentStore.
|
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.