|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.process.Process | +--oracle.cle.process.GenericProcess | +--oracle.clex.process.PageValueProvider | +--oracle.clex.tools.processgenerator.process.ProcessGeneratorValueProvider
This class provides dynamic content for pages when using CreateHTMLPage in the ProcessGenerator. This particular value provider is used for both dyanmic UI and generating the processes.
Fields inherited from class oracle.cle.process.GenericProcess |
parent |
Fields inherited from class oracle.cle.process.Process |
condition, DEBUG, endState, FAILURE, name, processes, service, stateMachine, SUCCESS, TRANSITION_CONDITION_FAILURE, TRANSITION_CONDITION_SUCCESS |
Constructor Summary | |
ProcessGeneratorValueProvider()
|
Method Summary | |
static java.lang.String |
convertKey(java.lang.String key)
Converts a sting to be used as a local variable. |
HTMLString |
getAvailableParameterConstants()
Produces an HTML table that displays the interface name, parameter name and object type of the parameter. |
HTMLString |
getAvailableResultConstants()
Produces an HTML table that displays the interface name, result name and object type of the result. |
HTMLString |
getClassValue()
Returns HTML String of the Class name |
HTMLString |
getHandlerFactory()
This method generates the code for instantiating a handler. |
HTMLString |
getImports()
Used for the generation of the imports necessary for the completion of the process. |
HTMLString |
getPackageValue()
creates a string to define the package in the generated class |
HTMLString |
getParameterInfo()
Creates code for parameters stored for generating in the process and defined in the registerInfo method |
HTMLString |
getParameterVariables()
Used to generated local variables in the start method. |
HTMLString |
getProcessesTable()
This method creates a table of the available methods for generation. |
HTMLString |
getProcessStaticConstants()
Create the static constants defined for the process being generated |
HTMLString |
getResultsInfo()
Used to generate results for the registerInfo method of any of the generated processes |
HTMLString |
getStoredParameters()
Produces a table of the parameters that have been selected and stored for later generation. |
HTMLString |
getStoredResults()
Produces a table of the results that have been selected and stored for later generation. |
HTMLString |
getVariables(java.util.Hashtable results)
Used to generated local variables in the start method. |
static void |
main(java.lang.String[] args)
|
void |
registerInfo()
This method registers info used within this class to generate content |
Methods inherited from class oracle.clex.process.PageValueProvider |
getPageId |
Methods inherited from class oracle.cle.process.Process |
addCondition, addProcess, cloneProcess, debug, generateFailureCondition, generateSuccessCondition, getClassname, getCondition, getConditions, getIconName, getImageName, getName, getProcesses, getProcessNamed, getStateMachine, hashCode, isEndState, removeCondition, removeCondition, reportException, returnCondition, setCondition, setCondition, setEndState, setName, setService, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessGeneratorValueProvider()
Method Detail |
public void registerInfo()
registerInfo
in class GenericProcess
public HTMLString getAvailableResultConstants()
public HTMLString getAvailableParameterConstants()
public HTMLString getProcessesTable()
public HTMLString getStoredResults()
public HTMLString getStoredParameters()
public HTMLString getImports()
public HTMLString getHandlerFactory()
public HTMLString getResultsInfo()
public HTMLString getParameterVariables()
public HTMLString getVariables(java.util.Hashtable results)
public HTMLString getParameterInfo()
public static java.lang.String convertKey(java.lang.String key)
public HTMLString getProcessStaticConstants()
public HTMLString getPackageValue()
public HTMLString getClassValue()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |