public class NdfUserHandler extends NdfHandler
DefaultUserManager
.allowedInNames, blockCommentChar, booleanFalse, booleanTrue, lineCommentChar, ndfBreakChars, ndfCreatedKey, ndfVersion, ndfVersionKey, separatorLineChar, structureChar, textBreakChars, textParagraph
Constructor and Description |
---|
NdfUserHandler(java.util.List<User> userList) |
Modifier and Type | Method and Description |
---|---|
protected User |
createUserInstance(int uid,
int gid,
Language language,
java.lang.String loginName,
java.lang.String foreName,
java.lang.String lastName,
java.lang.String email,
boolean isAdmin,
boolean isLocked,
java.lang.String password,
java.sql.Timestamp createdTs,
java.sql.Timestamp changedTs,
java.lang.String comment) |
void |
startDocument(FileInfo fileInfo)
Called when document parsing is about to start.
|
NotifyBodText |
startObject(NdfProperties props,
java.lang.String objectName)
Called when an object structure was detected.
|
acceptDocumentVersion, asStuffedText, doneArray, doneDocument, doneObject, doneProperty, doneProperty, doneTable, foundArrayValue, foundArrayValue, foundBodyText, foundHeaderProperties, foundTableCell, foundTableRow, getCurrentNestingLevel, getCurrentStructure, getFileInfo, getLineNumber, getLogChannel, getStructure, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel, startArray, startProperty, startTable
public NdfUserHandler(java.util.List<User> userList)
public void startDocument(FileInfo fileInfo)
NdfHandler
startDocument
in class NdfHandler
public NotifyBodText startObject(NdfProperties props, java.lang.String objectName) throws java.lang.Exception
NdfHandler
NdfHandler.foundBodyText(List)
if this method
returns NotifyBodText.NOTIFY
. If NotifyBodText.SKIP
is returned then no body text evaluation is done at all.startObject
in class NdfHandler
java.lang.Exception
protected User createUserInstance(int uid, int gid, Language language, java.lang.String loginName, java.lang.String foreName, java.lang.String lastName, java.lang.String email, boolean isAdmin, boolean isLocked, java.lang.String password, java.sql.Timestamp createdTs, java.sql.Timestamp changedTs, java.lang.String comment)
Copyright © 2012 EsprIT-Systems. All Rights Reserved.