Uses of Class
org.kuali.rice.kew.api.preferences.Preferences.Builder

Packages that use Preferences.Builder
org.kuali.rice.kew.api.preferences   
org.kuali.rice.kew.preferences.web   
 

Uses of Preferences.Builder in org.kuali.rice.kew.api.preferences
 

Methods in org.kuali.rice.kew.api.preferences that return Preferences.Builder
static Preferences.Builder Preferences.Builder.create()
           
static Preferences.Builder Preferences.Builder.create(Map<String,String> map, Map<String,String> documentTypeNotificationPreferences, boolean requiresSave)
           
static Preferences.Builder Preferences.Builder.create(PreferencesContract contract)
           
static Preferences.Builder Preferences.Builder.create(String emailNotification, String notifyPrimaryDelegation, String notifySecondaryDelegation, String openNewWindow, String showActionRequested, String showDateCreated, String showDocumentStatus, String showAppDocStatus, String showDocType, String showInitiator, String showDocTitle, String showWorkgroupRequest, String showDelegator, String showClearFyi, String pageSize, String refreshRate, String colorSaved, String colorInitiated, String colorDisapproved, String colorEnroute, String colorApproved, String colorFinal, String colorDissapproveCancel, String colorProcessed, String colorException, String colorCanceled, String delegatorFilter, String useOutbox, String showDateApproved, String showCurrentNode, String primaryDelegateFilter, String notifyAcknowledge, String notifyApprove, String notifyComplete, String notifyFYI, Map<String,String> documentTypeNotificationPreferences, boolean requiresSave)
           
 

Constructors in org.kuali.rice.kew.api.preferences with parameters of type Preferences.Builder
Preferences(Preferences.Builder builder)
           
 

Uses of Preferences.Builder in org.kuali.rice.kew.preferences.web
 

Methods in org.kuali.rice.kew.preferences.web that return Preferences.Builder
 Preferences.Builder PreferencesForm.getPreferences()
           
 

Methods in org.kuali.rice.kew.preferences.web with parameters of type Preferences.Builder
 void PreferencesForm.setPreferences(Preferences.Builder preferences)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.