Uses of Interface
de.xima.fc.gui.common.interfaces.request.ICrossViewScopeResponse
-
Packages that use ICrossViewScopeResponse Package Description de.xima.fc.gui.bean.designer.conversation de.xima.fc.gui.common.interfaces.request -
-
Uses of ICrossViewScopeResponse in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation that return types with arguments of type ICrossViewScopeResponse Modifier and Type Method Description List<? extends ICrossViewScopeResponse<?>>IRequestResult. getResponses() -
Uses of ICrossViewScopeResponse in de.xima.fc.gui.common.interfaces.request
Methods in de.xima.fc.gui.common.interfaces.request that return ICrossViewScopeResponse Modifier and Type Method Description default ICrossViewScopeResponse<T>ICrossViewScopeResponseData. getFirstResponse()default ICrossViewScopeResponse<T>ICrossViewScopeResponseData. getFirstSuccessfulResponse()Methods in de.xima.fc.gui.common.interfaces.request that return types with arguments of type ICrossViewScopeResponse Modifier and Type Method Description List<ICrossViewScopeResponse<T>>ICrossViewScopeResponseData. getResponses()
-