public interface InformationBus
| Modifier and Type | Method and Description |
|---|---|
InformationContainer |
getGlobalInformationContainer()
Gets the global information container, there is only one global information container in the JReport Server.
|
InformationContainer |
getOrganizationInformationContainer()
Gets the organization information container of the current user belonged to organization, there is one organization
information container per organization.
|
InformationContainer |
getOrganizationInformationContainer(String orgName)
Gets the organization information container specified by orgName.
|
InformationContainer |
getUserInformationContainer()
Gets the user information container of the current user.
|
InformationContainer |
getUserInformationContainer(String userName)
Gets the user information container specified by userName.
|
InformationContainer getGlobalInformationContainer()
InformationContainer getOrganizationInformationContainer()
InformationContainer getOrganizationInformationContainer(String orgName) throws UnsupportedOperationException
orgName, - the organization nameNoPrivilegeExceptionUnsupportedOperationExceptionInformationContainer getUserInformationContainer()
InformationContainer getUserInformationContainer(String userName) throws UnsupportedOperationException
userName, - the user nameNoPrivilegeExceptionUnsupportedOperationException© insightsoftware. All rights reserved.