Package org.uberfire.client.mvp
Interface PlaceRequestHistoryMapper
-
- All Known Implementing Classes:
PlaceRequestHistoryMapperImpl
public interface PlaceRequestHistoryMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.uberfire.mvp.PlaceRequestgetPlaceRequest(String token)Returns thePlaceRequestassociated with the given token.
-
-
-
Method Detail
-
getPlaceRequest
org.uberfire.mvp.PlaceRequest getPlaceRequest(String token)
Returns thePlaceRequestassociated with the given token.- Parameters:
token- a String token- Returns:
- a
PlaceRequestinstance
-
-