Class BasicObjectContext

java.lang.Object
com._1c.g5.v8.derived.context.BasicObjectContext
All Implemented Interfaces:
IObjectDerivedDataContext
Direct Known Subclasses:
AbstractExportContext, CmiDerivedDataContext, ExtObjectUpdateContext, ImportDataContext, LanguageCheckObjectContext, MarkerCleanerContext, MarkerReindexContext, ModelCheckObjectContext, NavigatorOrderContext, PartBasedObjectContext, TextSearchIndexingContext

public abstract class BasicObjectContext extends Object implements IObjectDerivedDataContext
Basic implementation of the DD object context.
  • Constructor Details

    • BasicObjectContext

      public BasicObjectContext(Object objectId, org.eclipse.emf.ecore.EClass eClass, String segmentId, Object computationCause)
      Creates a new instance of the context
      Parameters:
      objectId - The identifier of the object (BM or language) this context corresponds to. May not be null
      eClass - The EClass of the of the top BM object this context corresponds to. May not be null
      segmentId - The identifier of DD segment this context belongs to. May not be null
      computationCause - The identifier of the context collection session. May be null
      baseVersion - The base version of the context for the operations of the context merge and conflict detection
  • Method Details