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()
void
setData
(byte[] data) The data that needs tio be seeded in Catalog.void
setEntityKey
(String entityKey) void
setEntityName
(String entityName) Name of an Entity for whose information we are seeding.void
setOimType
(OIMType oimType) void
setParentEntityName
(String parentEntityName) void
setParentEntityType
(OIMType parentEntityType) void
setParentKey
(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
-