- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.db.DBProcess
- Direct Known Subclasses:
- BaseCompanySettingsVerifyProcess, VerifyAsset, VerifyAuditedModel, VerifyBlogs, VerifyBlogsTrackbacks, VerifyDB2, VerifyGroup, VerifyGroupedModel, VerifyLayout, VerifyMessageBoards, VerifyMySQL, VerifyOrganization, VerifyPermission, VerifyProcessSuite, VerifyProperties, VerifyRatings, VerifyResourceActions, VerifyResourcePermissions, VerifyRole, VerifySocial, VerifySQLServer, VerifyUser, VerifyUUID, VerifyWorkflow
public abstract class VerifyProcess
extends com.liferay.portal.kernel.dao.db.BaseDBProcess
This abstract class should be extended for startup processes that verify the
integrity of the database. They can be added as part of
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.
- Author:
- Alexander Chow, Hugo Huijser