Interface IRuntimeTypeRegistry


  • public interface IRuntimeTypeRegistry
    The workbench's global registry of 1C:Enterprise runtime types. This registry contains all registered 1C:Enterprise runtime types.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getType

        Optional<IRuntimeType> getType​(String id)
        Returns the optional 1C:Enterprise runtime type with the specified identifier.
        Parameters:
        id - a unique identifier for 1C:Enterprise runtime type, cannot be null
        Returns:
        the optional 1C:Enterprise runtime extension with the specified id
      • getTypes

        Collection<IRuntimeType> getTypes()
        Returns all defined 1C:Enterprise runtime types. Returned collection is unmodifiable.
        Returns:
        a collection of all defined 1C:Enterprise runtime types, never null