|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OSWorkflowConfigurator
Provides a way for JIRA to configure OSWorkflow TypeResolver classes.
| Method Summary | |
|---|---|
void |
registerTypeResolver(String className,
com.opensymphony.workflow.TypeResolver typeResolver)
Registers a TypeResolver for the given class. |
void |
unregisterTypeResolver(String className,
com.opensymphony.workflow.TypeResolver typeResolver)
Unregisters a TypeResolver from the given class. |
| Method Detail |
|---|
void registerTypeResolver(String className,
com.opensymphony.workflow.TypeResolver typeResolver)
TypeResolver for the given class. The last registered resolver against the class name will
take effect.
className - the class name.typeResolver - the resolver to register; should not be null.
void unregisterTypeResolver(String className,
com.opensymphony.workflow.TypeResolver typeResolver)
TypeResolver from the given class. This class will no longer be mapped to any resolvers.
className - the class name.typeResolver - the resolver to unregister; should not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||