Package com._1c.g5.v8.dt.md
Class DataHistorySupportProvider
java.lang.Object
com._1c.g5.v8.dt.md.DataHistorySupportProvider
Provider of data history support
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isDataHistoryStandardObjectSupported
(org.eclipse.emf.ecore.EObject parentObject, String standardObjectName, Version version) Returns whether the given standard object supports data history.static boolean
isDataHistorySupported
(org.eclipse.emf.ecore.EObject object, Version version) Returns whether the given object supports data history.
-
Method Details
-
isDataHistorySupported
Returns whether the given object supports data history.- Parameters:
object
- , the given object, cannot benull
version
- , the project version, cannot benull
- Returns:
true
if the given object supports data history, andfalse
otherwise
-
isDataHistoryStandardObjectSupported
public static boolean isDataHistoryStandardObjectSupported(org.eclipse.emf.ecore.EObject parentObject, String standardObjectName, Version version) Returns whether the given standard object supports data history.- Parameters:
parentObject
- the given standard object parent, cannot benull
standardObjectName
- the given standard object name, cannot benull
- Returns:
true
if the given standard object supports data history, andfalse
otherwise
-