Package com._1c.g5.v8.dt.md
Interface ICommonAttributeCacheProvider
- All Superinterfaces:
IDerivedDataPartComputer
,IManagedService
- All Known Implementing Classes:
CommonAttributeCacheProvider
Special interface for cache of
CommonAttribute
index elements.-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.xtext.resource.IEObjectDescription>
GetsCommonAttribute
index elementsMethods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputer
compute, computeForRemovedObject, getSupportedPartId, isSeparateContainmentContextComputation
Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
Method Details
-
getCommonAttributeCacheItems
Collection<org.eclipse.xtext.resource.IEObjectDescription> getCommonAttributeCacheItems(IBmObject target) GetsCommonAttribute
index elements- Parameters:
target
- contextEObject
for getting index elements, can't benull - Returns:
CommonAttribute
index elements, nevernull
-