|
||||||||||
| 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. |
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
ExtensionRepositoryServiceExtensionDefinition of the for the given id.
getExtensionById in interface ExtensionRepositoryServiceid - the id to search by.
RiceIllegalArgumentException - if id is null or blank
public ExtensionDefinition getExtensionByName(String name)
throws RiceIllegalArgumentException
ExtensionRepositoryServiceExtensionDefinition of the for the given name.
getExtensionByName in interface ExtensionRepositoryServicename - the name to search by.
RiceIllegalArgumentException - if name is null or blank
public List<ExtensionDefinition> getExtensionsByResourceDescriptor(String resourceDescriptor)
throws RiceIllegalArgumentException
ExtensionRepositoryServiceExtensionDefinition of the for the given resourceDescriptor.
getExtensionsByResourceDescriptor in interface ExtensionRepositoryServiceresourceDescriptor - 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 | |||||||||