Package com._1c.g5.v8.dt.validation
Interface ISubordinateObjectsProvider
- All Known Implementing Classes:
MarkerManagerExtensionsRegistry
public interface ISubordinateObjectsProvider
The subordinate object provider interface with internal validation specific.
-
Method Summary
Modifier and TypeMethodDescriptiongetSubordinateTopObjectIds
(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 Details
-
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.
-