Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DARIAH-DE OAI-PMH Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE OAI-PMH Services
Commits
8ab799ea
Commit
8ab799ea
authored
5 years ago
by
Stefan E. Funk
Browse files
Options
Downloads
Patches
Plain Diff
Add some sysouts
parent
74796307
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
oaipmh-core/src/main/java/info/textgrid/middleware/DublinCoreBuilder.java
+8
-0
8 additions, 0 deletions
...main/java/info/textgrid/middleware/DublinCoreBuilder.java
with
8 additions
and
0 deletions
oaipmh-core/src/main/java/info/textgrid/middleware/DublinCoreBuilder.java
+
8
−
0
View file @
8ab799ea
...
@@ -312,11 +312,19 @@ public final class DublinCoreBuilder {
...
@@ -312,11 +312,19 @@ public final class DublinCoreBuilder {
* @return metadata element with the dublinCore values for a specific object
* @return metadata element with the dublinCore values for a specific object
*/
*/
public
MetadataType
getDC
()
{
public
MetadataType
getDC
()
{
System
.
out
.
println
(
"KAKKI!"
);
// this.metadata.setAny(this.oaiDcObj.createDc(this.tgMappedDC));
// this.metadata.setAny(this.oaiDcObj.createDc(this.tgMappedDC));
org
.
openarchives
.
oai
.
_2_0
.
oai_dc
.
ObjectFactory
of
=
org
.
openarchives
.
oai
.
_2_0
.
oai_dc
.
ObjectFactory
of
=
new
org
.
openarchives
.
oai
.
_2_0
.
oai_dc
.
ObjectFactory
();
new
org
.
openarchives
.
oai
.
_2_0
.
oai_dc
.
ObjectFactory
();
System
.
out
.
println
(
"URGLI!"
);
this
.
metadata
.
setAny
(
of
.
createDc
(
this
.
tgMappedDC
));
this
.
metadata
.
setAny
(
of
.
createDc
(
this
.
tgMappedDC
));
System
.
out
.
println
(
"ARGLI!"
);
return
this
.
metadata
;
return
this
.
metadata
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment