Class SolutionLogsResourceImpl

  • All Implemented Interfaces:
    com.artisol.teneo.studio.api.resources.SolutionLogsResource

    public class SolutionLogsResourceImpl
    extends AbstractResource
    implements com.artisol.teneo.studio.api.resources.SolutionLogsResource
    • Constructor Detail

      • SolutionLogsResourceImpl

        public SolutionLogsResourceImpl​(javax.ws.rs.client.WebTarget webTarget)
    • Method Detail

      • getAllSolutionLogs

        public Collection<com.artisol.teneo.studio.api.models.SolutionLog> getAllSolutionLogs​(Long offset,
                                                                                              Long length,
                                                                                              Date startDate)
                                                                                       throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getAllSolutionLogs in interface com.artisol.teneo.studio.api.resources.SolutionLogsResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • getSolutionLog

        public com.artisol.teneo.studio.api.models.SolutionLog getSolutionLog​(UUID solutionId,
                                                                              Long offset,
                                                                              Long length,
                                                                              Date startDate)
                                                                       throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getSolutionLog in interface com.artisol.teneo.studio.api.resources.SolutionLogsResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException