Package | Description |
---|---|
de.esprit.appsuite.appstore.ndf |
Contains all NDF structured models of the App-Store
|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
de.esprit.common.lic |
Contains classes for dealing with licenses.
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
de.esprit.netsuite.server.auth.group |
Contains classes defining groups for the esprit server
|
de.esprit.netsuite.server.auth.member |
Contains classes for managing user and group assignments
|
de.esprit.netsuite.server.config |
Contains classes that define the servers configuration
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.hist |
Contains classes implementing the servers task history
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Method and Description |
---|---|
void |
TimstampHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
AppVersionHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
AppHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
AppDescriptorHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
TimstampHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppVersionHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppLaunchPrefsHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppDescriptorLaunchPrefsHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppDescriptorHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppLaunchPrefsHandler.startObject(NdfStructure struct,
NdfProperties props) |
void |
AppDescriptorLaunchPrefsHandler.startObject(NdfStructure struct,
NdfProperties props) |
void |
AppDescriptorHandler.startObject(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
TimstampHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
CredentialHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
CredentialHandler.startObject(NdfStructure struct,
NdfProperties props) |
Modifier and Type | Field and Description |
---|---|
protected NdfProperties |
NdfParser.headerProps |
Modifier and Type | Method and Description |
---|---|
NdfProperties |
NdfProperties.clone() |
Modifier and Type | Method and Description |
---|---|
void |
NdfHandler.foundProperties(NdfStructure struct,
NdfProperties props)
Called when properties are found on top level.
|
void |
LoggingNdfHandler.foundProperties(NdfStructure struct,
NdfProperties props) |
void |
DumpingNdfHandler.foundProperties(NdfStructure struct,
NdfProperties props) |
void |
NdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props)
Called when a table row was found within a table structure.
|
void |
LoggingNdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties rowProps) |
void |
DumpingNdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties rowProps) |
void |
NdfWriter.openArray(java.lang.String name,
NdfProperties props,
int... dimensions)
Opens an ARRAY structure.
|
void |
NdfWriter.openDocument(NdfProperties userProps)
Writes the mandatory document header properties.
|
void |
NdfWriter.openList(java.lang.String listName,
NdfProperties props) |
void |
NdfWriter.openObject(java.lang.String name,
NdfProperties props) |
void |
NdfWriter.openStructuredTableProperty(java.lang.String propertyKey,
NdfTable header,
NdfProperties props) |
void |
NdfWriter.openTable(NdfTable header,
NdfProperties props) |
void |
NdfWriter.openText(java.lang.String name,
NdfProperties props) |
void |
NdfWriter.openText(java.lang.String name,
NdfProperties props,
char endChar) |
void |
NdfWriter.openText(java.lang.String name,
NdfProperties props,
char endChar,
char paragraphChar) |
NotifyArrayValue |
NdfHandler.startArray(NdfStructure struct,
NdfProperties props,
int[] dimensions)
Called when an array structure was found.
|
NotifyArrayValue |
LoggingNdfHandler.startArray(NdfStructure struct,
NdfProperties props,
int[] dimensions) |
NotifyArrayValue |
DumpingNdfHandler.startArray(NdfStructure struct,
NdfProperties props,
int[] dimensions) |
void |
NdfHandler.startDocument(NdfStructure struct,
NdfProperties headerProps)
Called when document parsing is started.
|
void |
LoggingNdfHandler.startDocument(NdfStructure struct,
NdfProperties props) |
void |
DumpingNdfHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyListValue |
NdfHandler.startList(NdfStructure struct,
NdfProperties props)
Called when a list structure was found.
|
NotifyListValue |
LoggingNdfHandler.startList(NdfStructure struct,
NdfProperties props) |
NotifyListValue |
DumpingNdfHandler.startList(NdfStructure struct,
NdfProperties props) |
void |
NdfHandler.startObject(NdfStructure struct,
NdfProperties props)
Called when an object structure was detected.
|
void |
LoggingNdfHandler.startObject(NdfStructure struct,
NdfProperties props) |
void |
DumpingNdfHandler.startObject(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
NdfHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns)
Called when a table structure was found.
|
NotifyTableValue |
LoggingNdfHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
NotifyTableValue |
DumpingNdfHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
NotifyText |
NdfHandler.startText(NdfStructure struct,
NdfProperties props)
Called when a TEXT structure was found.
|
NotifyText |
LoggingNdfHandler.startText(NdfStructure struct,
NdfProperties props) |
void |
NdfWriter.writeProperties(NdfProperties props) |
void |
NdfWriter.writePropertyList(NdfProperties props)
Opens a property-list, writes all the given properties and closes the list.
|
Constructor and Description |
---|
NdfTable(java.lang.String tableName,
NdfProperties props) |
Modifier and Type | Method and Description |
---|---|
NdfProperties |
LicenseHandler.getLicenseProps() |
Modifier and Type | Method and Description |
---|---|
void |
LicenseHandler.foundProperties(NdfStructure struct,
NdfProperties props) |
void |
LicenseHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Constructor and Description |
---|
License(NdfProperties map,
Version runningProductVersion) |
Modifier and Type | Method and Description |
---|---|
protected Group |
DefaultGroupManager.createGroupInstance(NdfProperties props) |
void |
DefaultUserManager.MyUserHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
DefaultUserManager.MyUserHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
DefaultUserManager.MyUserHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
GroupHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
GroupHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
GroupHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
GroupMemberHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
GroupMemberHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
NdfProperties |
AbstractServerParameters.getProperties() |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerStartup.checkConfigKeyValues(LogChannel logChannel,
NdfProperties props)
This method is called after having read the configuration file.
|
protected void |
ServerStartup.fillDefaultValues(NdfProperties props) |
protected void |
ServerParams.fillDefaultValues(NdfProperties props) |
protected abstract void |
AbstractServerParameters.fillDefaultValues(NdfProperties props) |
protected void |
ServerStartup.fillServerConfigValues(NdfProperties props) |
void |
NetworkConfigHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
NetworkConfigHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConfigHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
DatabaseConfigHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Modifier and Type | Method and Description |
---|---|
NdfProperties |
TaskHistoryRecord.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionConfigHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
PermissionConfigHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.