public interface IDependentDataProvider
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getDependentData(java.util.List parentEntityIds)
Method to return the Map of entity-ids mapped to dependent data.
|
java.util.Set |
getDependentData(java.lang.String parentEntityId)
Method to resolve the dependent data based on passed entity-id.
|
PolicyConstants.Resources |
getDependentEntityType()
Method to get the entity type for the published dependent entity.
|
java.util.Map getDependentData(java.util.List parentEntityIds)
entityIds
- - The list of parent-ids for which lookup will happen.java.util.Set getDependentData(java.lang.String parentEntityId)
entityId
- PolicyConstants.Resources getDependentEntityType()