Uses of Interface
org.faktorips.runtime.productswitch.ProductSwitchResults.ProductSwitchResult
Packages that use ProductSwitchResults.ProductSwitchResult
-
Uses of ProductSwitchResults.ProductSwitchResult in org.faktorips.runtime.productswitch
Classes in org.faktorips.runtime.productswitch that implement ProductSwitchResults.ProductSwitchResultModifier and TypeClassDescriptionstatic classRepresents the result of a failed product switch operation.static classRepresents the result of a successful product switch operation.Methods in org.faktorips.runtime.productswitch that return ProductSwitchResults.ProductSwitchResultModifier and TypeMethodDescriptionProductSwitchResults.getResultFor(IConfigurableModelObject modelObject) Returns the switch result for the given model object ornullif the model object was not switched, for example if it isn't part of the original object tree or no switch target was found for a parent model object.Methods in org.faktorips.runtime.productswitch that return types with arguments of type ProductSwitchResults.ProductSwitchResultModifier and TypeMethodDescriptionProductSwitchResults.asMap()Returns an unmodifiable view of all switch results.Constructor parameters in org.faktorips.runtime.productswitch with type arguments of type ProductSwitchResults.ProductSwitchResultModifierConstructorDescriptionConstructs a new instance ofProductSwitchResultswith the specified map ofproduct switch results.