Package com._1c.g5.v8.dt.md
Interface ICommonAttributeCacheProvider
-
- All Superinterfaces:
IDerivedDataPartComputer,IManagedService
- All Known Implementing Classes:
CommonAttributeCacheProvider
public interface ICommonAttributeCacheProvider extends IManagedService, IDerivedDataPartComputer
Special interface for cache ofCommonAttributeindex elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.eclipse.xtext.resource.IEObjectDescription>getCommonAttributeCacheItems(IBmObject target)GetsCommonAttributeindex elements-
Methods 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 Detail
-
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
-
-