Package com._1c.g5.v8.bm.integration
Class BmObjectClassExtendedMetadata
java.lang.Object
com._1c.g5.v8.bm.integration.BmObjectClassExtendedMetadata
Deprecated.
The class belonged to a mechanism that was deleted. This class was not deleted by accident.
Metadata set which defines additional aspects of behavior for the particular
IBmObject
} class.-
Constructor Summary
ConstructorsConstructorDescriptionBmObjectClassExtendedMetadata
(org.eclipse.emf.ecore.EClass objectType) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionforceBmContained
(org.eclipse.emf.ecore.EStructuralFeature... feature) Deprecated.Forces contained of the given feature in BM.forceIndexed
(org.eclipse.emf.ecore.EStructuralFeature... feature) Deprecated.Forces to index of specified feature in separate index file.forcePersistence
(org.eclipse.emf.ecore.EStructuralFeature... feature) Deprecated.Forces persistence of the given feature in BM.forceSlaveContainedPersistenceReference
(org.eclipse.emf.ecore.EReference... feature) Deprecated.Forces slave contained persistence for given reference.Set<org.eclipse.emf.ecore.EStructuralFeature>
Deprecated.Gets the set of features which should be bm-containment.Set<org.eclipse.emf.ecore.EStructuralFeature>
Deprecated.Gets the set of features which persistence were marked as forced.Set<org.eclipse.emf.ecore.EStructuralFeature>
Deprecated.Gets the set of features which should be indexed.org.eclipse.emf.ecore.EClass
Deprecated.Gets the original class type the metadata relates to.Set<org.eclipse.emf.ecore.EReference>
Deprecated.
-
Constructor Details
-
BmObjectClassExtendedMetadata
public BmObjectClassExtendedMetadata(org.eclipse.emf.ecore.EClass objectType) Deprecated.
-
-
Method Details
-
forcePersistence
public BmObjectClassExtendedMetadata forcePersistence(org.eclipse.emf.ecore.EStructuralFeature... feature) Deprecated.Forces persistence of the given feature in BM.- Parameters:
feature
- The feature to force persistence for.
-
forceBmContained
public BmObjectClassExtendedMetadata forceBmContained(org.eclipse.emf.ecore.EStructuralFeature... feature) Deprecated.Forces contained of the given feature in BM.- Parameters:
feature
- The feature to force be contained for.
-
forceIndexed
public BmObjectClassExtendedMetadata forceIndexed(org.eclipse.emf.ecore.EStructuralFeature... feature) Deprecated.Forces to index of specified feature in separate index file.- Parameters:
feature
- The feature to force persistence for.
-
forceSlaveContainedPersistenceReference
public BmObjectClassExtendedMetadata forceSlaveContainedPersistenceReference(org.eclipse.emf.ecore.EReference... feature) Deprecated.Forces slave contained persistence for given reference.- Parameters:
feature
- The feature to force persistence for.
-
getForcedPersistentFeatures
Deprecated.Gets the set of features which persistence were marked as forced.- Returns:
- THe set of features with forced persistence.
-
getIndexedFeatures
Deprecated.Gets the set of features which should be indexed.- Returns:
- THe set of features with forced persistence.
-
getBmContainmentFeatures
Deprecated.Gets the set of features which should be bm-containment.- Returns:
- THe set of features with forced persistence.
-
getObjectType
public org.eclipse.emf.ecore.EClass getObjectType()Deprecated.Gets the original class type the metadata relates to.- Returns:
- The type of the object.
-
getSlaveContainedReferences
Deprecated.- Returns:
- Set of references to force it persistent containment.
-