Skip to content

Commit

Permalink
add fedora:created to the datastream node too
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jan 18, 2013
1 parent 1ee74b0 commit 66aa680
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -138,6 +138,7 @@ private Node addDatastreamNode(final String dspath,
final Node ds = session.getRootNode().addNode(dspath,
"fedora:datastream");
ds.addMixin("fedora:owned");
ds.addMixin("fedora:created");
ds.setProperty("fedora:ownerId", "Fedo Radmin");
ds.setProperty("fedora:contentType", contentType.toString());
ds.setProperty("fedora:content", session.getValueFactory()
Expand Down

0 comments on commit 66aa680

Please sign in to comment.