|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.org.intersect.exsite9.xml.BaseXMLBuilder
au.org.intersect.exsite9.xml.SIPXMLBuilder
public class SIPXMLBuilder
Creates the XML that will be contained in a SubmissionPackage
Constructor Summary | |
---|---|
SIPXMLBuilder()
|
Method Summary | |
---|---|
static java.lang.String |
buildXML(Project project,
java.util.List<Group> selectedGroups,
SubmissionPackage submissionPackage,
boolean useGroupPaths)
Builds XML for a SIP for the provided SubmissionPackage. |
Methods inherited from class au.org.intersect.exsite9.xml.BaseXMLBuilder |
---|
appendMetadataAssociation, appendResearchFile, appendResearchFile, createElementWithTextContent, createNewDocument, createProjectInfo, transformDocumentToString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SIPXMLBuilder()
Method Detail |
---|
public static java.lang.String buildXML(Project project, java.util.List<Group> selectedGroups, SubmissionPackage submissionPackage, boolean useGroupPaths)
project
- The Project the submission package is contained within.selectedGroups
- The Groups that contain files are in the SubmissionPackage.submissionPackage
- The submission package.useGroupPaths
- true
to use the path of a file relative to its group. false
to use the absolute path of a file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |