Package | Description |
---|---|
de.innovationgate.webgate.api |
Basic functionality of the WGAPI including most of the database-independent functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
WGArea
Represents an area of the content database, containing content documents.
|
class |
WGContent
Represents a content document of this content database.
|
class |
WGContentType
Formerly referred to as "Doctype", this is a document describing a type of
content document.
|
class |
WGCSSJSModule
Represents a Module containing various Non-WebTML-Code, e.g. for Web-Scripting- or Formatting-Languages
|
class |
WGDesignDocument
Superclass for WGAPI "design documents", i.e. documents that are not directly related to authoring and therefor not editable by pure authors/editors.
|
class |
WGDesignResourceDocument
Documents representing real design resources
|
class |
WGDocument
Parent class for all document objects in a WGA database.
|
static class |
WGDocument.FakeMetaDataContext
Fake md context when the metadata does not represent already stored md
|
class |
WGFileContainer
A file container, whose main duty is to carry file attachments.
|
class |
WGLanguage
A language definion.
|
class |
WGSchemaDocument
Denotes documents defining the content schema of the content store and their shared functionality, explicitly their data redirection to schema definitions
|
class |
WGScriptModule
Represents a Module containing various Non-WebTML-Code, e.g. for Web-Scripting- or Formatting-Languages
This is a behaviourless subclass of WGCSSJSModule that should hide this - now misleading - class name.
|
class |
WGStructEntry
A struct entry that is used to build the site hierarchy, determine the
content types at the hierarchy nodes and the editing rights in the hierarchy.
|
class |
WGTMLModule
A TML module containing WebTML Source code.
|
class |
WGUserProfile
A user profile, used to store information about and from a web user.
|
Modifier and Type | Method and Description |
---|---|
WGFileMetaDataContext |
WGFileMetaData.getContext()
Returns the file metadata context
|
Modifier and Type | Method and Description |
---|---|
void |
WGFileMetaData.setContext(WGFileMetaDataContext parent)
Sets the file metadata context
|
Constructor and Description |
---|
WGFileMetaData(WGFileMetaDataContext context,
java.lang.String name,
long size,
java.util.Date created,
java.util.Date lastModified,
java.lang.String md5Checksum,
java.lang.String sha512Checksum,
java.util.Map<java.lang.String,java.lang.Object> extData) |