Class ExtensionRepositoryServiceImpl
java.lang.Object
org.kuali.rice.kew.impl.extension.ExtensionRepositoryServiceImpl
- All Implemented Interfaces:
ExtensionRepositoryService
Reference implementation of the
ExtensionRepositoryService. This implementation
essentially sits on top of the legacy "RuleAttribute" service.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptiongetExtensionByName(String name) getExtensionsByResourceDescriptor(String resourceDescriptor) voidsetRuleAttributeService(RuleAttributeService ruleAttributeService) Sets the rule attribute service.
-
Method Details
-
getExtensionById
- Specified by:
getExtensionByIdin interfaceExtensionRepositoryService- Throws:
RiceIllegalArgumentException
-
getExtensionByName
- Specified by:
getExtensionByNamein interfaceExtensionRepositoryService- Throws:
RiceIllegalArgumentException
-
getExtensionsByResourceDescriptor
public List<ExtensionDefinition> getExtensionsByResourceDescriptor(String resourceDescriptor) throws RiceIllegalArgumentException - Specified by:
getExtensionsByResourceDescriptorin interfaceExtensionRepositoryService- Throws:
RiceIllegalArgumentException
-
setRuleAttributeService
Sets the rule attribute service.- Parameters:
ruleAttributeService- the rule attribute service to set.
-