Uses of Interface
org.kuali.rice.kew.api.action.ActionItemContract

Packages that use ActionItemContract
org.kuali.rice.kew.actionitem   
org.kuali.rice.kew.api.action Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.mail.service.impl   
 

Uses of ActionItemContract in org.kuali.rice.kew.actionitem
 

Classes in org.kuali.rice.kew.actionitem that implement ActionItemContract
 class ActionItemActionListExtension
          Alternate model object for action list fetches that do not automatically use ojb collections.
 class OutboxItemActionListExtension
          Outbox item.
 

Uses of ActionItemContract in org.kuali.rice.kew.api.action
 

Classes in org.kuali.rice.kew.api.action that implement ActionItemContract
 class ActionItem
           
static class ActionItem.Builder
          A builder which can be used to construct ActionItem instances.
 

Methods in org.kuali.rice.kew.api.action with parameters of type ActionItemContract
static ActionItem.Builder ActionItem.Builder.create(ActionItemContract contract)
           
 

Uses of ActionItemContract in org.kuali.rice.kew.mail.service.impl
 

Methods in org.kuali.rice.kew.mail.service.impl with parameters of type ActionItemContract
protected  boolean ActionListEmailServiceImpl.checkEmailNotificationPreferences(ActionItemContract actionItem, Preferences preferences, String emailSetting)
          This method takes in a type of email which is being sent, an action item which is being checked and a user's preferences and it checks to see if the action item should be included in the given kind of email based on the user's preferences.
 



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