public abstract class TaskUserSelector
extends java.lang.Object
Constructor and Description |
---|
TaskUserSelector() |
Modifier and Type | Method and Description |
---|---|
abstract DataObjectDefinition |
getObjectForQuery() |
abstract void |
writeSelectorDeclaration(SourceGenerator sg,
Module module,
java.lang.String parentobjectclass,
java.lang.String lifecycleclass,
java.lang.String taskcodelowercase)
writes the code to define the user selector
|
public abstract DataObjectDefinition getObjectForQuery()
public abstract void writeSelectorDeclaration(SourceGenerator sg, Module module, java.lang.String parentobjectclass, java.lang.String lifecycleclass, java.lang.String taskcodelowercase) throws java.io.IOException
sg
- source generationmodule
- parent moduleparentobjectclass
- class of the parent data objectlifecycleclass
- class of the lifecycle of the parent data objecttaskcodelowercase
- the task code in lower casejava.io.IOException
- if anything bad happens while generating the code