-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 aips") | ||
@Tag(name = "AIPs") | ||
@RequestMapping(path = "../api/v2/aips") | ||
public interface AIPRestService extends RODAEntityRestService<IndexedAIP> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 audit logs") | ||
@Tag(name = "Audit logs") | ||
@RequestMapping(path = "../api/v2/audit-logs") | ||
public interface AuditLogRestService extends RODAEntityRestService<LogEntry> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 configurations") | ||
@Tag(name = "Configurations") | ||
@RequestMapping(path = "../api/v2/configurations") | ||
public interface ConfigurationRestService extends DirectRestService { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 dip files") | ||
@Tag(name = "DIP files") | ||
@RequestMapping(path = "../api/v2/dip-files") | ||
public interface DIPFileRestService extends RODAEntityRestService<DIPFile> { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 dips") | ||
@Tag(name = "DIPs") | ||
@RequestMapping(path = "../api/v2/dips") | ||
public interface DIPRestService extends RODAEntityRestService<IndexedDIP> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
|
||
@Tag(name = "v2 disposal confirmations") | ||
@Tag(name = "Disposal confirmations") | ||
@RequestMapping(path = "../api/v2/disposal/confirmations") | ||
public interface DisposalConfirmationRestService extends RODAEntityRestService<DisposalConfirmation> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
* @author Miguel Guimaraes <mguimarã[email protected]> | ||
*/ | ||
|
||
@Tag(name = "v2 disposal holds") | ||
@Tag(name = "Disposal holds") | ||
@RequestMapping(path = "../api/v2/disposal/holds") | ||
public interface DisposalHoldRestService extends DirectRestService { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 disposal rules") | ||
@Tag(name = "Disposal rules") | ||
@RequestMapping(path = "../api/v2/disposal/rules") | ||
public interface DisposalRuleRestService extends DirectRestService { | ||
@RequestMapping(method = RequestMethod.GET, path = "", produces = MediaType.APPLICATION_JSON_VALUE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 disposal schedules") | ||
@Tag(name = "Disposal schedules") | ||
@RequestMapping(path = "../api/v2/disposal/schedules") | ||
public interface DisposalScheduleRestService extends DirectRestService { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
/** | ||
* @author António Lindo <[email protected]> | ||
*/ | ||
@Tag(name = "v2 distributed instances") | ||
@Tag(name = "Distributed instances") | ||
@RequestMapping(path = "../api/v2/distributed-instances") | ||
public interface DistributedInstancesRestService extends DirectRestService { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 files") | ||
@Tag(name = "Files") | ||
@RequestMapping(path = "../api/v2/files") | ||
public interface FileRestService extends RODAEntityRestService<IndexedFile> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
/** | ||
* @author António Lindo <[email protected]> | ||
*/ | ||
@Tag(name = "v2 job reports") | ||
@Tag(name = "Job reports") | ||
@RequestMapping(path = "../api/v2/job-reports") | ||
public interface JobReportRestService extends RODAEntityRestService<IndexedReport> { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
* @author António Lindo <[email protected]> | ||
*/ | ||
|
||
@Tag(name = "v2 jobs") | ||
@Tag(name = "Jobs") | ||
@RequestMapping(path = "../api/v2/jobs") | ||
public interface JobsRestService extends RODAEntityRestService<Job> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
/** | ||
* @author António Lindo <[email protected]> | ||
*/ | ||
@Tag(name = "v2 members") | ||
@Tag(name = "Members") | ||
@RequestMapping(path = "../api/v2/members") | ||
public interface MembersRestService extends RODAEntityRestService<RODAMember> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 preservation agents") | ||
@Tag(name = "Preservation agents") | ||
@RequestMapping(path = "../api/v2/preservation/agents") | ||
public interface PreservationAgentRestService extends RODAEntityRestService<IndexedPreservationAgent> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 preservation events") | ||
@Tag(name = "Preservation events") | ||
@RequestMapping(path = "../api/v2/preservation/events") | ||
public interface PreservationEventRestService extends RODAEntityRestService<IndexedPreservationEvent> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
/** | ||
* @author Miguel Guimarães <[email protected]> | ||
*/ | ||
@Tag(name = "v2 representation information") | ||
@Tag(name = "Representation information") | ||
@RequestMapping(path = "../api/v2/representation-information") | ||
public interface RepresentationInformationRestService extends RODAEntityRestService<RepresentationInformation> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* @author António Lindo <[email protected]> | ||
*/ | ||
@Tag(name = "v2 representations") | ||
@Tag(name = "Representations") | ||
@RequestMapping(path = "../api/v2/representations") | ||
public interface RepresentationRestService extends RODAEntityRestService<IndexedRepresentation> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Carlos Afonso <[email protected]> | ||
*/ | ||
|
||
@Tag(name = "v2 incidences") | ||
@Tag(name = "Incidences") | ||
@RequestMapping(path = "../api/v2/incidences") | ||
public interface RiskIncidenceRestService extends RODAEntityRestService<RiskIncidence> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
* @author Carlos Afonso <[email protected]> | ||
*/ | ||
|
||
@Tag(name = "v2 risks") | ||
@Tag(name = "Risks") | ||
@RequestMapping(path = "../api/v2/risks") | ||
public interface RiskRestService extends RODAEntityRestService<IndexedRisk> { | ||
@RequestMapping(path = "/delete", method = RequestMethod.POST) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
/** | ||
* @author António Lindo <[email protected]> | ||
*/ | ||
@Tag(name = "v2 transfers") | ||
@Tag(name = "Transfers") | ||
@RequestMapping(path = "../api/v2/transfers") | ||
public interface TransferredResourceRestService extends RODAEntityRestService<TransferredResource> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters