Uses of Class
org.kuali.rice.kew.rule.bo.RuleAttribute
Packages that use RuleAttribute
Package
Description
-
Uses of RuleAttribute in org.kuali.rice.kew.doctype
Methods in org.kuali.rice.kew.doctype that return RuleAttributeMethods in org.kuali.rice.kew.doctype with parameters of type RuleAttributeModifier and TypeMethodDescriptionvoidDocumentTypeAttributeBo.setRuleAttribute(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.doctype.bo
Methods in org.kuali.rice.kew.doctype.bo that return RuleAttributeModifier and TypeMethodDescriptionDocumentType.getCustomActionListRuleAttribute()Returns the RuleAttribute for the action list attribute for this DocumentType.Methods in org.kuali.rice.kew.doctype.bo with parameters of type RuleAttributeModifier and TypeMethodDescriptionorg.kuali.rice.core.api.reflect.ObjectDefinitionDocumentType.getAttributeObjectDefinition(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.export
Methods in org.kuali.rice.kew.export that return types with arguments of type RuleAttribute -
Uses of RuleAttribute in org.kuali.rice.kew.role
Methods in org.kuali.rice.kew.role with parameters of type RuleAttributeModifier and TypeMethodDescriptionprotected org.kuali.rice.core.api.reflect.ObjectDefinitionRoleRouteModule.getAttributeObjectDefinition(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.rule.bo
Methods in org.kuali.rice.kew.rule.bo that return RuleAttributeModifier and TypeMethodDescriptionstatic RuleAttributeRuleAttribute.from(org.kuali.rice.kew.api.extension.ExtensionDefinition im) RuleTemplateAttributeBo.getRuleAttribute()Methods in org.kuali.rice.kew.rule.bo with parameters of type RuleAttributeModifier and TypeMethodDescriptionvoidRuleTemplateAttributeBo.setRuleAttribute(RuleAttribute ruleAttribute) static org.kuali.rice.kew.api.extension.ExtensionDefinitionRuleAttribute.to(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.rule.dao
Methods in org.kuali.rice.kew.rule.dao that return RuleAttributeModifier and TypeMethodDescriptionRuleAttributeDAO.findByName(String name) RuleAttributeDAO.findByRuleAttributeId(String ruleAttributeId) Methods in org.kuali.rice.kew.rule.dao that return types with arguments of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeDAO.findByClassName(String classname) RuleAttributeDAO.findByRuleAttribute(RuleAttribute ruleAttribute) RuleAttributeDAO.getAllRuleAttributes()Methods in org.kuali.rice.kew.rule.dao with parameters of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeDAO.findByRuleAttribute(RuleAttribute ruleAttribute) voidRuleAttributeDAO.save(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.rule.dao.impl
Methods in org.kuali.rice.kew.rule.dao.impl that return RuleAttributeModifier and TypeMethodDescriptionRuleAttributeDAOJpa.findByName(String name) RuleAttributeDAOJpa.findByRuleAttributeId(String ruleAttributeId) Methods in org.kuali.rice.kew.rule.dao.impl that return types with arguments of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeDAOJpa.findByClassName(String classname) RuleAttributeDAOJpa.findByRuleAttribute(RuleAttribute ruleAttribute) RuleAttributeDAOJpa.getAllRuleAttributes()Methods in org.kuali.rice.kew.rule.dao.impl with parameters of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeDAOJpa.findByRuleAttribute(RuleAttribute ruleAttribute) voidRuleAttributeDAOJpa.save(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.rule.service
Methods in org.kuali.rice.kew.rule.service that return RuleAttributeModifier and TypeMethodDescriptionRuleAttributeService.findByName(String name) RuleAttributeService.findByRuleAttributeId(String ruleAttributeId) Methods in org.kuali.rice.kew.rule.service that return types with arguments of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeService.findAll()RuleAttributeService.findByClassName(String className) RuleAttributeService.findByRuleAttribute(RuleAttribute ruleAttribute) Methods in org.kuali.rice.kew.rule.service with parameters of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeService.findByRuleAttribute(RuleAttribute ruleAttribute) RuleAttributeService.loadRuleAttributeService(RuleAttribute ruleAttribute) RuleAttributeService.loadRuleAttributeService(RuleAttribute ruleAttribute, String defaultApplicationId) voidRuleAttributeService.save(RuleAttribute ruleAttribute) -
Uses of RuleAttribute in org.kuali.rice.kew.rule.service.impl
Methods in org.kuali.rice.kew.rule.service.impl that return RuleAttributeModifier and TypeMethodDescriptionRuleAttributeServiceImpl.findByName(String name) RuleAttributeServiceImpl.findByRuleAttributeId(String ruleAttributeId) Methods in org.kuali.rice.kew.rule.service.impl that return types with arguments of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeServiceImpl.findAll()RuleAttributeServiceImpl.findByClassName(String className) RuleAttributeServiceImpl.findByRuleAttribute(RuleAttribute ruleAttribute) Methods in org.kuali.rice.kew.rule.service.impl with parameters of type RuleAttributeModifier and TypeMethodDescriptionRuleAttributeServiceImpl.findByRuleAttribute(RuleAttribute ruleAttribute) protected org.kuali.rice.core.api.reflect.ObjectDefinitionRuleAttributeServiceImpl.getAttributeObjectDefinition(RuleAttribute ruleAttribute, String defaultApplicationId) RuleAttributeServiceImpl.loadRuleAttributeService(RuleAttribute attribute) RuleAttributeServiceImpl.loadRuleAttributeService(RuleAttribute attribute, String defaultApplicationId) voidRuleAttributeServiceImpl.save(RuleAttribute ruleAttribute)