Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fedora 3 object and datastream properties. #7

Conversation

mikedurbin
Copy link

Major changes in this pull request include:

  1. A new set of JCR node types is defined for fedora 3 content.
  2. The interfaces around fedora 3 objects are now complete and expose all properties (for objects and datastreams) as well as versions for datastreams.
  3. There is greater test coverage, yet still incomplete integration tests.

@@ -50,7 +53,32 @@
private static final Logger LOGGER
= LoggerFactory.getLogger(Fedora3FederationConnector.class);

public static final String NT_F3_REPOSITORY = "fedora:repository";
public static final String NT_F3_REPOSITORY = "f3:repository";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason these are "public"? In checking a few of them it does not look like they are referenced outside of this class.

@awoods
Copy link

awoods commented Oct 4, 2013

@awoods awoods closed this Oct 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants