|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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. |
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
ExtensionDefinition of the for the given id.
getExtensionById in interface ExtensionRepositoryServiceid - the id to search by.
RiceIllegalArgumentException
public ExtensionDefinition getExtensionByName(String name)
throws RiceIllegalArgumentException
ExtensionDefinition of the for the given name.
getExtensionByName in interface ExtensionRepositoryServicename - the name to search by.
RiceIllegalArgumentExceptionpublic 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 | |||||||||