Uses of Class
de.starface.integration.uci.java.v30.types.RedirectSetting

Packages that use RedirectSetting
de.starface.integration.uci.java.v30.messages.events This package contains the events that the UCI client implementation can receive from STARFACE. 
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
 

Uses of RedirectSetting in de.starface.integration.uci.java.v30.messages.events
 

Method parameters in de.starface.integration.uci.java.v30.messages.events with type arguments of type RedirectSetting
 void UciRedirectEvents.redirectSettingsChanged(List<RedirectSetting> redirectSettings)
          This event allows the UCI client to get informed when the state or number of the redirect settings change.
 

Uses of RedirectSetting in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type RedirectSetting
 List<RedirectSetting> UciRedirectRequests.getRedirectSettings(RedirectSettingType typeRestriction, String groupRestriction, RedirectSettingProperties orderProperty, OrderDirection orderDirection)
          Retrieve the redirect settings for the current user.
 List<RedirectSetting> UciFunctionKeyRequests.getRedirectSettingsForKey(String functionKeyId)
          This request allows the UCI client to query which redirect always settings have been activated by the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
 

Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type RedirectSetting
 void UciRedirectRequests.setRedirectSetting(RedirectSetting redirectSetting)
          Save the given redirect setting.
 

Method parameters in de.starface.integration.uci.java.v30.messages.requests with type arguments of type RedirectSetting
 void UciRedirectRequests.setRedirectSettings(List<RedirectSetting> redirectSettings)
          Save the given redirect settings.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.