Uses of Class
org.kuali.rice.kew.rule.bo.RuleTemplateAttributeBo
Packages that use RuleTemplateAttributeBo
Package
Description
-
Uses of RuleTemplateAttributeBo in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return RuleTemplateAttributeBoMethods in org.kuali.rice.kew.rule with parameters of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionList<org.kuali.rice.kew.api.rule.RoleName> WorkflowRuleAttributeMediator.getRoleNames(RuleTemplateAttributeBo ruleTemplateAttribute) Returns the list of role names as defined on theRoleAttributedefined by the given rule template attribute.List<org.kuali.rice.kew.api.rule.RoleName> WorkflowRuleAttributeMediatorImpl.getRoleNames(RuleTemplateAttributeBo ruleTemplateAttribute) WorkflowRuleAttributeMediator.getRoutingDataRows(Map<String, String> parameters, RuleTemplateAttributeBo ruleTemplateAttribute) Equivalent toWorkflowRuleAttributeMediator.getRoutingDataRows(java.util.Map, org.kuali.rice.kew.rule.bo.RuleTemplateAttributeBo)but takes aRuleTemplateAttributeBoinstead of aRuleTemplateAttribute.WorkflowRuleAttributeMediatorImpl.getRoutingDataRows(Map<String, String> parameters, RuleTemplateAttributeBo ruleTemplateAttribute) WorkflowRuleAttributeMediator.getRuleRows(Map<String, String> parameters, RuleTemplateAttributeBo ruleTemplateAttribute) Equivalent toWorkflowRuleAttributeMediator.getRuleRows(java.util.Map, org.kuali.rice.kew.rule.bo.RuleTemplateAttributeBo)but takes aRuleTemplateAttributeBoinstead of aRuleTemplateAttribute.WorkflowRuleAttributeMediatorImpl.getRuleRows(Map<String, String> parameters, RuleTemplateAttributeBo ruleTemplateAttribute) voidRuleExtensionBo.setRuleTemplateAttribute(RuleTemplateAttributeBo ruleTemplateAttribute) -
Uses of RuleTemplateAttributeBo in org.kuali.rice.kew.rule.bo
Methods in org.kuali.rice.kew.rule.bo that return RuleTemplateAttributeBoModifier and TypeMethodDescriptionRuleTemplateBo.getRuleTemplateAttribute(int index) RuleTemplateBo.getRuleTemplateAttribute(RuleTemplateAttributeBo ruleTemplateAttribute) Methods in org.kuali.rice.kew.rule.bo that return types with arguments of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionRuleTemplateBo.getActiveRuleTemplateAttributes()Returns a List of only the active RuleTemplateAttributes on the RuleTemplate sorted according to display order (ascending).RuleTemplateBo.getRuleTemplateAttributes()Methods in org.kuali.rice.kew.rule.bo with parameters of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionintRuleTemplateAttributeBo.compareTo(RuleTemplateAttributeBo ruleTemplateAttribute) booleanRuleTemplateBo.containsActiveRuleTemplateAttribute(RuleTemplateAttributeBo templateAttribute) booleanRuleTemplateBo.containsRuleTemplateAttribute(RuleTemplateAttributeBo templateAttribute) RuleTemplateBo.getRuleTemplateAttribute(RuleTemplateAttributeBo ruleTemplateAttribute) Method parameters in org.kuali.rice.kew.rule.bo with type arguments of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionvoidRuleTemplateBo.setActiveRuleTemplateAttributes(List<RuleTemplateAttributeBo> ruleTemplateAttributes) This is implemented to allow us to use this collection on the inquiry for RuleTemplate.voidRuleTemplateBo.setRuleTemplateAttributes(List<RuleTemplateAttributeBo> ruleTemplateAttributes) -
Uses of RuleTemplateAttributeBo in org.kuali.rice.kew.rule.service
Methods in org.kuali.rice.kew.rule.service that return RuleTemplateAttributeBoModifier and TypeMethodDescriptionRuleTemplateService.findByRuleTemplateAttributeId(String ruleTemplateAttributeId) Methods in org.kuali.rice.kew.rule.service with parameters of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionvoidRuleTemplateService.save(RuleTemplateAttributeBo ruleTemplateAttribute) -
Uses of RuleTemplateAttributeBo in org.kuali.rice.kew.rule.service.impl
Methods in org.kuali.rice.kew.rule.service.impl that return RuleTemplateAttributeBoModifier and TypeMethodDescriptionRuleTemplateServiceImpl.findByRuleTemplateAttributeId(String ruleTemplateAttributeId) Methods in org.kuali.rice.kew.rule.service.impl with parameters of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionvoidRuleTemplateServiceImpl.save(RuleTemplateAttributeBo ruleTemplateAttribute) -
Uses of RuleTemplateAttributeBo in org.kuali.rice.kew.rule.web
Methods in org.kuali.rice.kew.rule.web with parameters of type RuleTemplateAttributeBoModifier and TypeMethodDescriptionstatic List<org.kuali.rice.kns.web.ui.Row> WebRuleUtils.transformAndPopulateAttributeRows(List<org.kuali.rice.kns.web.ui.Row> attributeRows, RuleTemplateAttributeBo ruleTemplateAttribute, RuleBaseValues rule, Map<String, String> fieldNameMap, boolean delegateRule) Processes the Fields on the various attributes Rows to assign an appropriate field name to them so that the field name rendered in the maintenance HTML will properly assign the value to RuleBaseValues.fieldValues.