Package de.aeb.xnsg.foundation.af
Class ApplicationFacadeParmsDTO
java.lang.Object
de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
- All Implemented Interfaces:
Cloneable
A data transfer object to be the parameter of the method IFoundationBF.getNewApplicationFacade()
-
Field Summary
FieldsModifier and TypeFieldDescriptionspecify which technology the clients wants to access the application; one token (or several, separated by semicolon) - the server may chose to ignore this possible tokens are specific for each server technology, XNSG-Servers currently honor strings from the GUIInvocationTechnology enum (e.g.: VAADIN) ifnull
a default technology is chosenThe client of the new session.true
to display the complete workspace (central, user and info panel).true
to display statusbar,false
true
to display header,false
if ac should not show headertrue
to display header and statusbar, false if ac should be embedded in anotherThe two letter ISO code of the language of the new session.Optional field, which may be set if application should be opened to tray (default:false
) - currently not available for vaadin, will be ignoredOptional field, which may be set if preferred height of AF should be different from default.Optional field, which may be set if preferred width of AF should be different from default.Optional field, which may be set if productname differs from standard product nameOptional field, which may be set if productShortName differs from standard product nameDeprecated.The user of the new session.
It is not required, that this user is a valid user name of the client.The unique workstation identifier of the new session.
The identifier of the workstation must be configured and unique within the same client.The unique workstation agent session identifier of the new session.
It defines a concrete and already established session agent bound to the local workstation e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
client
The client of the new session. This should be a legal identCode of a client in the system.
If it is NOT a legal identCode of a client in the system, the user will see a login prompt before he is able to see the application facade. (See IFoundationBF.getAllClients()).
When the application facade web service call is authenticated, this value will be checked against the authentication data and the call is rejected if it does not match. -
user
The user of the new session.
It is not required, that this user is a valid user name of the client. However: Such a user may get granted only have the role "I_EVERYONE" unless XNSG is configured to use e.g. an LDAP server and the user can be found in the LDAP server with some roles granted to the user.
No password is required because other servers which contact over the business facade will be trusted to have checked the users access rights. This enables a kind of "single sign on" between different e.g. XNSG servers. -
workstationId
The unique workstation identifier of the new session.
The identifier of the workstation must be configured and unique within the same client. -
workstationSessionId
The unique workstation agent session identifier of the new session.
It defines a concrete and already established session agent bound to the local workstation e.g. locally started service agent.
The workstation agent is used for accessing local peripherals (e.g. local printers).The caller must ensure that the corresponding session has been established
-
language
The two letter ISO code of the language of the new session. Currently "de" and "en" are supported. -
displayFullWorkplace
true
to display the complete workspace (central, user and info panel). Use false or null to display only the single ac. -
isACEmbedded
true
to display header and statusbar, false if ac should be embedded in another -
displayStatusbar
true
to display statusbar,false
-
displayTitlebar
true
to display header,false
if ac should not show header -
stylevariant
Deprecated.this parameter was deprecated (replaced by customizable user/client UI themes) and has no effect -
acceptTechnology
specify which technology the clients wants to access the application; one token (or several, separated by semicolon) - the server may chose to ignore this possible tokens are specific for each server technology, XNSG-Servers currently honor strings from the GUIInvocationTechnology enum (e.g.: VAADIN) ifnull
a default technology is chosen -
productname
Optional field, which may be set if productname differs from standard product name -
productShortName
Optional field, which may be set if productShortName differs from standard product name -
preferredWidth
Optional field, which may be set if preferred width of AF should be different from default. Preferred height may not be always applyable but wins against workstation settings. - not available for vaadin, invoker must open browser in correct way -
preferredHeight
Optional field, which may be set if preferred height of AF should be different from default. Preferred height may not be always applyable but wins against workstation settings. - not available for vaadin, invoker must open browser in correct way -
openToTray
Optional field, which may be set if application should be opened to tray (default:false
) - currently not available for vaadin, will be ignored
-
-
Constructor Details
-
ApplicationFacadeParmsDTO
public ApplicationFacadeParmsDTO()
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-