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 SummaryAll 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.IDerivedDataPartComputercompute, computeForRemovedObject, getSupportedPartId, isSeparateContainmentContextComputation
 - 
Methods inherited from interface com._1c.g5.wiring.IManagedServiceactivate, deactivate
 
- 
 
- 
- 
- 
Method Detail- 
getCommonAttributeCacheItemsCollection<org.eclipse.xtext.resource.IEObjectDescription> getCommonAttributeCacheItems(IBmObject target) GetsCommonAttributeindex elements- Parameters:
- target- context- EObjectfor getting index elements, can't be- null 
- Returns:
- CommonAttributeindex elements, never- null
 
 
- 
 
-