Interface IExportFileSupport


  • public interface IExportFileSupport
    Support for the export path of the EObject
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Path getOutputPath​(org.eclipse.emf.ecore.EObject eObject, Version version)
      Get path to export object
      boolean isExportable​(org.eclipse.emf.ecore.EObject eObject, Version version)
      Returns whether the given object is exportable with the given version of 1C:Enterprise Runtime.
    • Method Detail

      • getOutputPath

        Path getOutputPath​(org.eclipse.emf.ecore.EObject eObject,
                           Version version)
        Get path to export object
        Parameters:
        eObject - the export object, cannot be null
        version - the 1C:Enterprise Runtime version, cannot be null
        Returns:
        the export path for this object or null if this version of object not support
      • isExportable

        boolean isExportable​(org.eclipse.emf.ecore.EObject eObject,
                             Version version)
        Returns whether the given object is exportable with the given version of 1C:Enterprise Runtime.
        Parameters:
        eObject - the export object, cannot be null
        version - the 1C:Enterprise Runtime version, cannot be null
        Returns:
        whether the given object is exportable with the given version of 1C:Enterprise Runtime