Class LanguageCheckObjectContextFactory
java.lang.Object
com._1c.g5.v8.derived.context.BasicTypeSpecificObjectContextFactory
com.e1c.g5.v8.dt.internal.check.derived.LanguageCheckObjectContextFactory
- All Implemented Interfaces:
ITypeSpecificObjectContextFactory
public abstract class LanguageCheckObjectContextFactory
extends BasicTypeSpecificObjectContextFactory
Implementation of the context factory which produces
LanguageCheckObjectContext.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(String segmentId, Object objectId, 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.BasicTypeSpecificObjectContextFactory
createContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.derived.context.ITypeSpecificObjectContextFactory
getSupportedTypes
-
Constructor Details
-
LanguageCheckObjectContextFactory
public LanguageCheckObjectContextFactory()
-
-
Method Details
-
createContext
public IObjectDerivedDataContext createContext(String segmentId, Object objectId, org.eclipse.emf.ecore.EClass objectEClass, Object computationCause) Description copied from interface:ITypeSpecificObjectContextFactoryCreates a new instance of the DD object context.- Specified by:
createContextin interfaceITypeSpecificObjectContextFactory- Overrides:
createContextin classBasicTypeSpecificObjectContextFactory- Parameters:
segmentId- The DD segment identifier. May not benullobjectId- The object to register the removal for. May not benullobjectEClass- TheEClassof the object to register the removal for. Cannot benullcomputationCause- The identifier of the service the DD is computed for. May benull- Returns:
- A new context instance, never
null
-