public class DataObjectDefinitionWorkflowAndSchedule
extends java.lang.Object
Constructor and Description |
---|
DataObjectDefinitionWorkflowAndSchedule() |
Modifier and Type | Method and Description |
---|---|
static void |
generateInsertafterActionToFile(DataObjectDefinition dataobject,
SourceGenerator sg,
Module module)
Generate the source code of the insert after action (for schedules)
|
static void |
generateRescheduleActionToFile(java.lang.String name,
SourceGenerator sg,
Module module)
Generate the source code of the reschedule action
|
static void |
generateRescheduleandShowPlanningActionToFile(java.lang.String name,
SourceGenerator sg,
Module module)
generate the reschedule and show planning action
|
static void |
generateShowPlanningActionToFile(java.lang.String name,
Schedule schedule,
SourceGenerator sg,
Module module)
generate show planning action
|
static void |
generateShowPlanningPageToFile(java.lang.String name,
Schedule schedule,
SourceGenerator sg,
Module module)
generate the show planning page to page
|
static void |
generateSimpleWorkflowCockpitActionToFile(java.lang.String name,
SourceGenerator sg,
Module module)
generate the workflow cockpit action
|
static void |
generateSimpleWorkflowCockpitPageToFile(java.lang.String name,
java.lang.String label,
SourceGenerator sg,
Module module)
generate the simple workflow cockpit page to file
|
static void |
generateTaskReassignActionToFile(java.lang.String name,
SourceGenerator sg,
Module module)
generate the task reassign to file
|
public DataObjectDefinitionWorkflowAndSchedule()
public static void generateRescheduleandShowPlanningActionToFile(java.lang.String name, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectsg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateShowPlanningActionToFile(java.lang.String name, Schedule schedule, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectschedule
- schedule propertysg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateSimpleWorkflowCockpitActionToFile(java.lang.String name, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectsg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateTaskReassignActionToFile(java.lang.String name, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectsg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateSimpleWorkflowCockpitPageToFile(java.lang.String name, java.lang.String label, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectlabel
- data object labelsg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateShowPlanningPageToFile(java.lang.String name, Schedule schedule, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectschedule
- schedule propertysg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateRescheduleActionToFile(java.lang.String name, SourceGenerator sg, Module module) throws java.io.IOException
name
- java name of the data objectsg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source codepublic static void generateInsertafterActionToFile(DataObjectDefinition dataobject, SourceGenerator sg, Module module) throws java.io.IOException
dataobject
- DataObjectDefinition the source code is generated forsg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source code