Uses of Interface
com._1c.g5.v8.derived.IDerivedDataManager
-
Packages that use IDerivedDataManager Package Description com._1c.g5.v8.derived com._1c.g5.v8.derived.operations com._1c.g5.v8.dt.aef2.bm.events com._1c.g5.v8.dt.core.platform -
-
Uses of IDerivedDataManager in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return IDerivedDataManager Modifier and Type Method Description IDerivedDataManagerIDerivedDataBmProvider. getDerivedDataManager()Gets the associated derived data manager, -
Uses of IDerivedDataManager in com._1c.g5.v8.derived.operations
Constructors in com._1c.g5.v8.derived.operations with parameters of type IDerivedDataManager Constructor Description WrappingOperation(Consumer<Object> operation, OperationType type, String name, boolean implicitDerivedDataWait, IDerivedDataManager derivedDataManager)Constructs an operationWrappingOperation(Consumer<Object> operation, OperationType type, String name, IDerivedDataManager derivedDataManager)Constructs an operation -
Uses of IDerivedDataManager in com._1c.g5.v8.dt.aef2.bm.events
Fields in com._1c.g5.v8.dt.aef2.bm.events declared as IDerivedDataManager Modifier and Type Field Description protected IDerivedDataManagerDerivedDataObjectStatusConsumer. currentDerivedDataManager -
Uses of IDerivedDataManager in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform that return IDerivedDataManager Modifier and Type Method Description default IDerivedDataManagerIDerivedDataManagerProvider. get(IBmModel model)Deprecated.UseIDerivedDataManagerProvider.get(IDtProject)instead for better cross-media compatibilityIDerivedDataManagerIDerivedDataManagerProvider. get(IDtProject project)Gets the derived data manager associated with the specified DT project.IDerivedDataManagerIDerivedDataManagerProvider. get(IV8Project project)Deprecated.UseIDerivedDataManagerProvider.get(IDtProject)instead for better cross-media compatibilityIDerivedDataManagerIDerivedDataManagerProvider. get(org.eclipse.core.resources.IProject project)Gets the derived data status manager for the given project.
-