| java.lang.Object com.liferay.portal.verify.VerifyProcess
All known Subclasses: com.liferay.portal.verify.VerifyDocumentLibrary, com.liferay.portal.verify.VerifyBlogs, com.liferay.portal.verify.VerifyImageGallery, com.liferay.portal.verify.VerifyBookmarks, com.liferay.portal.verify.VerifyProcessSuite, com.liferay.portal.verify.VerifyJournal, com.liferay.portal.verify.VerifyImage, com.liferay.portal.verify.VerifyWiki, com.liferay.portal.verify.VerifyMessageBoards, com.liferay.portal.verify.VerifyLucene,
VerifyProcess | abstract public class VerifyProcess (Code) | | This abstract class should be extended for startup processes that verify the
integrity of the database. They can be added as part of
com.liferay.portal.verify.VerifyProcessSuite or be executed
independently by being set in the portal.properties file. Each of these
processes should not cause any problems if run multiple times.
View Source
author: Alexander Chow |
Field Summary | |
final public static int | ALWAYS | final public static int | NEVER | final public static int | ONCE |
ALWAYS | final public static int ALWAYS(Code) | | |
NEVER | final public static int NEVER(Code) | | |
ONCE | final public static int ONCE(Code) | | |
VerifyProcess | public VerifyProcess()(Code) | | |
|
|