Package com._1c.g5.v8.derived.context
Class PartBasedScopingUtils
java.lang.Object
com._1c.g5.v8.derived.context.PartBasedScopingUtils
Basic set of standard tools for building up rebuild scope collectors based on DD parts principle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
Helper which groups a variable set of DS parts into a single array.static String[][]
partArrayPair
(String[] syncParts, String[] asyncParts) Helper which groups a variable set of DS parts for both sync. and async.
-
Constructor Details
-
PartBasedScopingUtils
public PartBasedScopingUtils()
-
-
Method Details
-
partArray
Helper which groups a variable set of DS parts into a single array.- Parameters:
Source
- set of parts.- Returns:
- Parts as an array.
-
partArrayPair
Helper which groups a variable set of DS parts for both sync. and async. DS.- Parameters:
syncParts
- Sync part set. Could be null.asyncParts
- Async. part set. Could be null.- Returns:
- The paired part set in strict order (sync first followed by async).
-
partList
-
partSet
-