Uses of Class
de.starface.integration.uci.java.v30.values.RedirectSettingType

Packages that use RedirectSettingType
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
de.starface.integration.uci.java.v30.types This package contains the entity types that are transferred using the UCI service interfaces 
de.starface.integration.uci.java.v30.values This package contains the enumerations holding the String constants for values and property names used for the UCI messages. 
 

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

Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type RedirectSettingType
 List<RedirectSetting> UciRedirectRequests.getRedirectSettings(RedirectSettingType typeRestriction, String groupRestriction, RedirectSettingProperties orderProperty, OrderDirection orderDirection)
          Retrieve the redirect settings for the current user.
 

Uses of RedirectSettingType in de.starface.integration.uci.java.v30.types
 

Methods in de.starface.integration.uci.java.v30.types that return RedirectSettingType
 RedirectSettingType RedirectSetting.getType()
           
 

Methods in de.starface.integration.uci.java.v30.types with parameters of type RedirectSettingType
 void RedirectSetting.setType(RedirectSettingType type)
           
 

Uses of RedirectSettingType in de.starface.integration.uci.java.v30.values
 

Methods in de.starface.integration.uci.java.v30.values that return RedirectSettingType
static RedirectSettingType RedirectSettingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RedirectSettingType[] RedirectSettingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.