Class EngInstanceBulkResult<T extends DefaultRelationship>

Type Parameters:
T - the type of engineering instance relationship in the result
All Implemented Interfaces:
Iterable<T>

public abstract class EngInstanceBulkResult<T extends DefaultRelationship> extends EngInstanceResult<T>
Base class for bulk engineering instance operation results.

Provides type-safe result handling for bulk operations with different mask types. Contains information about non-member items that could not be processed. Contains factory methods to determine the appropriate result type based on the mask or instance type.

Since:
2023-10-04