|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.impl.extension.ExtensionRepositoryServiceImpl
public class ExtensionRepositoryServiceImpl
Reference implementation of the ExtensionRepositoryService
. This implementation
essentially sits on top of the legacy "RuleAttribute" service.
Method Summary | |
---|---|
ExtensionDefinition |
getExtensionById(String id)
Returns the ExtensionDefinition of the for the given id. |
ExtensionDefinition |
getExtensionByName(String name)
Returns the ExtensionDefinition of the for the given name. |
List<ExtensionDefinition> |
getExtensionsByResourceDescriptor(String resourceDescriptor)
Returns the ExtensionDefinition of the for the given resourceDescriptor. |
void |
setRuleAttributeService(RuleAttributeService ruleAttributeService)
Sets the rule attribute service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ExtensionDefinition getExtensionById(String id) throws RiceIllegalArgumentException
ExtensionRepositoryService
ExtensionDefinition
of the for the given id.
getExtensionById
in interface ExtensionRepositoryService
id
- the id to search by.
RiceIllegalArgumentException
- if id is null or blankpublic ExtensionDefinition getExtensionByName(String name) throws RiceIllegalArgumentException
ExtensionRepositoryService
ExtensionDefinition
of the for the given name.
getExtensionByName
in interface ExtensionRepositoryService
name
- the name to search by.
RiceIllegalArgumentException
- if name is null or blankpublic List<ExtensionDefinition> getExtensionsByResourceDescriptor(String resourceDescriptor) throws RiceIllegalArgumentException
ExtensionRepositoryService
ExtensionDefinition
of the for the given resourceDescriptor.
getExtensionsByResourceDescriptor
in interface ExtensionRepositoryService
resourceDescriptor
- the resourceDescriptor to search by.
RiceIllegalArgumentException
- if resourceDescriptor is null or blankpublic void setRuleAttributeService(RuleAttributeService ruleAttributeService)
ruleAttributeService
- the rule attribute service to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |