Interface Service<T extends ObjectFactory>

Type Parameters:
T - the type of object factory provided by this service
All Known Subinterfaces:
DerivedOutputService, EngInstanceService, EngItemService, ManufacturingAssignmentFilterService, ManufacturingItemService

public interface Service<T extends ObjectFactory>
Base interface for 3DEXPERIENCE REST API services.

Services implementing this interface provide access to an ObjectFactory for creating instances of domain objects used in API operations.

Since:
2024-01-18
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getObjectFactory

      T getObjectFactory()