Interface ExternalRoutingConnectorTabViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface ExternalRoutingConnectorTabViewContext extends ViewContext
AnExternalRoutingConnectorTabViewContext
provides anExternalRoutingModifier
which is used to change the underlyingExternalRouting
.- Since:
- 11.29
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalRoutingModifier
getExternalRoutingModifier()
java.lang.String
getType()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getExternalRoutingModifier
ExternalRoutingModifier getExternalRoutingModifier()
- Returns:
- the
ExternalRoutingModifier
to make persistent changes on itsExternalRouting
- Since:
- 11.29
-
getType
java.lang.String getType()
- Returns:
- the type of the
ExternalRouting
- Since:
- 11.29
-
-