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 ofCommonAttribute
index elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.eclipse.xtext.resource.IEObjectDescription>
getCommonAttributeCacheItems(IBmObject target)
GetsCommonAttribute
index elements-
Methods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputer
compute, compute, 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)
GetsCommonAttribute
index elements- Parameters:
target
- contextEObject
for getting index elements, can't benull - Returns:
CommonAttribute
index elements, nevernull
-
-