Skip navigation links


oracle.iam.catalog.harvest.api
Interface HarvestCatalog


public interface HarvestCatalog

Used internally for seeding Catalog data


Method Summary
 java.util.List harvestCatalogData(Mode mode, java.util.Date date, OIMType[] oimTypes)
          Method to harvest Entity data in catalog
 java.util.List recalculateTags(OIMType[] oimTypes)
          Method to recalculate and update tags in Catalog.
 Result seedCatalogMetadata(Mode mode, java.lang.String filePath)
          Method to seed catalog metadata values.

 

Method Detail

harvestCatalogData

java.util.List harvestCatalogData(Mode mode,
                                  java.util.Date date,
                                  OIMType[] oimTypes)
Method to harvest Entity data in catalog
Parameters:
mode - Mode of harvest.
date - For incremental mode, entities created/updated after this date to be harvested.
oimTypes - List of Entity Types, for which harvesting to take place.
Returns:
List of Result specifying harvesting for each Entity type is successfull of not.

seedCatalogMetadata

Result seedCatalogMetadata(Mode mode,
                           java.lang.String filePath)
Method to seed catalog metadata values.
Parameters:
mode - Mode for metadata seeding.
filePath - Path of CSV file to be seeded
Returns:

recalculateTags

java.util.List recalculateTags(OIMType[] oimTypes)
Method to recalculate and update tags in Catalog.
Parameters:
oimTypes - List of Entity types, for which tags are to be recalculated.
Returns:

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.