Uses of Class
org.kuali.rice.kew.rule.AbstractWorkflowAttribute

Packages that use AbstractWorkflowAttribute
edu.sampleu.travel.workflow   
org.kuali.rice.ken.kew   
org.kuali.rice.kew.rule   
 

Uses of AbstractWorkflowAttribute in edu.sampleu.travel.workflow
 

Subclasses of AbstractWorkflowAttribute in edu.sampleu.travel.workflow
 class AccountAttribute
          Resolves FO's using the accounts associated with the document XPath xpath = KualiWorkflowUtils.getXPath(documentContent.getDocument()); List qualifiers = new ArrayList(); NodeList accountNums = (NodeList)xstreamSafeEval(xpath, "//edu.sampleu.travel.workflow.bo.TravelAccount/number", documentContent.getDocument(), XPathConstants.NODESET); for (int i = 0; i < accountNums.getLength(); i++) { Node accountNum = accountNums.item(i); String accuntNumVal = accountNum.getNodeValue(); }
 class DestinationRuleAttribute
           
 class EmployeeAttribute
          An attribute implementation that can resolve organizational roles
 

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

Subclasses of AbstractWorkflowAttribute in org.kuali.rice.ken.kew
 class ChannelReviewerRoleAttribute
          KEW RoleAttribute implementation that is responsible for encapsulating a list of users and groups which are reviewers for a Notification Channel.
 

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

Subclasses of AbstractWorkflowAttribute in org.kuali.rice.kew.rule
 class AbstractIdRoleAttribute
          A generic Role Attribute superclass that can be used to route to an ID.
 class AbstractRoleAttribute
          Abstract base class for RoleAttributes.
 class GenericRoleAttribute
          Generic base class that implements common functionality to simplify implementing a RoleAttribute.
 class GenericWorkflowAttribute
          Generic base class that implements common functionality to simplify implementing a WorkflowAttribute.
 class InitiatorRoleAttribute
          RoleAttribute that exposes an INITIATOR abstract role which resolves to the initiator of the document.
 class NetworkIdRoleAttribute
          A generic Role Attribute that can be used to route to a Network ID.
 class PrincipalIdRoleAttribute
          A generic Role Attribute that can be used to route to a Principal ID.
 class RoutedByUserRoleAttribute
          RoleAttribute that exposes a document's user who routed the document
 class UniversityIdRoleAttribute
          A generic Role Attribute that can be used to route to an Empl ID.
 class UnqualifiedRoleAttribute
          A simple base RoleAttribute implementation for roles that do not need to be qualified prior to resolution.
 class WorkgroupRoleAttribute
          A generic Role Attribute that can be used to route to a Workgroup Name.
 



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