Interface EnumDSSXMLInitRepositoryModes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlCreateRepository
      Specifies the IServer to create a repository.
      static int DssXmlUseRepository
      Specifies the IServer to use an existing repository.
    • Field Detail

      • DssXmlCreateRepository

        static final int DssXmlCreateRepository
        Specifies the IServer to create a repository.
        See Also:
        Constant Field Values
      • DssXmlUseRepository

        static final int DssXmlUseRepository
        Specifies the IServer to use an existing repository. In case of uncertainty as to whether the repository is existing or not, the CreateRepository flag can also be used with this flag. That way, the repository is created, if not existing. In case the repository already exists, the CreateRepository flag is ignored when used with this flag.
        See Also:
        Constant Field Values