Interface ChildEntity
-
- All Superinterfaces:
Entity,ValidationReportItemSubject,ValueContext
public interface ChildEntity extends Entity
Provides a read-only access facade to a record related to the main record of a business object.- Since:
- 6.1.1
- See Also:
BusinessObjectModel,MainEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessObjectModelRelationshipgetRelationship()Returns the relationship used to refer to this child entity.-
Methods inherited from interface com.orchestranetworks.schema.businessObjects.Entity
getBusinessObjectModel, getChildEntities, getChildEntities, getChildEntity, getChildEntity, getRecord, getSessionOrNull
-
Methods inherited from interface com.orchestranetworks.service.ValidationReportItemSubject
isDatasetOrRecordSubject, isTableSubject
-
Methods inherited from interface com.orchestranetworks.instance.ValueContext
getAdaptationInstance, getAdaptationTable, getHome, getNode, getNode, getValue, getValue, getValue
-
-
-
-
Method Detail
-
getRelationship
BusinessObjectModelRelationship getRelationship()
Returns the relationship used to refer to this child entity.
-
-