| Modifier and Type | Method and Description |
|---|---|
CometConfiguration |
SessionManager.getCometConfiguration()
Returns the CometConfiguration
|
CometConfiguration |
DefaultSessionManager.getCometConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.setCometConfiguration(CometConfiguration config)
Sets the active CometConfiguration that should be used.
|
void |
DefaultSessionManager.setCometConfiguration(CometConfiguration config) |
| Modifier and Type | Field and Description |
|---|---|
protected CometConfiguration |
AbstractCometFileSynchronizer.cometConfig |
protected CometConfiguration |
AbstractCometTagListener.cometConfig |
| Modifier and Type | Method and Description |
|---|---|
CometConfiguration |
AbstractCometFileSynchronizer.getCometConfig() |
| Modifier and Type | Method and Description |
|---|---|
static CometBinary |
CometFileHandler.getBinaryFile(CometConfiguration cometConfig,
String fileId) |
static CometFile |
CometFileHandler.putBinaryFile(CometConfiguration cometConfig,
String fileId,
CometBinary file) |
protected static void |
CometFileHandler.putBinaryFileToHD(CometConfiguration cometConfig,
String filename,
byte[] content)
Stores a Comet configuration file to the hard disk
|
| Modifier and Type | Method and Description |
|---|---|
CometConfiguration |
GeneratedImportCometConfigurationWizard.getCometConfiguration()
Generated method - Getter of the
ImportCometConfigurationWizard.cometConfiguration attribute. |
abstract CometConfiguration |
GeneratedImportCometConfigurationWizard.getCometConfiguration(SessionContext ctx)
Generated method - Getter of the
ImportCometConfigurationWizard.cometConfiguration attribute. |
CometConfiguration |
ImportCometConfigurationWizard.getCometConfiguration(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedImportCometConfigurationWizard.setCometConfiguration(CometConfiguration value)
Generated method - Setter of the
ImportCometConfigurationWizard.cometConfiguration attribute. |
abstract void |
GeneratedImportCometConfigurationWizard.setCometConfiguration(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
ImportCometConfigurationWizard.cometConfiguration attribute. |
void |
ImportCometConfigurationWizard.setCometConfiguration(SessionContext ctx,
CometConfiguration value) |
| Modifier and Type | Method and Description |
|---|---|
CometConfiguration |
GeneratedPrintManager.createCometConfiguration(Map attributeValues) |
CometConfiguration |
GeneratedPrintManager.createCometConfiguration(SessionContext ctx,
Map attributeValues) |
CometConfiguration |
PrintManager.createCometConfiguration(String code,
String publicationController)
Creates a new CometConfiguration.
|
CometConfiguration |
GeneratedGrid.getCometConfig()
Generated method - Getter of the
Grid.cometConfig attribute. |
CometConfiguration |
GeneratedPlaceholderTemplate.getCometConfig()
Generated method - Getter of the
PlaceholderTemplate.cometConfig attribute. |
CometConfiguration |
GeneratedAction.getCometConfig()
Generated method - Getter of the
Action.cometConfig attribute. |
CometConfiguration |
GeneratedPlaceholder.getCometConfig()
Generated method - Getter of the
Placeholder.cometConfig attribute. |
CometConfiguration |
GeneratedLayoutTemplate.getCometConfig()
Generated method - Getter of the
LayoutTemplate.cometConfig attribute. |
CometConfiguration |
GeneratedGrid.getCometConfig(SessionContext ctx)
Generated method - Getter of the
Grid.cometConfig attribute. |
CometConfiguration |
GeneratedPlaceholderTemplate.getCometConfig(SessionContext ctx)
Generated method - Getter of the
PlaceholderTemplate.cometConfig attribute. |
CometConfiguration |
GeneratedAction.getCometConfig(SessionContext ctx)
Generated method - Getter of the
Action.cometConfig attribute. |
CometConfiguration |
GeneratedPlaceholder.getCometConfig(SessionContext ctx)
Generated method - Getter of the
Placeholder.cometConfig attribute. |
CometConfiguration |
GeneratedLayoutTemplate.getCometConfig(SessionContext ctx)
Generated method - Getter of the
LayoutTemplate.cometConfig attribute. |
CometConfiguration |
PrintManager.getCometConfigurationByCode(String code)
Returns the first found CometConfiguration for the given code
(or null, if no CometConfiguration could be found). |
CometConfiguration |
GeneratedPublication.getConfiguration()
Generated method - Getter of the
Publication.configuration attribute. |
CometConfiguration |
GeneratedAutoCometJob.getConfiguration()
Generated method - Getter of the
AutoCometJob.configuration attribute. |
CometConfiguration |
PrintPublication.getConfiguration() |
CometConfiguration |
GeneratedCometFile.getConfiguration()
Generated method - Getter of the
CometFile.configuration attribute. |
CometConfiguration |
AutoCometJob.getConfiguration(SessionContext ctx) |
CometConfiguration |
GeneratedPublication.getConfiguration(SessionContext ctx)
Generated method - Getter of the
Publication.configuration attribute. |
abstract CometConfiguration |
GeneratedAutoCometJob.getConfiguration(SessionContext ctx)
Generated method - Getter of the
AutoCometJob.configuration attribute. |
CometConfiguration |
GeneratedCometFile.getConfiguration(SessionContext ctx)
Generated method - Getter of the
CometFile.configuration attribute. |
CometConfiguration |
PrintManager.getDefaultCometConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CometFile |
PrintManager.getCometFileByCode(CometConfiguration config,
String code)
Returns the first found CometFile for the given code in the given CometConfiguration
(or null, if no CometFile could be found). |
Collection<CometFile> |
PrintManager.getCometFiles(CometConfiguration config)
Returns all CometFiles of the specified CometConfiguration
|
List<Publication> |
PrintManager.getPublicationByConfiguration(CometConfiguration config)
Returns all publications belonging to the given comet configuration.
|
protected int |
Placeholder.getUniqueActionID(CometConfiguration cometConfig) |
void |
PrintManager.loadCometConfigFromDirectory(CometConfiguration config,
File rootDir)
Creates CometFiles with static content for the given CometConfiguration and the given root directory of these
files.
|
void |
PrintManager.loadCometConfigFromZip(CometConfiguration config,
URL zip)
Creates CometFiles with static content for the given CometConfiguration and the given ZIP URL.
|
void |
PrintManager.loadCometConfigFromZip(CometConfiguration config,
ZipFile zip)
Creates CometFiles with static content for the given CometConfiguration and the given ZIP file.
|
void |
GeneratedGrid.setCometConfig(CometConfiguration value)
Generated method - Setter of the
Grid.cometConfig attribute. |
void |
GeneratedPlaceholderTemplate.setCometConfig(CometConfiguration value)
Generated method - Setter of the
PlaceholderTemplate.cometConfig attribute. |
void |
GeneratedAction.setCometConfig(CometConfiguration value)
Generated method - Setter of the
Action.cometConfig attribute. |
void |
GeneratedPlaceholder.setCometConfig(CometConfiguration value)
Generated method - Setter of the
Placeholder.cometConfig attribute. |
void |
GeneratedLayoutTemplate.setCometConfig(CometConfiguration value)
Generated method - Setter of the
LayoutTemplate.cometConfig attribute. |
void |
GeneratedGrid.setCometConfig(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
Grid.cometConfig attribute. |
void |
GeneratedPlaceholderTemplate.setCometConfig(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
PlaceholderTemplate.cometConfig attribute. |
void |
GeneratedAction.setCometConfig(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
Action.cometConfig attribute. |
void |
GeneratedPlaceholder.setCometConfig(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
Placeholder.cometConfig attribute. |
void |
GeneratedLayoutTemplate.setCometConfig(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
LayoutTemplate.cometConfig attribute. |
void |
GeneratedPublication.setConfiguration(CometConfiguration value)
Generated method - Setter of the
Publication.configuration attribute. |
void |
GeneratedCometFile.setConfiguration(CometConfiguration value)
Generated method - Setter of the
CometFile.configuration attribute. |
void |
GeneratedPublication.setConfiguration(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
Publication.configuration attribute. |
void |
GeneratedCometFile.setConfiguration(SessionContext ctx,
CometConfiguration value)
Generated method - Setter of the
CometFile.configuration attribute. |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayOutputStream |
CometConfigurationUtils.getCometConfigurationStream(CometConfiguration configuration)
Returns OutputStream that contains zipped set of configuration files.
|
Copyright © 2017 SAP SE. All Rights Reserved.