Class ViewChainAuditLog

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, ChainAware, LazyPaginationAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanAdminSecurityAware, PlanAware, ProjectAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewChainAuditLog extends ChainActionSupport implements LazyPaginationAware, PlanAdminSecurityAware
See Also:
  • Constructor Details

    • ViewChainAuditLog

      public ViewChainAuditLog()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • isEnabled

      public boolean isEnabled()
    • getPager

      public Pager getPager()
      Description copied from interface: LazyPaginationAware
      Freemarker views for LazyPaginationAware actions should iterate over pager.page.list
      Specified by:
      getPager in interface LazyPaginationAware
      Returns:
      Pager object
    • setPager

      public void setPager(Pager pager)
      Description copied from interface: LazyPaginationAware
      Used to inject pager by PaginationAwareInterceptor
      Specified by:
      setPager in interface LazyPaginationAware
      Parameters:
      pager - Pager object
    • getFilteredResultsList

      @NotNull public @NotNull List<AuditLogEntry> getFilteredResultsList(int firstResult, int maxResults)
      Description copied from interface: LazyPaginationAware
      Implementing actions should initialize and return up to maxResults items ranging from firstResult from the underlying list of uninitialized items
      Specified by:
      getFilteredResultsList in interface LazyPaginationAware
      Parameters:
      firstResult - index of first item
      maxResults - number of items to be returned
      Returns:
      range of initialized results from underlying full list of uninitialized items
    • getResultsCount

      public int getResultsCount()
      Description copied from interface: LazyPaginationAware
      Implementing actions should return a total number of items that are subject to pagination
      Specified by:
      getResultsCount in interface LazyPaginationAware
      Returns:
      number of items in the underlying list
    • getJobMap

      public Map<String,ViewChainAuditLog.JobEntry> getJobMap()
    • setFilterStart

      public void setFilterStart(long filterStart)
    • getFilterStart

      public long getFilterStart()
    • setFilterEnd

      public void setFilterEnd(long filterEnd)
    • getFilterEnd

      public long getFilterEnd()
    • getFilterStartDate

      public Date getFilterStartDate()
    • getFilterEndDate

      public Date getFilterEndDate()
    • getSearchString

      public String getSearchString()
    • setSearchString

      public void setSearchString(String searchString)