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 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 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 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
-
-