Interface ObjectFactory

All Known Subinterfaces:
EngInstanceObjectFactory, EngItemObjectFactory, ManufacturingAssignmentFilterFactory, MfgItemObjectFactory

public interface ObjectFactory
Provides convenient methods for creation of instances of various types.
Since:
2024-01-18
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.technia.dsx.app.model.Referable
    toReferable(String identifier, String type, String source, String relativePath)
     
  • Method Details

    • toReferable

      default com.technia.dsx.app.model.Referable toReferable(String identifier, String type, String source, String relativePath)