Package com._1c.g5.v8.dt.validation
Interface ISubordinateObjectsProvider
-
public interface ISubordinateObjectsProvider
The subordinate object provider interface with internal validation specific.- See Also:
IMarkerManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Object>
getSubordinateTopObjectIds(org.eclipse.core.resources.IProject project, Object objectId)
Returns subordinate top objects (in terms of BM) for the specifiedobjectId
.
The subordinate objects are obtained from entire child objects subtree.
-
-
-
Method Detail
-
getSubordinateTopObjectIds
Collection<Object> getSubordinateTopObjectIds(org.eclipse.core.resources.IProject project, Object objectId)
Returns subordinate top objects (in terms of BM) for the specifiedobjectId
.
The subordinate objects are obtained from entire child objects subtree.
-
-