Uses of Interface
org.kuali.rice.kew.api.identity.Id

Packages that use Id
edu.sampleu.travel.workflow   
org.kuali.rice.ken.kew   
org.kuali.rice.kew.api.identity   
org.kuali.rice.kew.api.user   
org.kuali.rice.kew.rule   
org.kuali.rice.kew.workgroup   
 

Uses of Id in edu.sampleu.travel.workflow
 

Methods in edu.sampleu.travel.workflow that return types with arguments of type Id
protected  List<Id> EmployeeAttribute.resolveRecipients(RouteContext routeContext, QualifiedRoleName qualifiedRoleName)
           
 

Uses of Id in org.kuali.rice.ken.kew
 

Methods in org.kuali.rice.ken.kew that return types with arguments of type Id
protected  List<Id> ChannelReviewerRoleAttribute.resolveRecipients(RouteContext routeContext, QualifiedRoleName qualifiedRoleName)
          This looks at the reviewers list passed through from KEN and then resolves the individuals that need to actually approve the message.
 

Uses of Id in org.kuali.rice.kew.api.identity
 

Classes in org.kuali.rice.kew.api.identity that implement Id
 class EmployeeId
          The Employee ID of a Person in KIM
 class PrincipalId
          The primary ID of a Principal in KIM
 class PrincipalName
          The name of a Principal in KIM
 

Uses of Id in org.kuali.rice.kew.api.user
 

Subinterfaces of Id in org.kuali.rice.kew.api.user
 interface UserId
          A user's Id which has a String representable value.
 

Uses of Id in org.kuali.rice.kew.rule
 

Methods in org.kuali.rice.kew.rule that return Id
protected  Id WorkgroupRoleAttribute.resolveId(String id)
           
protected abstract  Id AbstractIdRoleAttribute.resolveId(String id)
           
protected  Id PrincipalIdRoleAttribute.resolveId(String id)
           
protected  Id NetworkIdRoleAttribute.resolveId(String id)
           
protected  Id UniversityIdRoleAttribute.resolveId(String id)
           
 

Methods in org.kuali.rice.kew.rule that return types with arguments of type Id
 List<Id> ResolvedQualifiedRole.getRecipients()
           
protected  List<Id> GenericRoleAttribute.resolveRecipients(RouteContext routeContext, QualifiedRoleName qualifiedRoleName)
          Template method for subclasses to implement
 

Method parameters in org.kuali.rice.kew.rule with type arguments of type Id
 void ResolvedQualifiedRole.setRecipients(List<Id> users)
           
 

Constructor parameters in org.kuali.rice.kew.rule with type arguments of type Id
ResolvedQualifiedRole(String qualifiedRoleLabel, List<Id> recipients)
           
ResolvedQualifiedRole(String qualifiedRoleLabel, List<Id> recipients, String annotation)
           
 

Uses of Id in org.kuali.rice.kew.workgroup
 

Subinterfaces of Id in org.kuali.rice.kew.workgroup
 interface GroupId
          A marker interface for Id implementations for groups.
 

Classes in org.kuali.rice.kew.workgroup that implement Id
 class GroupNameId
          A GroupId which identifies the name of a Workgroup.
 class WorkflowGroupId
          A GroupId which is a unique numerical identifier for a Workgroup.
 



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