|
||||||||||
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 |
---|
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 blankExtensionDefinition getExtensionByName(String name) throws RiceIllegalArgumentException
ExtensionDefinition
of the for the given name.
name
- the name to search by.
RiceIllegalArgumentException
- if name is null or blankList<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 |