Class ModelCheckObjectContextFactory
java.lang.Object
com._1c.g5.v8.derived.context.BasicTypeSpecificObjectContextFactory
com.e1c.g5.v8.dt.internal.check.derived.ModelCheckObjectContextFactory
- All Implemented Interfaces:
- ITypeSpecificObjectContextFactory
Implementation of the context factory which produces 
CheckObjectContext.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Creates a new instance of the DD object context.Methods inherited from class com._1c.g5.v8.derived.context.BasicTypeSpecificObjectContextFactorycreateContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.derived.context.ITypeSpecificObjectContextFactorygetSupportedTypes
- 
Constructor Details- 
ModelCheckObjectContextFactorypublic ModelCheckObjectContextFactory()
 
- 
- 
Method Details- 
createContextpublic IObjectDerivedDataContext createContext(String segmentId, long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Description copied from interface:ITypeSpecificObjectContextFactoryCreates a new instance of the DD object context.- Specified by:
- createContextin interface- ITypeSpecificObjectContextFactory
- Overrides:
- createContextin class- BasicTypeSpecificObjectContextFactory
- Parameters:
- segmentId- The DD segment identifier.
- bmObjectId- The identifier of the object to register the removal for.
- objectEClass- The- EClassof the object to register the removal for. Cannot be- null
- computationCause- Session id the DD context is being collected for. Used only in case if syncContext == true
- Returns:
- A new context instance.
 
 
-