Package org.hippoecm.hst.core.internal
Interface BranchSelectionService
-
public interface BranchSelectionService
Provides methods for server-side manipulation of the selected branch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSelectedBranchId(Map<String,Serializable> contextPayload)
Returns the id of the currently selected branch from the context payload, where the context payload is coming from theCmsSessionContext
of the logged in user.
-
-
-
Method Detail
-
getSelectedBranchId
String getSelectedBranchId(Map<String,Serializable> contextPayload)
Returns the id of the currently selected branch from the context payload, where the context payload is coming from theCmsSessionContext
of the logged in user.- Parameters:
contextPayload
- context payload of user's cms session- Returns:
- selected branch id
-
-