|
|||||||||
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.cle.process.ParentProcess | +--oracle.cle.process.DisplayGroup | +--oracle.clex.process.displaygroup.LoginGroup
This class implements the LoginGroup
Fields inherited from class oracle.cle.process.DisplayGroup |
dtdValidation, groupNavigationTable, PAGE_ID |
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 | |
LoginGroup(Service aService)
|
Method Summary | |
void |
buildTransitionTable(TransitionTable table)
Transition table for this process group. |
protected void |
registerProcesses()
Register processes of this process group. |
void |
start()
Starts process execution. |
Methods inherited from class oracle.cle.process.DisplayGroup |
clone, getGroupNavigationTable, loadFromXML, loadPreprocessingProcesses, main, registerInfo, setGroupNavigationTable, setServiceInitialState |
Methods inherited from class oracle.cle.process.ParentProcess |
addTransition, doSkip, getChildren, getEndStates, getInitialState, getSkipable, isReady, processParameters, processResults, registerProcess, setInitialState, setSkipable, skip |
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 |
Methods inherited from interface oracle.cle.process.Parent |
getInfo, getName, getParents |
Methods inherited from interface oracle.cle.process.Child |
getParameters, getParent, getParents, getResults, setParent |
Constructor Detail |
public LoginGroup(Service aService)
Method Detail |
public void start() throws TransitionConditionException
start
in class DisplayGroup
protected void registerProcesses()
registerProcesses
in class ParentProcess
public void buildTransitionTable(TransitionTable table)
buildTransitionTable
in class ParentProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |