Uses of Class
org.alfresco.repo.admin.patch.impl.SchemaUpgradeScriptPatch
Packages that use SchemaUpgradeScriptPatch
-
Uses of SchemaUpgradeScriptPatch in org.alfresco.repo.domain.schema
Methods in org.alfresco.repo.domain.schema with parameters of type SchemaUpgradeScriptPatchModifier and TypeMethodDescriptionvoidSchemaBootstrap.addPostUpdateScriptPatch(SchemaUpgradeScriptPatch scriptPatch) Register a new SQL-based patch for consideration against the instance (after Hibernate execution)voidSchemaBootstrap.addPreUpdateScriptPatch(SchemaUpgradeScriptPatch scriptPatch) Register a new SQL-based patch for consideration against the instance (before Hibernate execution)voidSchemaBootstrap.addUpdateActivitiScriptPatch(SchemaUpgradeScriptPatch scriptPatch) Register a new SQL-based patch for consideration against the Activiti instanceMethod parameters in org.alfresco.repo.domain.schema with type arguments of type SchemaUpgradeScriptPatchModifier and TypeMethodDescriptionvoidSchemaBootstrapRegistration.setPostUpdateScriptPatches(List<SchemaUpgradeScriptPatch> postUpdateScriptPatches) voidSchemaBootstrapRegistration.setPreUpdateScriptPatches(List<SchemaUpgradeScriptPatch> preUpdateScriptPatches) voidSchemaBootstrapRegistration.setUpdateActivitiScriptPatches(List<SchemaUpgradeScriptPatch> updateActivitiScriptPatches)