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(java.lang.String orgName)
Gets the organization information container specified by orgName.
|
InformationContainer |
getUserInformationContainer()
Gets the user information container of the current user.
|
InformationContainer |
getUserInformationContainer(java.lang.String userName)
Gets the user information container specified by userName.
|
InformationContainer getGlobalInformationContainer()
InformationContainer getOrganizationInformationContainer()
InformationContainer getOrganizationInformationContainer(java.lang.String orgName) throws java.lang.UnsupportedOperationException
orgName,
- the organization nameNoPrivilegeException
java.lang.UnsupportedOperationException
InformationContainer getUserInformationContainer()
InformationContainer getUserInformationContainer(java.lang.String userName) throws java.lang.UnsupportedOperationException
userName,
- the user nameNoPrivilegeException
java.lang.UnsupportedOperationException