Uses of Interface
org.kuali.rice.kew.routeheader.DocumentContent

Packages that use DocumentContent
edu.sampleu.travel.workflow   
org.kuali.rice.ken.kew   
org.kuali.rice.kew.engine   
org.kuali.rice.kew.routeheader   
org.kuali.rice.kew.rule   
org.kuali.rice.kew.rule.xmlrouting   
 

Uses of DocumentContent in edu.sampleu.travel.workflow
 

Methods in edu.sampleu.travel.workflow with parameters of type DocumentContent
 List<String> AccountAttribute.getQualifiedRoleNames(String roleName, DocumentContent documentContent)
           
protected  List<String> EmployeeAttribute.getRoleNameQualifiers(String roleName, DocumentContent documentContent)
           
 

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

Methods in org.kuali.rice.ken.kew with parameters of type DocumentContent
 List<String> ChannelReviewerRoleAttribute.getQualifiedRoleNames(String roleName, DocumentContent documentContent)
           
 boolean ChannelReviewerRoleAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
           
 

Uses of DocumentContent in org.kuali.rice.kew.engine
 

Methods in org.kuali.rice.kew.engine that return DocumentContent
 DocumentContent RouteContext.getDocumentContent()
           
 

Methods in org.kuali.rice.kew.engine with parameters of type DocumentContent
 void RouteContext.setDocumentContent(DocumentContent documentContent)
           
 

Uses of DocumentContent in org.kuali.rice.kew.routeheader
 

Classes in org.kuali.rice.kew.routeheader that implement DocumentContent
 class AttributeDocumentContent
          DocumentContent which is generated from a List of attributes.
 class StandardDocumentContent
          Standard implementation of DocumentContent which nows hows to parse a String that it's constructed with into content with the application, attribute, and searchable content sections.
 

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

Methods in org.kuali.rice.kew.rule with parameters of type DocumentContent
protected  List<QualifiedRoleName> GenericRoleAttribute.generateQualifiedRoleNames(String roleName, DocumentContent documentContent)
          Template method responsible for producing a list of QualifiedRoleName objects.
 List<String> RoleAttribute.getQualifiedRoleNames(String roleName, DocumentContent documentContent)
          Returns a String which represent the qualified role name of this role for the given roleName and docContent.
 List<String> AbstractIdRoleAttribute.getQualifiedRoleNames(String roleName, DocumentContent documentContent)
          Returns qualified role names based on IDs in the XML.
 List<String> UnqualifiedRoleAttribute.getQualifiedRoleNames(String roleName, DocumentContent documentContent)
          Returns a List containing only the roleName parameter; i.e.
 List<String> GenericRoleAttribute.getQualifiedRoleNames(String roleName, DocumentContent documentContent)
           
protected  List<String> GenericRoleAttribute.getRoleNameQualifiers(String roleName, DocumentContent documentContent)
          Template method responsible for producing qualifiers for a role name
 boolean RuleBaseValues.isMatch(DocumentContent docContent)
           
 boolean GenericWorkflowAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
           
 boolean RuleRoutingAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
           
 boolean AbstractRoleAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
           
 boolean GenericRoleAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
           
 boolean WorkflowRuleAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
          Returns true if this Attribute finds a match in the given DocContent.
 List<RuleRoutingAttribute> RuleRoutingAttribute.parseDocContent(DocumentContent docContent)
           
 

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

Methods in org.kuali.rice.kew.rule.xmlrouting with parameters of type DocumentContent
protected  List<String> StandardGenericXMLRuleAttribute.extractExpressionsToEvaluate(XPath xpath, DocumentContent docContent, List<RuleExtension> ruleExtensions)
          Extracts the xPath expressions that should be evaluated in order to determine whether or not the rule matches.
 boolean StandardGenericXMLRuleAttribute.isMatch(DocumentContent docContent, List<RuleExtension> ruleExtensions)
           
 



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