ExtensionRepositoryService

Name ExtensionRepository
Version
Included Services  
Java Package org.kuali.rice.kew.api.extension

A service which is used for retrieving information about extensions to various
pieces of Kuali Enterprise Workflow.

Operations
Main Message Structures

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

Back to Operations

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

Back to Operations

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

Back to Operations