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 booleanisDataHistoryStandardObjectSupported(org.eclipse.emf.ecore.EObject parentObject, String standardObjectName, Version version) Returns whether the given standard object supports data history.static booleanisDataHistorySupported(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 benullversion- , the project version, cannot benull- Returns:
trueif the given object supports data history, andfalseotherwise
-
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 benullstandardObjectName- the given standard object name, cannot benull- Returns:
trueif the given standard object supports data history, andfalseotherwise
-