Uses of Class
com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.UndefinedPage
-
Packages that use ListUndefinedPagesAction.UndefinedPage Package Description com.atlassian.confluence.pages.actions -
-
Uses of ListUndefinedPagesAction.UndefinedPage in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions with type parameters of type ListUndefinedPagesAction.UndefinedPage Modifier and Type Field Description List<ListUndefinedPagesAction.UndefinedPage>ListUndefinedPagesAction.CacheableUndefinedLinksResult. undefinedLinksMethods in com.atlassian.confluence.pages.actions that return types with arguments of type ListUndefinedPagesAction.UndefinedPage Modifier and Type Method Description protected List<ListUndefinedPagesAction.UndefinedPage>ListUndefinedPagesAction. cacheResult(long cachingEnablingTimeout, int cachingEnablingItemNumber, long currentTime, Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier, Map<String,Object> cacheStorage)Return cached result if available or getting new dataprotected List<ListUndefinedPagesAction.UndefinedPage>ListUndefinedPagesAction. prepareNewCache(int cachingEnablingItemNumber, long currentTime, Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier, Map<String,Object> cacheStorage)Clean previous cache, call supplier to get new data then put it into the cache if cache condition is matchMethods in com.atlassian.confluence.pages.actions with parameters of type ListUndefinedPagesAction.UndefinedPage Modifier and Type Method Description intListUndefinedPagesAction.UndefinedPage. compareTo(ListUndefinedPagesAction.UndefinedPage other)Method parameters in com.atlassian.confluence.pages.actions with type arguments of type ListUndefinedPagesAction.UndefinedPage Modifier and Type Method Description protected List<ListUndefinedPagesAction.UndefinedPage>ListUndefinedPagesAction. cacheResult(long cachingEnablingTimeout, int cachingEnablingItemNumber, long currentTime, Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier, Map<String,Object> cacheStorage)Return cached result if available or getting new dataprotected List<ListUndefinedPagesAction.UndefinedPage>ListUndefinedPagesAction. prepareNewCache(int cachingEnablingItemNumber, long currentTime, Supplier<List<ListUndefinedPagesAction.UndefinedPage>> resultSupplier, Map<String,Object> cacheStorage)Clean previous cache, call supplier to get new data then put it into the cache if cache condition is match
-