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 voidDerivedDataPartBasedComputer. 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 IObjectDerivedDataContext Modifier and Type Class Description classBasicObjectContextBasic implementation of the DD object context.classPartBasedObjectContextStandard implementation of thePartBasedObjectContextbased 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. 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 IObjectDerivedDataContext Modifier and Type Method Description IObjectDerivedDataContextBasicTypeSpecificObjectContextFactory. createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause)IObjectDerivedDataContextBasicTypeSpecificObjectContextFactory. createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause)IObjectDerivedDataContextITypeSpecificObjectContextFactory. createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause)Creates a new instance of the DD object context.IObjectDerivedDataContextITypeSpecificObjectContextFactory. createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause)Creates a new instance of the DD object context.IObjectDerivedDataContextPartBasedContextFactory. createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause)IObjectDerivedDataContextPartBasedContextFactory. createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause)IObjectDerivedDataContextIContextCollectingSession. 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 IObjectDerivedDataContext Modifier and Type Method Description protected 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 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 classOperationContextManaged operation contextMethods in com._1c.g5.v8.derived.operations with parameters of type IObjectDerivedDataContext Modifier and Type Method Description booleanOperationContext. mergeUpdates(IObjectDerivedDataContext context)Method parameters in com._1c.g5.v8.derived.operations with type arguments of type IObjectDerivedDataContext Modifier and Type Method Description voidWrappingOperation. 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.md.extension.derived
Classes in com._1c.g5.v8.dt.md.extension.derived that implement IObjectDerivedDataContext Modifier and Type Class Description classExtObjectUpdateContextStandard implementation of theExtObjectUpdateContextbased on the DD part concept.Methods in com._1c.g5.v8.dt.md.extension.derived with parameters of type IObjectDerivedDataContext Modifier and Type Method Description booleanExtObjectUpdateContext. 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 classFormExtContextForm extension derived data contextMethods in com.e1c.g5.v8.dt.form.extension.derived with parameters of type IObjectDerivedDataContext Modifier and Type Method Description protected booleanFormExtContext. 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 classModelUpdaterContextDD context for automatic model updater subsystemMethods in com.e1c.g5.v8.dt.model.updater with parameters of type IObjectDerivedDataContext Modifier and Type Method Description protected booleanModelUpdaterContext. mergeExtendedDataUpdates(IObjectDerivedDataContext context)
-