Member Junction
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _provider?: IMetadataProvider

    Optional provider override; falls back to Metadata.Provider when not set.

    contentSourceTypeID: string
    contextUser: UserInfo

    Accessors

    Methods

    • Abstract method to be implemented in the subclass. Given a list of content sources, this method should return a list of content source items that have been modified or added after the most recent process run for that content source. Each cloud storage provider has a different way of accessing files and checking for modified or added items.

      Parameters

      • contentSourceParams: ContentSourceParams
      • lastRunDate: Date

        The date of the most recent process run for the content source

      • contextUser: UserInfo

        The user context for the autotagging process

      • prefix: string = ''

      Returns Promise<MJContentItemEntity[]>

      • An array of content source items that have been modified or added after the most recent process run for that content source