Class LibraryConflictsResourceImpl
- java.lang.Object
-
- com.artisol.teneo.studio.client.resources.AbstractResource
-
- com.artisol.teneo.studio.client.resources.LibraryConflictsResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.studio.api.resources.LibraryConflictsResource
public class LibraryConflictsResourceImpl extends AbstractResource implements com.artisol.teneo.studio.api.resources.LibraryConflictsResource
-
-
Field Summary
-
Fields inherited from interface com.artisol.teneo.studio.api.resources.LibraryConflictsResource
GET_LIBRARY_CONFLICTS_PATH, GET_LIBRARY_CONFLICTS_SUMMARY, GET_LIBRARY_CONFLICTS_TASK_RESULT_PATH, GET_LIBRARY_CONFLICTS_TASK_RESULT_SUMMARY, PATH, POST_LIBRARY_CONFLICTS_BEGIN_PATH, POST_LIBRARY_CONFLICTS_BEGIN_SUMMARY
-
-
Constructor Summary
Constructors Constructor Description LibraryConflictsResourceImpl(javax.ws.rs.client.WebTarget webTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
beginResolveLibraryConflicts(UUID solutionId, List<com.artisol.teneo.studio.api.models.LibraryConflictResolution> libraryConflictResolutions)
List<com.artisol.teneo.studio.api.models.LibraryConflict>
getLibraryConflicts(UUID solutionId, Integer offset, Integer length)
List<com.artisol.teneo.studio.api.models.reports.Report>
getResolveLibraryConflictsTaskResult(UUID taskId)
-
-
-
Method Detail
-
getLibraryConflicts
public List<com.artisol.teneo.studio.api.models.LibraryConflict> getLibraryConflicts(UUID solutionId, Integer offset, Integer length) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getLibraryConflicts
in interfacecom.artisol.teneo.studio.api.resources.LibraryConflictsResource
- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
beginResolveLibraryConflicts
public UUID beginResolveLibraryConflicts(UUID solutionId, List<com.artisol.teneo.studio.api.models.LibraryConflictResolution> libraryConflictResolutions) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
beginResolveLibraryConflicts
in interfacecom.artisol.teneo.studio.api.resources.LibraryConflictsResource
- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
getResolveLibraryConflictsTaskResult
public List<com.artisol.teneo.studio.api.models.reports.Report> getResolveLibraryConflictsTaskResult(UUID taskId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getResolveLibraryConflictsTaskResult
in interfacecom.artisol.teneo.studio.api.resources.LibraryConflictsResource
- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-