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(@Nullable Long applicationId) PageTile.authorizationRules(@Nullable List<@Valid AuthorizationRule> authorizationRules) PageTile.filterRequireAuthorization(@Nullable Boolean filterRequireAuthorization) PageTile.openInNewWindow(@Nullable Boolean openInNewWindow) PageTile.tileType(@Nullable 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.