|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.upgrade.DropTableIfExistsStepHandler
public class DropTableIfExistsStepHandler
Drops a table if it exists. The table name should be as the value of the element table inside the step element.
Constructor Summary | |
---|---|
DropTableIfExistsStepHandler()
|
Method Summary | |
---|---|
org.w3c.dom.Node |
executeStep(SessionConfig sessionConfig,
org.w3c.dom.Node stepNode,
ITransaction transaction)
Executes a step in the upgrade process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DropTableIfExistsStepHandler()
Method Detail |
---|
public org.w3c.dom.Node executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction) throws PortalException
IStepHandler
executeStep
in interface IStepHandler
sessionConfig
- the user session information.stepNode
- the xml step definition node.transaction
- the transaction for persistence access.
PortalException
- if it was not possible to execute the step.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |