PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.compute(ICaseSpecificContextCollector customContextCollector) |
Says that in case of the previously specified event, the given custom
scope collector must be invoked to define which parts of the previously
specified object must be computed.
Custom context collectors cannot be combined with standard ones (defined via other compute***(..) methods)
or other custom context collectors.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.compute(String... partIds) |
Says that in case of the previously specified event, the given parts of
the previously specified object must be computed.
Standard context collecting rules cannot be combined with custom ones
(defined via compute(ICaseSpecificContextCollector) method).
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.computeInSegment(String segmentId,
String... partIds) |
Schedules async re-computation of the DD segment with the given set of parts.
Standard context collecting rules cannot be combined with custom ones
(defined via compute(ICaseSpecificContextCollector) method).
|
protected PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilderChain.createSpecificBuilder(org.eclipse.emf.ecore.EClass eClass) |
Creates specific builder instance for the given class.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.flowChildren(org.eclipse.emf.ecore.EReference reference) |
Says that in case of the previously specified event derived data
must be computed for the children of the context object.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.flowCollectionAffectedElements() |
Says that in case of the previously specified event derived data
must be computed for the affected elements of collection.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.flowCollectionRemovedElements() |
Says that in case of the previously specified event derived data
must be computed for the removed elements of collection.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.flowContainer() |
Says that in case of the previously specified event derived data
must be computed for the direct container of the context object.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.flowContainer(int distance) |
Says that in case of the previously specified event derived data
must be computed for the container of the context object.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.onAssociation() |
Says to start a rule of derived data computation in case on object
association.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.onBinaryChange() |
Says to start a rule of derived data computation in case of binary attachment change.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.onChange(org.eclipse.emf.ecore.EStructuralFeature feature) |
Says to start a rule of derived data computation in case of given
feature change.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.onChange(org.eclipse.emf.ecore.EStructuralFeature... features) |
Collects scope on change of any feature from the provided set.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.onFullRebuild() |
Says to start a rule of derived data computation in case of full object rebuild request.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.onRemoval() |
Says to start a rule of derived data computation in case of object removal.
|
PartBasedContextCollectorBuilder |
PartBasedContextCollectorBuilder.segment(String segmentId) |
Sets active DD segments for the current builder.
|