public interface IRootDataProvider
extends com.arcway.cockpit.docgen.provider.IPotentionallyProjectRelatedReportProvider
IRootDataProvider allows to access to configured cockpit
servers and projects for document generation. The
IRootDataProvider can be referenced directly within a
document template by its name rootDataProvider.
For further elements in the context see IProjectDataProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IConfiguredProject> |
getConfiguredProjects()
Returns all currently configured projects.
|
java.util.Map<java.lang.String,IConfiguredServerConnection> |
getConfiguredServerConnections()
Returns all currently configured server connections.
|
boolean |
isReaderClient()
Determines the client type.
|
boolean isReaderClient()
java.util.Map<java.lang.String,IConfiguredServerConnection> getConfiguredServerConnections()
java.util.Map<java.lang.String,IConfiguredProject> getConfiguredProjects()