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 TypeMethodDescriptionvoid
DerivedDataPartBasedComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
IDerivedDataComputer.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 TypeClassDescriptionclass
Basic implementation of the DD object context.class
Standard implementation of thePartBasedObjectContext
based 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 IObjectDerivedDataContext
IContextCollectingSession.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 boolean
PartBasedObjectContext.mergeExtendedDataUpdates
(IObjectDerivedDataContext context) Merges extended data updates.boolean
IObjectDerivedDataContext.mergeUpdates
(IObjectDerivedDataContext context) Merges updates into the context.boolean
PartBasedObjectContext.mergeUpdates
(IObjectDerivedDataContext context) void
IContextCollectingSession.removeOperation
(IObjectDerivedDataContext handle) Removes previously scheduled operationboolean
IContextDeactivationController.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 TypeMethodDescriptionboolean
OperationContext.mergeUpdates
(IObjectDerivedDataContext context) Method parameters in com._1c.g5.v8.derived.operations with type arguments of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoid
WrappingOperation.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 class
Specific 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 TypeMethodDescriptionboolean
CmiDerivedDataContext.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 TypeMethodDescriptionvoid
CmiDerivedDataRemover.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
CommandInterfaceDerivedDataComputer.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 TypeClassDescriptionclass
Base ancestor for export contextsfinal class
Async computation pipeline resource cleaning contextclass
Async computation pipeline export blob contextclass
Async computation pipeline export data contextclass
Async. computation pipelie import data contextMethods in com._1c.g5.v8.dt.internal.core.platform.bm.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionvoid
CleanResourcesTaskProcessor.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ExportTaskProcessor.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ImportTaskProcessor.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) boolean
AbstractExportContext.mergeUpdates
(IObjectDerivedDataContext context) boolean
CleanResourcesContext.mergeUpdates
(IObjectDerivedDataContext context) boolean
ExportBlobContext.mergeUpdates
(IObjectDerivedDataContext context) boolean
ExportObjectContext.mergeUpdates
(IObjectDerivedDataContext context) boolean
ImportDataContext.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 TypeClassDescriptionclass
Specific 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 TypeMethodDescriptionvoid
NavigatorOrderDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) boolean
NavigatorOrderContext.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 TypeMethodDescriptionvoid
ExtObjectUpdateComputer.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 class
Specific 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 TypeMethodDescriptionvoid
TextSearchCleanerDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
TextSearchIndexingDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) boolean
TextSearchIndexingContext.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 TypeClassDescriptionclass
Specific 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 TypeMethodDescriptionvoid
MarkerReindexDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) boolean
MarkerReindexContext.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 TypeClassDescriptionclass
Standard implementation of theExtObjectUpdateContext
based on the DD part concept.Methods in com._1c.g5.v8.dt.md.extension.derived with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionboolean
ExtObjectUpdateContext.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 TypeMethodDescriptionvoid
BmDerivedDataInfoRepository.updateDerivedDataInfo
(IObjectDerivedDataContext context) void
BmDerivedDataInfoRepository.updateDerivedDataInfo
(IObjectDerivedDataContext context, long version) void
IDerivedDataInfoRepository.updateDerivedDataInfo
(IObjectDerivedDataContext context) Updates derived data info according to provided contextvoid
IDerivedDataInfoRepository.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 TypeMethodDescriptionvoid
ContextTransaction.markAsComputed
(IObjectDerivedDataContext context) Marks the context as a computed.void
DerivedDataContextManager.markAsComputed
(IObjectDerivedDataContext context, Object transactionHandle) void
IContextTransactionManager.markAsComputed
(IObjectDerivedDataContext context, Object transactionHandle) Marks the context as a computed.void
ContextTransaction.markAsFailed
(IObjectDerivedDataContext context) Marks the context as a failed.void
DerivedDataContextManager.markAsFailed
(IObjectDerivedDataContext context, Object transactionHandle) void
IContextTransactionManager.markAsFailed
(IObjectDerivedDataContext context, Object transactionHandle) Marks a specified context as failed to compute.void
ContextCollectingSession.removeOperation
(IObjectDerivedDataContext handle) void
ContextTransaction.scheduleOperationRemoval
(IObjectDerivedDataContext handle) Schedules the removal of previously scheduled operationvoid
DerivedDataContextManager.scheduleOperationRemoval
(IObjectDerivedDataContext operationHandle, Object transactionHandle) void
IContextTransactionManager.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 TypeMethodDescriptionvoid
IContextUpdateListener.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 TypeMethodDescriptionvoid
AsyncProcessingPipeline.schedule
(Collection<IObjectDerivedDataContext> updatedContexts, Object modalOperationContext) void
IAsyncProcessingPipeline.schedule
(Collection<IObjectDerivedDataContext> updatedContexts, Object modalOperationContext) Schedules the updated derived data contexts into the pipeline.void
AsyncProcessingPipeline.setImplicitWaitingContext
(List<IObjectDerivedDataContext> changedContexts) void
IAsyncProcessingPipeline.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 void
Tracer.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 boolean
FormExtContext.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 class
Specific DD context implementation for the language object validation stage.class
Specific DD context implementation for checkIds validation stage.Methods in com.e1c.g5.v8.dt.internal.check.context with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionboolean
LanguageCheckObjectContext.mergeUpdates
(IObjectDerivedDataContext context) boolean
ModelCheckObjectContext.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 TypeClassDescriptionclass
Specific 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 TypeMethodDescriptionvoid
LanguageCheckDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
MarkerCleanerDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ModelCheckDerivedDataComputer.compute
(IObjectDerivedDataContext objectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) boolean
MarkerCleanerContext.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 TypeMethodDescriptionvoid
ModelUpdaterDerivedDataComputer.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 TypeClassDescriptionclass
DD context for automatic model updater subsystemMethods in com.e1c.g5.v8.dt.model.updater with parameters of type IObjectDerivedDataContextModifier and TypeMethodDescriptionprotected boolean
ModelUpdaterContext.mergeExtendedDataUpdates
(IObjectDerivedDataContext context)