Interface RcpTask

  • All Known Implementing Classes:
    RcpTaskImpl

    public interface RcpTask
    • Method Detail

      • getDestination

        String getDestination()
      • start

        boolean start​(javax.jcr.Session session)
               throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • stop

        boolean stop()
      • isRecursive

        boolean isRecursive()
      • getExcludes

        List<String> getExcludes()
        Returns:
        either null in case no excludes are set or a list of excludes (regex patterns)
      • getFilter

        WorkspaceFilter getFilter()
        Returns:
        internal filter used when the content is exported