Uses of Interface
com._1c.g5.v8.derived.context.IObjectDerivedDataContext
Packages that use IObjectDerivedDataContext
Package
Description
-
Uses of IObjectDerivedDataContext in com._1c.g5.v8.derived.computer
Methods in com._1c.g5.v8.derived.computer with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidDerivedDataPartBasedComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidIDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Computes the derived data parts of the BM object. -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.derived.context
Classes in com._1c.g5.v8.derived.context that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassBasic implementation of the DD object context.classStandard implementation of thePartBasedObjectContextbased on the DD part concept.Methods in com._1c.g5.v8.derived.context with type parameters of type IObjectDerivedDataContextModifier and TypeMethodDescription<T extends IObjectDerivedDataContext>
TIContextCollectingSession.getExistingObjectContext(Object objectId, String segmentId) Gets existing (previously scheduled and not yet computed) context<T extends IObjectDerivedDataContext>
TIContextCollectingSession.getTypedObjectContext(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId, Class<T> contextType) Convenience method that checks the type of the internal context and casts it to the given type.<T extends IObjectDerivedDataContext>
TIContextCollectingSession.getTypedObjectContext(IBmObject bmObject, String segmentId) Convenience method that checks the type of the internal context and casts it to the given type.<T extends IObjectDerivedDataContext>
TIContextCollectingSession.getTypedObjectContext(IBmObject bmObject, String segmentId, Class<T> contextType) Convenience method that checks the type of the internal context and casts it to the given type.<T extends IObjectDerivedDataContext>
TIContextCollectingSession.getTypedObjectContext(Object objectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId, Class<T> contextType) Convenience method that checks the type of the internal context and casts it to the given type.Methods in com._1c.g5.v8.derived.context that return IObjectDerivedDataContextModifier and TypeMethodDescriptionBasicTypeSpecificObjectContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) BasicTypeSpecificObjectContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) ITypeSpecificObjectContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Creates a new instance of the DD object context.ITypeSpecificObjectContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Creates a new instance of the DD object context.PartBasedContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) PartBasedContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) IContextCollectingSession.getObjectContext(IBmObject bmObject, String segmentId) Gets the object context of the provided object.default IObjectDerivedDataContextIContextCollectingSession.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage) Schedules managed operationMethods in com._1c.g5.v8.derived.context with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionprotected booleanPartBasedObjectContext.mergeExtendedDataUpdates(IObjectDerivedDataContext context) Merges extended data updates.booleanIObjectDerivedDataContext.mergeUpdates(IObjectDerivedDataContext context) Merges updates into the context.booleanPartBasedObjectContext.mergeUpdates(IObjectDerivedDataContext context) voidIContextCollectingSession.removeOperation(IObjectDerivedDataContext handle) Removes previously scheduled operationbooleanIContextDeactivationController.requiresDeactivation(IObjectDerivedDataContext context, Object computationCause, IAsyncComputationExecutionContext executionContext) Gets inactivity status for a given context. -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.derived.operations
Classes in com._1c.g5.v8.derived.operations that implement IObjectDerivedDataContextMethods in com._1c.g5.v8.derived.operations with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionbooleanOperationContext.mergeUpdates(IObjectDerivedDataContext context) Method parameters in com._1c.g5.v8.derived.operations with type arguments of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidWrappingOperation.setImplicitWaitingContext(Collection<IObjectDerivedDataContext> waitingScope) Sets the context of data being changed within this operation to wait in on the exit from the operation. -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.cmi.bm.derived
Classes in com._1c.g5.v8.dt.internal.cmi.bm.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionfinal classSpecific object context for DD model of the command interface.Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionbooleanCmiDerivedDataContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.cmi.bm.derived.computers
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived.computers with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidCmiDerivedDataRemover.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidCommandInterfaceDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.core.platform.bm.derived
Classes in com._1c.g5.v8.dt.internal.core.platform.bm.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassBase ancestor for export contextsfinal classAsync computation pipeline resource cleaning contextclassAsync computation pipeline export blob contextclassAsync computation pipeline export data contextclassAsync. computation pipelie import data contextMethods in com._1c.g5.v8.dt.internal.core.platform.bm.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidCleanResourcesTaskProcessor.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidExportTaskProcessor.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidImportTaskProcessor.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) booleanAbstractExportContext.mergeUpdates(IObjectDerivedDataContext context) booleanCleanResourcesContext.mergeUpdates(IObjectDerivedDataContext context) booleanExportBlobContext.mergeUpdates(IObjectDerivedDataContext context) booleanExportObjectContext.mergeUpdates(IObjectDerivedDataContext context) booleanImportDataContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.md.bm.derived
Classes in com._1c.g5.v8.dt.internal.md.bm.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassSpecific object context for DD model of the navigator objects order.Methods in com._1c.g5.v8.dt.internal.md.bm.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionNavigatorOrderContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Methods in com._1c.g5.v8.dt.internal.md.bm.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidNavigatorOrderDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) booleanNavigatorOrderContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.md.extension.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.extension.bm.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidExtObjectUpdateComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.search.core.derived
Classes in com._1c.g5.v8.dt.internal.search.core.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionfinal classSpecific DD context implementation for text search indexing stage.Methods in com._1c.g5.v8.dt.internal.search.core.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionTextSearchIndexingContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Methods in com._1c.g5.v8.dt.internal.search.core.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidTextSearchCleanerDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidTextSearchIndexingDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) booleanTextSearchIndexingContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.internal.validation.derived
Classes in com._1c.g5.v8.dt.internal.validation.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassSpecific DD context implementation for reindexing markers.Methods in com._1c.g5.v8.dt.internal.validation.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionMarkerReindexContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Methods in com._1c.g5.v8.dt.internal.validation.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidMarkerReindexDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) booleanMarkerReindexContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.md.extension.derived
Classes in com._1c.g5.v8.dt.md.extension.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassStandard implementation of theExtObjectUpdateContextbased on the DD part concept.Methods in com._1c.g5.v8.dt.md.extension.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionbooleanExtObjectUpdateContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionBmDerivedDataInfoRepository.loadExistingContext(Object objectId, String segmentId, DerivedDataInfo.SegmentContextData segmentData, IObjectContextFactory objectContextFactory) IDerivedDataInfoRepository.loadExistingContext(Object objectId, String segmentId, DerivedDataInfo.SegmentContextData segmentData, IObjectContextFactory objectContextFactory) Loads an existing context with a data being stored in the repositoryMethods in com._1c.g5.v8.internal.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidBmDerivedDataInfoRepository.updateDerivedDataInfo(IObjectDerivedDataContext context) voidBmDerivedDataInfoRepository.updateDerivedDataInfo(IObjectDerivedDataContext context, long version) voidIDerivedDataInfoRepository.updateDerivedDataInfo(IObjectDerivedDataContext context) Updates derived data info according to provided contextvoidIDerivedDataInfoRepository.updateDerivedDataInfo(IObjectDerivedDataContext context, long timestamp) Updates derived data info according to provided context -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.internal.derived.context
Methods in com._1c.g5.v8.internal.derived.context with type parameters of type IObjectDerivedDataContextModifier and TypeMethodDescription<T extends IObjectDerivedDataContext>
TContextCollectingSession.getExistingObjectContext(Object objectId, String segmentId) <T extends IObjectDerivedDataContext>
TContextCollectingSession.getTypedObjectContext(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId, Class<T> contextType) <T extends IObjectDerivedDataContext>
TContextCollectingSession.getTypedObjectContext(IBmObject bmObject, String segmentId) <T extends IObjectDerivedDataContext>
TContextCollectingSession.getTypedObjectContext(IBmObject bmObject, String segmentId, Class<T> contextType) <T extends IObjectDerivedDataContext>
TContextCollectingSession.getTypedObjectContext(Object objectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId, Class<T> contextType) Methods in com._1c.g5.v8.internal.derived.context that return IObjectDerivedDataContextModifier and TypeMethodDescriptionIObjectContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass) Creates a new instance of the DD object context.ObjectContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass) ContextTransaction.getExistingObjectContext(Object objectId, String segmentId) Gets existing contextDerivedDataContextManager.getExistingObjectContext(Object objectId, String segmentId, Object computationCause, Object transactionHandle) IContextTransactionManager.getExistingObjectContext(Object objectId, String segmentId, Object computationCause, Object transactionHandle) Returns the existing object context.ContextCollectingSession.getObjectContext(IBmObject bmObject, String segmentId) ContextTransaction.getObjectContext(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId) Gets the object context for the specified scope.ContextTransaction.getObjectContext(IBmObject bmObject, String segmentId) Gets the object context for the specified scope.ContextTransaction.getObjectContext(Object objectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId) Gets the object context for the specified scope.DerivedDataContextManager.getObjectContext(long bmObjectId, org.eclipse.emf.ecore.EClass eClass, String segmentId, Object object, Object transactionHandle) DerivedDataContextManager.getObjectContext(IBmObject bmObject, String segmentId, Object computationCause, Object transactionHandle) DerivedDataContextManager.getObjectContext(Object objectId, org.eclipse.emf.ecore.EClass eClass, String segmentId, Object computationCause, Object transactionHandle) IContextTransactionManager.getObjectContext(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId, Object object, Object transactionHandle) Gathers object context for the given object (if any).IContextTransactionManager.getObjectContext(IBmObject bmObject, String segmentId, Object computationCause, Object transactionHandle) Gathers object context for the given object (if any).IContextTransactionManager.getObjectContext(Object objectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId, Object computationCause, Object transactionHandle) Gathers object context for the given object (if any).ContextTransaction.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, String operationSegment, IModalOperationController modalOperationController) Schedules a new modal operationDerivedDataContextManager.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, String segmentId, IModalOperationController modalOperationController, Object transactionHandle) IContextTransactionManager.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, String operationSegment, IModalOperationController modalOperationController, Object transactionHandle) Schedules a new modal operationContextCollectingSession.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket bucket) ContextTransaction.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, String segmentId) Schedules the operationDerivedDataContextManager.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, String segmentId, Object transactionHandle) IContextTransactionManager.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, String segmentId, Object transactionHandle) Schedules an operation context.Methods in com._1c.g5.v8.internal.derived.context that return types with arguments of type IObjectDerivedDataContextModifier and TypeMethodDescriptionDerivedDataContextManager.popChangedContexts(Object computationCause) Gets updated contexts and removes them from the queueMethods in com._1c.g5.v8.internal.derived.context with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidContextTransaction.markAsComputed(IObjectDerivedDataContext context) Marks the context as a computed.voidDerivedDataContextManager.markAsComputed(IObjectDerivedDataContext context, Object transactionHandle) voidIContextTransactionManager.markAsComputed(IObjectDerivedDataContext context, Object transactionHandle) Marks the context as a computed.voidContextTransaction.markAsFailed(IObjectDerivedDataContext context) Marks the context as a failed.voidDerivedDataContextManager.markAsFailed(IObjectDerivedDataContext context, Object transactionHandle) voidIContextTransactionManager.markAsFailed(IObjectDerivedDataContext context, Object transactionHandle) Marks a specified context as failed to compute.voidContextCollectingSession.removeOperation(IObjectDerivedDataContext handle) voidContextTransaction.scheduleOperationRemoval(IObjectDerivedDataContext handle) Schedules the removal of previously scheduled operationvoidDerivedDataContextManager.scheduleOperationRemoval(IObjectDerivedDataContext operationHandle, Object transactionHandle) voidIContextTransactionManager.scheduleOperationRemoval(IObjectDerivedDataContext handle, Object transactionHandle) Schedules the operation removalMethod parameters in com._1c.g5.v8.internal.derived.context with type arguments of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidIContextUpdateListener.contextsUpdated(List<IObjectDerivedDataContext> updatedContexts, List<IObjectDerivedDataContext> removalContexts, List<IObjectDerivedDataContext> computedContexts, List<IObjectDerivedDataContext> cancelledContexts, List<IObjectDerivedDataContext> failedContexts, Object modalOperationContext) Notified in case if context updates are commited into the context repository. -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.internal.derived.pipeline
Method parameters in com._1c.g5.v8.internal.derived.pipeline with type arguments of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidAsyncProcessingPipeline.schedule(Collection<IObjectDerivedDataContext> updatedContexts, Object modalOperationContext) voidIAsyncProcessingPipeline.schedule(Collection<IObjectDerivedDataContext> updatedContexts, Object modalOperationContext) Schedules the updated derived data contexts into the pipeline.voidAsyncProcessingPipeline.setImplicitWaitingContext(List<IObjectDerivedDataContext> changedContexts) voidIAsyncProcessingPipeline.setImplicitWaitingContext(List<IObjectDerivedDataContext> changedContexts) Sets the implicit waiting context to the current wrapping operation (if any) -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.internal.derived.tracing
Method parameters in com._1c.g5.v8.internal.derived.tracing with type arguments of type IObjectDerivedDataContextModifier and TypeMethodDescriptionstatic voidTracer.traceImplicitWaitScope(List<IObjectDerivedDataContext> changedContexts, Set<String> segmentsToWait, boolean sync) Traces the scope of the implicit DD computaiton waiting being performed after the commit of the transaction -
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.form.extension.derived
Classes in com.e1c.g5.v8.dt.form.extension.derived that implement IObjectDerivedDataContextMethods in com.e1c.g5.v8.dt.form.extension.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionprotected booleanFormExtContext.mergeExtendedDataUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.internal.check.context
Classes in com.e1c.g5.v8.dt.internal.check.context that implement IObjectDerivedDataContextModifier and TypeClassDescriptionfinal classSpecific DD context implementation for the language object validation stage.classSpecific DD context implementation for checkIds validation stage.Methods in com.e1c.g5.v8.dt.internal.check.context with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionbooleanLanguageCheckObjectContext.mergeUpdates(IObjectDerivedDataContext context) booleanModelCheckObjectContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.internal.check.derived
Classes in com.e1c.g5.v8.dt.internal.check.derived that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassSpecific DD context implementation for cleaning markers prior the re-check.Methods in com.e1c.g5.v8.dt.internal.check.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionLanguageCheckObjectContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) MarkerCleanerContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) ModelCheckObjectContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Methods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidLanguageCheckDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidMarkerCleanerDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidModelCheckDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) booleanMarkerCleanerContext.mergeUpdates(IObjectDerivedDataContext context) -
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.internal.form.extension.derived
Methods in com.e1c.g5.v8.dt.internal.form.extension.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionFormExtensionContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) FormExtensionContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) -
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.internal.model.updater.derived
Methods in com.e1c.g5.v8.dt.internal.model.updater.derived that return IObjectDerivedDataContextModifier and TypeMethodDescriptionModelUpdaterContextFactory.createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) ModelUpdaterContextFactory.createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Methods in com.e1c.g5.v8.dt.internal.model.updater.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoidModelUpdaterDerivedDataComputer.compute(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.model.updater
Classes in com.e1c.g5.v8.dt.model.updater that implement IObjectDerivedDataContextModifier and TypeClassDescriptionclassDD context for automatic model updater subsystemMethods in com.e1c.g5.v8.dt.model.updater with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionprotected booleanModelUpdaterContext.mergeExtendedDataUpdates(IObjectDerivedDataContext context)