Package | Description |
---|---|
de.innovationgate.webgate.api |
Basic functionality of the WGAPI including most of the database-independent functionality.
|
de.innovationgate.webgate.api.schemadef |
Classes to create schema definitions for OpenWGA content stores
|
Modifier and Type | Method and Description |
---|---|
static WGDocumentKey |
WGDocument.buildDocumentKey(WGDocumentCore core,
WGDatabase db)
Builds the document key for a document core.
|
WGDocumentKey |
WGAPIException.getCauseDocumentKey() |
WGDocumentKey |
WGDocument.getDocumentKeyObj()
Returns a parsed document key object, ready to access single parts of the key
|
WGDocumentKey |
WGDatabaseEvent.getEditedDocumentKey()
Returns the document key of the edited document
|
WGDocumentKey |
WGContentKey.toDocumentKey()
Creates a document key pendant for this content key
|
Modifier and Type | Method and Description |
---|---|
WGDocument |
WGDatabase.getDocumentByDocumentKeyFromCache(WGDocumentKey documentKey)
Returns a document by it's document key, only if it is contained in
cache.
|
WGDocument |
WGDatabase.getDocumentByKey(WGDocumentKey documentKey)
Returns a document by the given document key.
|
void |
WGDocumentListCache.remove(WGDocumentKey docKey) |
Modifier and Type | Method and Description |
---|---|
static WGDocumentListCache |
WGDocumentListCache.buildFromKeys(java.util.Collection<WGDocumentKey> col)
Builds a document list cache from a collection containing
WGDocumentKey objects |
Constructor and Description |
---|
WGAPIException(java.lang.String msg,
java.lang.String code,
WGDocumentKey causeDocument) |
WGAPIException(java.lang.String msg,
WGDocumentKey causeDocument) |
WGDatabaseEvent(WGDatabase source,
int iType,
WGDocumentKey editedDocumentKey)
Constructor.
|
WGFileDerivateMetaData(WGDatabase db,
WGDocumentKey relatedDoc,
java.lang.String id,
java.lang.String creator,
java.lang.String name,
java.util.Date created,
java.util.Date modified,
long size,
java.lang.String sha512Checksum,
java.lang.String parentSha512Checksum) |
WGRestrictionException(java.lang.String msg,
java.lang.String code,
WGDocumentKey cause) |
Modifier and Type | Method and Description |
---|---|
WGDocumentKey |
WGSchemaDocumentDefinition.getDocumentKey()
Returns the document key that the document created on behalf of this definition will have
|