Interface IngestionHistoryApiBatchSupport

  • All Superinterfaces:
    IngestionHistoryApi

    public interface IngestionHistoryApiBatchSupport
    extends IngestionHistoryApi
    Additional interface to add getSignatureBatch() and visitBatch() to IngestionHistoryApi (which we cannot change to avoid backward compatability issues)
    Author:
    rlau
    • Method Detail

      • getSignatureBatch

        java.util.List<byte[]> getSignatureBatch​(java.lang.String namespace,
                                                 java.util.List<java.lang.String> keys)
                                          throws AttivioException
        Similar to @link com.attivio.sdk.client.InvestionHistoryApi#getSignature() but takes an ordered list of keys (for efficiency)
        Parameters:
        namespace -
        batch -
        Throws:
        AttivioException