Package com._1c.g5.v8.dt.md
Class DataHistorySupportProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.md.DataHistorySupportProvider
-
public final class DataHistorySupportProvider extends Object
Provider of data history support
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
isDataHistorySupported
public static boolean isDataHistorySupported(org.eclipse.emf.ecore.EObject object, Version version)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
-
-