Interface EnumDSSLDAPBatchImportStatus


  • public interface EnumDSSLDAPBatchImportStatus
    Interface to specify the status of LDAP batch import.
    Since:
    MicroStrategy Web 11.2
    • Field Detail

      • DssLDAPNoBatchImport

        static final int DssLDAPNoBatchImport
        No batch import.
        See Also:
        Constant Field Values
      • DssLDAPBatchImportFinished

        static final int DssLDAPBatchImportFinished
        Batch import has been finished.
        See Also:
        Constant Field Values
      • DssLDAPBatchImportInProgress

        static final int DssLDAPBatchImportInProgress
        Batch import is undergoing.
        See Also:
        Constant Field Values
      • DssLDAPBatchImportCanceled

        static final int DssLDAPBatchImportCanceled
        Batch import has been canceled.
        See Also:
        Constant Field Values
      • DssLDAPBatchImportError

        static final int DssLDAPBatchImportError
        Error happens during batch import.
        See Also:
        Constant Field Values