C# Class LearningRegistry.Harvester

Afficher le fichier Open project: adlnet-archive/LR.Net Class Usage Examples

Méthodes publiques

Méthode Description
GetRecordByDocId ( string docId ) : HarvestRecord
GetRecordsByResourceLocator ( string locator ) : GetRecordHarvestResult
Harvester ( ) : System
ListIdentifiers ( ) : ListIdentifiersHarvestResult
ListIdentifiers ( System.DateTime fromDate, System.DateTime untilDate ) : ListIdentifiersHarvestResult
ListIdentifiersFrom ( System.DateTime date ) : ListIdentifiersHarvestResult
ListIdentifiersUntil ( System.DateTime date ) : ListIdentifiersHarvestResult
ListMetadataFormats ( ) : ListMetadataFormatsHarvestResult
ListRecords ( ) : ListRecordsHarvestResult
ListRecords ( System.DateTime fromDate, System.DateTime untilDate ) : ListRecordsHarvestResult
ListRecordsFrom ( System.DateTime date ) : ListRecordsHarvestResult
ListRecordsUntil ( System.DateTime date ) : ListRecordsHarvestResult

Private Methods

Méthode Description
Harvester ( Uri baseUri ) : System
getRecord ( string requestId, bool byDocId = false ) : GetRecordHarvestResult
harvestFromDateBoundary ( string action, string boundaryType, System.DateTime date ) : HarvestResult
harvestFromDateRange ( string action, System.DateTime fromDate, System.DateTime untilDate ) : HarvestResult

Method Details

GetRecordByDocId() public méthode

public GetRecordByDocId ( string docId ) : HarvestRecord
docId string
Résultat HarvestRecord

GetRecordsByResourceLocator() public méthode

public GetRecordsByResourceLocator ( string locator ) : GetRecordHarvestResult
locator string
Résultat GetRecordHarvestResult

Harvester() public méthode

public Harvester ( ) : System
Résultat System

ListIdentifiers() public méthode

public ListIdentifiers ( ) : ListIdentifiersHarvestResult
Résultat ListIdentifiersHarvestResult

ListIdentifiers() public méthode

public ListIdentifiers ( System.DateTime fromDate, System.DateTime untilDate ) : ListIdentifiersHarvestResult
fromDate System.DateTime
untilDate System.DateTime
Résultat ListIdentifiersHarvestResult

ListIdentifiersFrom() public méthode

public ListIdentifiersFrom ( System.DateTime date ) : ListIdentifiersHarvestResult
date System.DateTime
Résultat ListIdentifiersHarvestResult

ListIdentifiersUntil() public méthode

public ListIdentifiersUntil ( System.DateTime date ) : ListIdentifiersHarvestResult
date System.DateTime
Résultat ListIdentifiersHarvestResult

ListMetadataFormats() public méthode

public ListMetadataFormats ( ) : ListMetadataFormatsHarvestResult
Résultat ListMetadataFormatsHarvestResult

ListRecords() public méthode

public ListRecords ( ) : ListRecordsHarvestResult
Résultat ListRecordsHarvestResult

ListRecords() public méthode

public ListRecords ( System.DateTime fromDate, System.DateTime untilDate ) : ListRecordsHarvestResult
fromDate System.DateTime
untilDate System.DateTime
Résultat ListRecordsHarvestResult

ListRecordsFrom() public méthode

public ListRecordsFrom ( System.DateTime date ) : ListRecordsHarvestResult
date System.DateTime
Résultat ListRecordsHarvestResult

ListRecordsUntil() public méthode

public ListRecordsUntil ( System.DateTime date ) : ListRecordsHarvestResult
date System.DateTime
Résultat ListRecordsHarvestResult