|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtensionRepositoryService
A service which is used for retrieving information about extensions to various pieces of Kuali Enterprise Workflow.
| 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. |
| Method Detail |
|---|
@Cacheable(value="http://rice.kuali.org/kew/v2_0/ExtensionDefinitionType",
key="\'id=\' + #p0")
ExtensionDefinition getExtensionById(String id)
throws RiceIllegalArgumentException
ExtensionDefinition of the for the given id.
id - the id to search by.
RiceIllegalArgumentException - if id is null or blank
@Cacheable(value="http://rice.kuali.org/kew/v2_0/ExtensionDefinitionType",
key="\'name=\' + #p0")
ExtensionDefinition getExtensionByName(String name)
throws RiceIllegalArgumentException
ExtensionDefinition of the for the given name.
name - the name to search by.
RiceIllegalArgumentException - if name is null or blank
@Cacheable(value="http://rice.kuali.org/kew/v2_0/ExtensionDefinitionType",
key="\'resourceDescriptor=\' + #p0")
List<ExtensionDefinition> getExtensionsByResourceDescriptor(String resourceDescriptor)
throws RiceIllegalArgumentException
ExtensionDefinition of the for the given resourceDescriptor.
resourceDescriptor - the resourceDescriptor to search by.
RiceIllegalArgumentException - if resourceDescriptor is null or blank
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||