Liferay 7.0-ce-b4

com.liferay.portal.verify
Class VerifyWorkflow

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBProcess
      extended by com.liferay.portal.verify.VerifyProcess
          extended by com.liferay.portal.verify.VerifyWorkflow
All Implemented Interfaces:
DBProcess

public class VerifyWorkflow
extends VerifyProcess


Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
connection
 
Constructor Summary
VerifyWorkflow()
           
 
Method Summary
protected  void deleteOrphaned()
           
protected  void deleteOrphaned(String tableName, String orphanedTableName, String orphanedColumnName)
           
protected  void doVerify()
           
protected  String[][] getOrphanedAttachedModels()
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verify
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
doHasTable, hasColumn, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyWorkflow

public VerifyWorkflow()
Method Detail

deleteOrphaned

protected void deleteOrphaned()
                       throws Exception
Throws:
Exception

deleteOrphaned

protected void deleteOrphaned(String tableName,
                              String orphanedTableName,
                              String orphanedColumnName)
                       throws Exception
Throws:
Exception

doVerify

protected void doVerify()
                 throws Exception
Overrides:
doVerify in class VerifyProcess
Throws:
Exception

getOrphanedAttachedModels

protected String[][] getOrphanedAttachedModels()

Liferay 7.0-ce-b4