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>GetsCommonAttributeindex elementsMethods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputer
compute, computeForRemovedObject, getSupportedPartId, isSeparateContainmentContextComputationMethods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
Method Details
-
getCommonAttributeCacheItems
Collection<org.eclipse.xtext.resource.IEObjectDescription> getCommonAttributeCacheItems(IBmObject target) GetsCommonAttributeindex elements- Parameters:
target- contextEObjectfor getting index elements, can't benull - Returns:
CommonAttributeindex elements, nevernull
-