Package oracle.iam.catalog.vo
Class CatalogEnrichmentData
java.lang.Object
oracle.iam.catalog.vo.CatalogEnrichmentData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()voidsetData(byte[] data) The data that needs tio be seeded in Catalog.voidsetEntityKey(String entityKey) voidsetEntityName(String entityName) Name of an Entity for whose information we are seeding.voidsetOimType(OIMType oimType) voidsetParentEntityName(String parentEntityName) voidsetParentEntityType(OIMType parentEntityType) voidsetParentKey(String parentKey) Parent Entity key that will be used with entity name to check that the data is uniquetoString()
-
Constructor Details
-
CatalogEnrichmentData
public CatalogEnrichmentData()
-
-
Method Details
-
getData
-
setData
public void setData(byte[] data) The data that needs tio be seeded in Catalog. data should be in form of an XML which should be as per the XSD in MDS -
getEntityName
-
setEntityName
Name of an Entity for whose information we are seeding. Its a unique name of an entity -
getParentKey
-
setParentKey
Parent Entity key that will be used with entity name to check that the data is unique -
getOimType
-
setOimType
-
getEntityKey
-
setEntityKey
-
getParentEntityName
-
setParentEntityName
-
getParentEntityType
-
setParentEntityType
-
toString
-