Uses of Interface
org.kuali.rice.kew.rule.WorkflowRuleAttribute

Packages that use WorkflowRuleAttribute
edu.sampleu.travel.workflow   
org.kuali.rice.ken.kew   
org.kuali.rice.kew.rule   
org.kuali.rice.kew.rule.bo   
org.kuali.rice.kew.rule.xmlrouting   
org.kuali.rice.krad.workflow.attribute   
 

Uses of WorkflowRuleAttribute in edu.sampleu.travel.workflow
 

Classes in edu.sampleu.travel.workflow that implement WorkflowRuleAttribute
 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 WorkflowRuleAttribute in org.kuali.rice.ken.kew
 

Classes in org.kuali.rice.ken.kew that implement WorkflowRuleAttribute
 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 WorkflowRuleAttribute in org.kuali.rice.kew.rule
 

Subinterfaces of WorkflowRuleAttribute in org.kuali.rice.kew.rule
 interface RoleAttribute
          A special type of attribute that is used exclusively for resolving abstract roles to concrete responsibilities (users and groups).
 interface WorkflowRuleSearchAttribute
          An interface which can be implemented by a WorkflowRuleAttribute implementation which allows a different List of Row objects to be returned for rendering on the rule lookup screen.
 

Classes in org.kuali.rice.kew.rule that implement WorkflowRuleAttribute
 class AbstractIdRoleAttribute
          A generic Role Attribute superclass that can be used to route to an ID.
 class AbstractRoleAttribute
          Abstract base class for RoleAttributes.
 class AbstractWorkflowAttribute
          Abstract base class for WorkflowRuleAttributes.
 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 RuleRoutingAttribute
          A WorkflowRuleAttribute which is used to route a rule based on the DocumentType of the rule which is created.
 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.
 

Uses of WorkflowRuleAttribute in org.kuali.rice.kew.rule.bo
 

Methods in org.kuali.rice.kew.rule.bo that return WorkflowRuleAttribute
 WorkflowRuleAttribute RuleTemplateAttributeBo.getWorkflowAttribute()
          Instantiates and returns a new instance of the WorkflowAttribute class configured on this template.
 

Uses of WorkflowRuleAttribute in org.kuali.rice.kew.rule.xmlrouting
 

Subinterfaces of WorkflowRuleAttribute in org.kuali.rice.kew.rule.xmlrouting
 interface GenericXMLRuleAttribute
          A WorkflowRuleAttribute which is configured via an XML definition.
 

Classes in org.kuali.rice.kew.rule.xmlrouting that implement WorkflowRuleAttribute
 class StandardGenericXMLRuleAttribute
          A generic WorkflowAttribute implementation that can be defined completely by XML.
 

Uses of WorkflowRuleAttribute in org.kuali.rice.krad.workflow.attribute
 

Classes in org.kuali.rice.krad.workflow.attribute that implement WorkflowRuleAttribute
 class KualiXmlRuleAttributeImpl
          This class extends the workflow xml rule attribute implementation to use the information in the data dictionary to generate labels.
 



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