Uses of Interface
com._1c.g5.v8.derived.context.IObjectDerivedDataContext
-
-
Uses of IObjectDerivedDataContext in com._1c.g5.v8.derived.computer
Methods in com._1c.g5.v8.derived.computer with parameters of type IObjectDerivedDataContext Modifier and Type Method Description void
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.void
IDerivedDataRemover. remove(IObjectDerivedDataContext context, IBmModel model, IBmTransaction transaction)
Processes the removal of the top object. -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.derived.context
Classes in com._1c.g5.v8.derived.context that implement IObjectDerivedDataContext Modifier and Type Class Description class
BasicObjectContext
Basic implementation of the DD object context.class
PartBasedObjectContext
Standard implementation of thePartBasedObjectContext
based on the DD part concept.Methods in com._1c.g5.v8.derived.context with type parameters of type IObjectDerivedDataContext Modifier and Type Method Description <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, 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 IObjectDerivedDataContext Modifier and Type Method Description IObjectDerivedDataContext
BasicTypeSpecificObjectContextFactory. createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, boolean removal, Object computationCause)
IObjectDerivedDataContext
BasicTypeSpecificObjectContextFactory. createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, boolean removal, Object computationCause)
IObjectDerivedDataContext
ITypeSpecificObjectContextFactory. createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, boolean removal, Object computationCause)
Creates a new instance of the DD object context.IObjectDerivedDataContext
ITypeSpecificObjectContextFactory. createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, boolean removal, Object computationCause)
Creates a new instance of the DD object context.IObjectDerivedDataContext
PartBasedContextFactory. createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, boolean removal, Object computationCause)
IObjectDerivedDataContext
PartBasedContextFactory. createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, boolean removal, Object computationCause)
IObjectDerivedDataContext
IContextCollectingSession. getObjectContext(IBmObject bmObject, String segmentId)
Gets the object context of the provided object.IObjectDerivedDataContext
IObjectDerivedDataContext. getSnapshot()
Gets the snapshot of the context.IObjectDerivedDataContext
PartBasedObjectContext. getSnapshot()
IObjectDerivedDataContext
IContextCollectingSession. registerObjectRemoval(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, String segmentId)
Registers object removal in the session.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 IObjectDerivedDataContext Modifier and Type Method Description protected 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 operation -
Uses of IObjectDerivedDataContext in com._1c.g5.v8.derived.operations
Classes in com._1c.g5.v8.derived.operations that implement IObjectDerivedDataContext Modifier and Type Class Description class
OperationContext
Managed operation contextMethods in com._1c.g5.v8.derived.operations that return IObjectDerivedDataContext Modifier and Type Method Description IObjectDerivedDataContext
OperationContext. getSnapshot()
Methods in com._1c.g5.v8.derived.operations with parameters of type IObjectDerivedDataContext Modifier and Type Method Description boolean
OperationContext. mergeUpdates(IObjectDerivedDataContext context)
Method parameters in com._1c.g5.v8.derived.operations with type arguments of type IObjectDerivedDataContext Modifier and Type Method Description void
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.bp.scheme.derived
Methods in com._1c.g5.v8.dt.bp.scheme.derived with parameters of type IObjectDerivedDataContext Modifier and Type Method Description void
GraphicalSchemeDerivedDataRemover. remove(IObjectDerivedDataContext context, IBmModel model, IBmTransaction transaction)
-
Uses of IObjectDerivedDataContext in com._1c.g5.v8.dt.md.extension.derived
Classes in com._1c.g5.v8.dt.md.extension.derived that implement IObjectDerivedDataContext Modifier and Type Class Description class
ExtObjectUpdateContext
Standard implementation of theExtObjectUpdateContext
based on the DD part concept.Methods in com._1c.g5.v8.dt.md.extension.derived that return IObjectDerivedDataContext Modifier and Type Method Description IObjectDerivedDataContext
ExtObjectUpdateContext. getSnapshot()
Methods in com._1c.g5.v8.dt.md.extension.derived with parameters of type IObjectDerivedDataContext Modifier and Type Method Description boolean
ExtObjectUpdateContext. mergeUpdates(IObjectDerivedDataContext context)
-
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.form.extension.derived
Classes in com.e1c.g5.v8.dt.form.extension.derived that implement IObjectDerivedDataContext Modifier and Type Class Description class
FormExtContext
Form extension derived data contextMethods in com.e1c.g5.v8.dt.form.extension.derived with parameters of type IObjectDerivedDataContext Modifier and Type Method Description protected boolean
FormExtContext. mergeExtendedDataUpdates(IObjectDerivedDataContext context)
-
Uses of IObjectDerivedDataContext in com.e1c.g5.v8.dt.model.updater
Classes in com.e1c.g5.v8.dt.model.updater that implement IObjectDerivedDataContext Modifier and Type Class Description class
ModelUpdaterContext
Methods in com.e1c.g5.v8.dt.model.updater with parameters of type IObjectDerivedDataContext Modifier and Type Method Description protected boolean
ModelUpdaterContext. mergeExtendedDataUpdates(IObjectDerivedDataContext context)
-