|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.xml.importXml.XmlImportMain
public class XmlImportMain
Constructor Summary | |
---|---|
XmlImportMain()
|
Method Summary | |
---|---|
static int |
dbCount(XmlExportMain xmlExportMain)
get a db count of exportable rows |
static int |
dbCountGsh(XmlExportMain xmlExportMain)
get a db count of exportable rows |
long |
getCurrentRecordIndex()
|
java.util.Set<java.lang.String> |
getIdsToIgnore()
ids to ignore |
long |
getInsertCount()
|
long |
getOriginalDbCount()
|
org.dom4j.io.SAXReader |
getReader()
|
java.lang.String |
getRecordReportFileCanonicalPath()
|
long |
getSkipCount()
|
long |
getTotalImportFileCount()
|
long |
getUpdateCount()
|
java.util.Map<java.lang.String,java.lang.String> |
getUuidTranslation()
uuid translation when uuids are changed |
com.thoughtworks.xstream.XStream |
getXstream()
|
void |
incrementCurrentCount()
increment the file count |
void |
incrementInsertCount()
increment the insert count |
void |
incrementSkipCount()
increment the file count |
void |
incrementTotalImportFileCount()
increment the file count |
void |
incrementUpdateCount()
increment the update count |
boolean |
isRecordReport()
|
static void |
logInfoAndPrintToScreen(java.lang.String auditEntryProgress)
|
static void |
main(java.lang.String[] args)
|
void |
processXml(java.io.File importFile)
|
void |
processXml(java.lang.String importString)
|
void |
readonlyWriteLogEntry(java.lang.String entry)
|
void |
setRecordReport(boolean isRecordReport)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlImportMain()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public java.util.Map<java.lang.String,java.lang.String> getUuidTranslation()
public long getCurrentRecordIndex()
public long getInsertCount()
public long getUpdateCount()
public long getSkipCount()
public java.util.Set<java.lang.String> getIdsToIgnore()
public long getTotalImportFileCount()
public void processXml(java.io.File importFile)
importFile
- public void processXml(java.lang.String importString)
importString
- public java.lang.String getRecordReportFileCanonicalPath()
public void readonlyWriteLogEntry(java.lang.String entry)
entry
- public org.dom4j.io.SAXReader getReader()
public void incrementTotalImportFileCount()
public boolean isRecordReport()
public void setRecordReport(boolean isRecordReport)
isRecordReport
- if record report to setpublic static int dbCount(XmlExportMain xmlExportMain)
xmlExportMain
-
public static int dbCountGsh(XmlExportMain xmlExportMain)
xmlExportMain
-
public long getOriginalDbCount()
public void incrementCurrentCount()
public void incrementInsertCount()
public void incrementSkipCount()
public void incrementUpdateCount()
public static void logInfoAndPrintToScreen(java.lang.String auditEntryProgress)
auditEntryProgress
- public com.thoughtworks.xstream.XStream getXstream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |