Uses of Class
org.tailormap.api.persistence.json.PageTile
Packages that use PageTile
Package
Description
-
Uses of PageTile in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return types with arguments of type PageTileMethod parameters in org.tailormap.api.persistence with type arguments of type PageTile -
Uses of PageTile in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return PageTileModifier and TypeMethodDescriptionPageTile.addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) PageTile.applicationId(Long applicationId) PageTile.authorizationRules(List<@Valid AuthorizationRule> authorizationRules) PageTile.filterRequireAuthorization(Boolean filterRequireAuthorization) PageTile.openInNewWindow(Boolean openInNewWindow) PageTile.tileType(PageTile.TileTypeEnum tileType) -
Uses of PageTile in org.tailormap.api.security
Methods in org.tailormap.api.security with parameters of type PageTileModifier and TypeMethodDescriptionbooleanAuthorisationService.userAllowedToViewPageTile(PageTile pageTile) Verifies that the (authenticated) user may view/open the page tile.