- Record - Class in org.gcube.application.framework.oaipmh.objectmappers
-
This class forms a repository Record based on the RecordTemplate, which is created
- Record(HashMap<String, String>, RecordTemplateCustom, Properties, CustomMetadataXSD) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.Record
-
FOR CUSTOM FORMAT OUTPUT !
The input template should be initiated ONLY ONCE, and used as input for every record created.
- Record(HashMap<String, String>, RecordTemplateDC, Properties, OAIDCMetadataXSD) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.Record
-
FOR DC FORMAT OUTPUT !
The input template should be initiated ONLY ONCE, and used as input for every record created.
- RecordTemplateCustom - Class in org.gcube.application.framework.oaipmh.objectmappers
-
By defining an instance of the RecordTemplate, the Repository "knows" what it's output will be.
- RecordTemplateCustom(String) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.RecordTemplateCustom
-
- RecordTemplateDC - Class in org.gcube.application.framework.oaipmh.objectmappers
-
- RecordTemplateDC(String) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.RecordTemplateDC
-
- Repository - Class in org.gcube.application.framework.oaipmh.objectmappers
-
Holds all OAI-PMH info about a repository.
- Repository(String, String, ArrayList<String>, Date, RecordTemplateDC, RecordTemplateCustom, Properties) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.Repository
-
- Repository(String, String, ArrayList<String>, Date, RecordTemplateDC, Properties) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.Repository
-
- Repository(String, String, ArrayList<String>, Date, RecordTemplateCustom, Properties) - Constructor for class org.gcube.application.framework.oaipmh.objectmappers.Repository
-
- Response - Class in org.gcube.application.framework.oaipmh
-
Parses the request and forms the appropriate response (entry point class) for all OAI-PMH requests.
- Response() - Constructor for class org.gcube.application.framework.oaipmh.Response
-
- ResponseConstants - Class in org.gcube.application.framework.oaipmh.constants
-
- ResponseConstants() - Constructor for class org.gcube.application.framework.oaipmh.constants.ResponseConstants
-
- RESULTS_PER_PAGE - Static variable in class org.gcube.application.framework.oaipmh.constants.ResponseConstants
-