Class CollectResult

  • All Implemented Interfaces:

    
    public final class CollectResult
    
                        

    Class for managing the results of an adapter's collection call.

    A CollectResult contains Objects, which can be added at initialization or later. Each Object has a Key containing one or more Identifiers plus the object type and adapter type. Keys must be unique across objects in a CollectResult.

    • Constructor Detail

      • CollectResult

        CollectResult(List<Object> objectList, AdapterDefinition targetDefinition)
        Parameters:
        objectList - An optional List of objects to send to Aria Operations.
        targetDefinition - an optional description of the returned objects, used for validation purposes.