Interface IStandaloneServerInfobaseValidator


  • public interface IStandaloneServerInfobaseValidator
    The validator service to check 1C:Enterprise Standalone server infobase configuration definitions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.core.runtime.IStatus validateHttpService​(org.eclipse.core.resources.IProject project, HttpService httpService)
      Validates location of the 1C:Enterprise Standalone server infobase HTTP service definition.
      org.eclipse.core.runtime.IStatus validateInfobase​(StandaloneServerInfobase infobase)
      Validates location of the 1C:Enterprise Standalone server infobase definition.
      org.eclipse.core.runtime.IStatus validatePublication​(org.eclipse.core.resources.IProject project, Publication publication)
      Validates location of the 1C:Enterprise Standalone server infobase publication definition.
      org.eclipse.core.runtime.IStatus validateWebService​(org.eclipse.core.resources.IProject project, WebService webService)
      Validates location of the 1C:Enterprise Standalone server infobase web service definition.
    • Method Detail

      • validatePublication

        org.eclipse.core.runtime.IStatus validatePublication​(org.eclipse.core.resources.IProject project,
                                                             Publication publication)
        Validates location of the 1C:Enterprise Standalone server infobase publication definition.
        Parameters:
        project - the project to get configuration, cannot be null
        publication - the publication to validate, cannot be null
        Returns:
        the validation status, never null
        See Also:
        Publication
      • validateHttpService

        org.eclipse.core.runtime.IStatus validateHttpService​(org.eclipse.core.resources.IProject project,
                                                             HttpService httpService)
        Validates location of the 1C:Enterprise Standalone server infobase HTTP service definition.
        Parameters:
        project - the project to get configuration, cannot be null
        httpService - the HTTP service to validate, cannot be null
        Returns:
        the validation status, never null
        See Also:
        HttpServices
      • validateWebService

        org.eclipse.core.runtime.IStatus validateWebService​(org.eclipse.core.resources.IProject project,
                                                            WebService webService)
        Validates location of the 1C:Enterprise Standalone server infobase web service definition.
        Parameters:
        project - the project to get configuration, cannot be null
        httpService - the web service to validate, cannot be null
        Returns:
        the validation status, never null
        See Also:
        WebServices
      • validateInfobase

        org.eclipse.core.runtime.IStatus validateInfobase​(StandaloneServerInfobase infobase)
        Validates location of the 1C:Enterprise Standalone server infobase definition.
        Parameters:
        infobase - the infobase to validate, cannot be null
        Returns:
        the validation status, never null