Interface ExternalRoutingConnectorTabViewContext
- All Superinterfaces:
UserProvider
,ViewContext
An
ExternalRoutingConnectorTabViewContext
provides an
ExternalRoutingModifier
which is used to change the
underlying ExternalRouting
.- Since:
- 11.29
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
Method Details
-
getExternalRoutingModifier
ExternalRoutingModifier getExternalRoutingModifier()- Returns:
- the
ExternalRoutingModifier
to make persistent changes on itsExternalRouting
- Since:
- 11.29
-
getType
String getType()- Returns:
- the type of the
ExternalRouting
- Since:
- 11.29
-