Modifier and Type | Method and Description |
---|---|
boolean |
OverlayDesignProvider.isOverlayWriteable() |
boolean |
OverlayDesignProvider.isUpgradeable() |
Constructor and Description |
---|
PluginDesignProvider(de.innovationgate.wga.config.DesignReference ref,
WGACore core,
de.innovationgate.webgate.api.WGDatabase db,
java.lang.String path,
de.innovationgate.wga.common.beans.csconfig.v1.PluginID pluginID,
java.util.Map<java.lang.String,java.lang.String> options) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FileSystemDesignManager.determineDesignEncoding(de.innovationgate.wga.common.beans.DesignDefinition syncInfo,
de.innovationgate.wga.common.beans.csconfig.v1.CSConfig csConfig) |
org.apache.commons.vfs2.FileObject |
FileSystemDesignManager.getBaseFolder() |
org.apache.commons.vfs2.FileObject |
AbstractDesignFile.getCodeFile() |
org.apache.commons.vfs2.FileObject |
AbstractDesignFile.getMetadataFile() |
org.apache.commons.vfs2.FileObject |
FileSystemDesignManager.getTmlFolder() |
boolean |
FileSystemDesignManager.isEditable() |
void |
AbstractDesignFile.processDesignHeader(java.lang.String line,
de.innovationgate.wga.model.DesignMetadataInfo md) |
Constructor and Description |
---|
AbstractDesignFile(FileSystemDesignManager manager,
org.apache.commons.vfs2.FileObject file,
int type) |
AbstractDesignFile(FileSystemDesignManager manager,
java.lang.String codeFilePath,
java.lang.String codeFileName,
int type) |
DesignFileDocument(FileSystemDesignProvider fileSystemDesignProvider,
DesignFileDocument.Data cacheData) |
FileSystemDesignManager(WGACore core,
de.innovationgate.webgate.api.WGDatabase db,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> options) |
FileSystemDesignProvider(de.innovationgate.wga.config.DesignReference ref,
WGACore core,
de.innovationgate.webgate.api.WGDatabase db,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> options) |
Modifier and Type | Class and Description |
---|---|
class |
WGDesignKeyException |
class |
WGInitialDeployException |
Modifier and Type | Method and Description |
---|---|
void |
DesignDeployment.doAttachFile(de.innovationgate.webgate.api.WGDocument doc,
org.apache.commons.vfs2.FileObject file) |
void |
DesignDeployment.doRemoveFile(de.innovationgate.webgate.api.WGDocument doc,
java.lang.String fileName) |
void |
DesignDeployment.doSaveDocument(de.innovationgate.webgate.api.WGDocument doc) |
boolean |
DesignDeployment.isDeleted() |
boolean |
FileContainerDeployment.isUpdated() |
boolean |
DesignDeployment.isUpdated() |
void |
TMLDeployment.performUpdate(de.innovationgate.webgate.api.WGDatabase db) |
void |
ScriptDeployment.performUpdate(de.innovationgate.webgate.api.WGDatabase db) |
void |
FileContainerDeployment.performUpdate(de.innovationgate.webgate.api.WGDatabase db) |
abstract void |
DesignDeployment.performUpdate(de.innovationgate.webgate.api.WGDatabase db) |
void |
FileContainerDeployment.resetUpdateInformation() |
void |
DesignDeployment.resetUpdateInformation() |
Constructor and Description |
---|
DesignDeployment(DesignSyncStatus parent,
int type,
java.lang.String documentKey,
org.apache.commons.vfs2.FileObject codeFile) |
DesignSyncManager(de.innovationgate.wga.config.DesignReference ref,
WGACore core,
de.innovationgate.webgate.api.WGDatabase db,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> options) |
FileContainerDeployment(DesignSyncStatus parent,
java.lang.String documentKey,
org.apache.commons.vfs2.FileObject codeFile) |
ScriptDeployment(DesignSyncStatus deployments,
java.lang.String documentKey,
org.apache.commons.vfs2.FileObject codeFile,
java.lang.String codeType) |
TMLDeployment(DesignSyncStatus deployments,
java.lang.String documentKey,
org.apache.commons.vfs2.FileObject codeFile) |