Class SolutionLogsResourceImpl
- java.lang.Object
-
- com.artisol.teneo.studio.client.resources.AbstractResource
-
- com.artisol.teneo.studio.client.resources.SolutionLogsResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.studio.api.resources.SolutionLogsResource
public class SolutionLogsResourceImpl extends AbstractResource implements com.artisol.teneo.studio.api.resources.SolutionLogsResource
-
-
Field Summary
-
Fields inherited from interface com.artisol.teneo.studio.api.resources.SolutionLogsResource
GET_ALL_SOLUTION_LOGS_PATH, GET_ALL_SOLUTION_LOGS_SUMMARY, GET_SOLUTION_LOG_PATH, GET_SOLUTION_LOG_SUMMARY, LENGTH_DESCRIPTION, OFFSET_DESCRIPTION, PATH, SOLUTION_ID, SOLUTION_ID_DESCRIPTION, START_DATE_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description SolutionLogsResourceImpl(javax.ws.rs.client.WebTarget webTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<com.artisol.teneo.studio.api.models.SolutionLog>
getAllSolutionLogs(Integer offset, Integer length, Date startDate)
com.artisol.teneo.studio.api.models.SolutionLog
getSolutionLog(UUID solutionId, Integer offset, Integer length, Date startDate)
-
-
-
Method Detail
-
getAllSolutionLogs
public Collection<com.artisol.teneo.studio.api.models.SolutionLog> getAllSolutionLogs(Integer offset, Integer length, Date startDate) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getAllSolutionLogs
in interfacecom.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, Integer offset, Integer length, Date startDate) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getSolutionLog
in interfacecom.artisol.teneo.studio.api.resources.SolutionLogsResource
- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-