Uses of Class
com._1c.g5.v8.bm.common.collections.BmLongHashSet
-
Packages that use BmLongHashSet Package Description com._1c.g5.v8.bm.common.collections com._1c.g5.v8.bm.integration -
-
Uses of BmLongHashSet in com._1c.g5.v8.bm.common.collections
Methods in com._1c.g5.v8.bm.common.collections that return BmLongHashSet Modifier and Type Method Description BmLongHashSet
BmLongSegmentSyncSet. asMap()
BmLongHashSet[]
BmLongSegmentSyncSet. getSegments()
Methods in com._1c.g5.v8.bm.common.collections with parameters of type BmLongHashSet Modifier and Type Method Description boolean
BmLongHashSet. containsAny(BmLongHashSet value)
Checks if this set contains any element from the specified one. -
Uses of BmLongHashSet in com._1c.g5.v8.bm.integration
Methods in com._1c.g5.v8.bm.integration that return BmLongHashSet Modifier and Type Method Description BmLongHashSet
BmSaveManagerTask. getAffectedObjectIds()
Gets the modified object IDs.Constructors in com._1c.g5.v8.bm.integration with parameters of type BmLongHashSet Constructor Description BmSaveManagerTask(int resourceId, String topObjectFqn, org.eclipse.emf.ecore.EClass topObjectEClass, IBmObject topObject, BmLongHashSet affectedObjectIds, boolean detached)
Constructs a new instance with the specified parameters.
-