|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomWorkflowActionFactory
Factory interface for producing custom workflow actions.
| Method Summary | |
|---|---|
CustomWorkflowAction |
getAction(java.lang.String actionName,
Document document)
Get an instance of the custom workflow action to execute. |
java.lang.String |
getActionDescription(java.util.Locale displayLocale,
java.lang.String actionName)
Get the description for the supplied action name |
java.lang.String[] |
getActionNames()
Get an array of action names supported by this factory. |
java.lang.String |
getActionTitle(java.util.Locale displayLocale,
java.lang.String actionName)
Get the display title for the supplied action name. |
java.lang.String |
getName()
Get the name for this factory. |
java.lang.String |
getTitle(java.util.Locale displayLocale)
Get the display title for this factory. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getTitle(java.util.Locale displayLocale)
displayLocale - Locale to display title
java.lang.String[] getActionNames()
java.lang.String getActionTitle(java.util.Locale displayLocale,
java.lang.String actionName)
displayLocale - Locale to display titleactionName - Action name
java.lang.String getActionDescription(java.util.Locale displayLocale,
java.lang.String actionName)
displayLocale - Locale to display the descriptionactionName - Action name
CustomWorkflowAction getAction(java.lang.String actionName,
Document document)
actionName - Action namedocument - Target document. Custom code must not modify this document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||