Name | ExtensionRepository | |
---|---|---|
Version | ||
Included Services | ||
Java Package | org.kuali.rice.kew.api.extension |
Method | getExtensionById | ||
---|---|---|---|
Description | Returns the {@link ExtensionDefinition} of the {@Link RuleAttribute} for the given id. | ||
Parameters | String | id | the id to search by. |
Return | ExtensionDefinition | the extension definition found for the matching rule attribute service | |
Errors | RiceIllegalArgumentException | if id is null or blank |
Method | getExtensionByName | ||
---|---|---|---|
Description | Returns the {@link ExtensionDefinition} of the {@Link RuleAttribute} for the given name. | ||
Parameters | String | name | the name to search by. |
Return | ExtensionDefinition | the extension definition found for the matching rule attribute service | |
Errors | RiceIllegalArgumentException | if name is null or blank |
Method | getExtensionsByResourceDescriptor | ||
---|---|---|---|
Description | Returns the {@link ExtensionDefinition} of the {@Link RuleAttribute} for the given resourceDescriptor. | ||
Parameters | String | resourceDescriptor | the resourceDescriptor to search by. |
Return | ExtensionDefinitionList | the extension definition found for the matching rule attribute service | |
Errors | RiceIllegalArgumentException | if resourceDescriptor is null or blank |