|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.generator.GeneratorCustomizer
org.openbp.cockpit.generator.process.ProcessCustomizer
public class ProcessCustomizer
Customizer class for process item generation.
| Field Summary | |
|---|---|
static java.lang.String |
PROCESS_TYPE
Generator property: Process type of the process |
static java.lang.String |
SKIN_NAME
Generator property: Skin name of the process |
| Constructor Summary | |
|---|---|
ProcessCustomizer()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getSettingsClass()
Returns the class of the generator settings used by this generator. |
boolean |
hasResultPage(GeneratorContext context)
Determines if the generator should display a result page. |
void |
processWizardEvent(GeneratorContext context,
WizardEvent event)
Processes a wizard event caused by a wizard page. |
void |
updateItemName(GeneratorContext context)
Updates the name of the visual item. |
void |
updateItemStructure(GeneratorContext context)
Updates the visual item before saving. |
| Methods inherited from class org.openbp.cockpit.generator.GeneratorCustomizer |
|---|
afterPageSequenceUpdate, beforePageSequenceUpdate, checkRequirements, createSettings, determineUniqueSuffix, evaluateFormat, getDependentSettingsClasses, getGenerator, getTemplateName, loadSettings, performProcess, postProcess, preProcess, saveSettings, setGenerator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROCESS_TYPE
public static final java.lang.String SKIN_NAME
| Constructor Detail |
|---|
public ProcessCustomizer()
| Method Detail |
|---|
public java.lang.Class getSettingsClass()
getSettingsClass in class GeneratorCustomizerpublic boolean hasResultPage(GeneratorContext context)
hasResultPage in class GeneratorCustomizercontext - Generator context
public void processWizardEvent(GeneratorContext context,
WizardEvent event)
processWizardEvent in class GeneratorCustomizercontext - Generator contextevent - Event to handlepublic void updateItemName(GeneratorContext context)
context - Generator contextpublic void updateItemStructure(GeneratorContext context)
context - Generator context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||