Class MfgInstanceResult<T extends MfgInstance>
java.lang.Object
com.technia.dsx.threedspace.common.search.SearchResult<T>
com.technia.dsx.threedspace.mfg.instance.MfgInstanceResult<T>
- Type Parameters:
T- the type of manufacturing instance in the result
- All Implemented Interfaces:
Iterable<T>
Base class for manufacturing instance search results.
Provides type-safe result handling for manufacturing instance queries with different mask types (Default, Details). Contains factory methods to determine the appropriate result type based on the mask or instance type.
- Since:
- 2024-01-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends MfgInstance>
Class<? extends MfgInstanceResult<? extends MfgInstance>>resultTypeFor(MfgInstanceMask mask) static <T extends MfgInstance>
Class<? extends MfgInstanceResult<? extends MfgInstance>>resultTypeFor(Class<T> type) Methods inherited from class com.technia.dsx.threedspace.common.search.SearchResult
getMembers, getNlsLabelFor, getTotalItems, iterator, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MfgInstanceResult
public MfgInstanceResult()
-
-
Method Details
-
resultTypeFor
public static <T extends MfgInstance> Class<? extends MfgInstanceResult<? extends MfgInstance>> resultTypeFor(MfgInstanceMask mask) -
resultTypeFor
public static <T extends MfgInstance> Class<? extends MfgInstanceResult<? extends MfgInstance>> resultTypeFor(Class<T> type)
-