Package org.hippoecm.hst.core.internal
Interface BranchSelectionService
public interface BranchSelectionService
Provides methods for server-side manipulation of the selected branch
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectedBranchId
(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 Details
-
getSelectedBranchId
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
-