public class X4OPhaseManager extends Object
Constructor and Description |
---|
X4OPhaseManager(ElementLanguage elementLanguage)
Local package constuctor
|
Modifier and Type | Method and Description |
---|---|
void |
addX4OPhaseHandler(X4OPhaseHandler phase)
Adds an X4OPhaseHandler.
|
void |
doReleasePhaseManual() |
protected List<X4OPhaseHandler> |
getOrderedPhases()
Returns all the X4OPhaseHandlers in ordered list.
|
protected List<X4OPhaseHandler> |
getPhases()
Returns all the X4OPhaseHandlers.
|
void |
runPhases()
Runs all the phases in the right order.
|
void |
runPhasesForElement(Element e,
X4OPhase p) |
public X4OPhaseManager(ElementLanguage elementLanguage)
public void addX4OPhaseHandler(X4OPhaseHandler phase)
phase
- The X4OPhaseHandler to add.protected List<X4OPhaseHandler> getPhases()
protected List<X4OPhaseHandler> getOrderedPhases()
public void runPhases() throws X4OPhaseException
X4OPhaseException
public void runPhasesForElement(Element e, X4OPhase p) throws X4OPhaseException
X4OPhaseException
public void doReleasePhaseManual() throws X4OPhaseException
X4OPhaseException
Copyright © 2004-2012 X4O. All Rights Reserved.