public class CleanUpUtil
extends java.lang.Object
| Constructor and Description |
|---|
CleanUpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanUpForInProgressWorkflows()
This method cleans up in-progress EDP workflows based on unfinished notifications in the Studio database.
|
static void |
cleanUpForOutstandingDatasets() |
static java.lang.String |
getUniqueServerId() |
static void |
handleFailure(Workflow event) |
static void |
handleSuccess(Workflow event) |
static void |
onFirstRequest()
Cleanup steps that should run once portal has fully started once the first servlet request arrives.
|
static void |
onPortalStartup()
Cleanup steps that should run while Portal is starting up.
|
public static void onPortalStartup()
public static void onFirstRequest()
public static java.lang.String getUniqueServerId()
public static void cleanUpForInProgressWorkflows()
throws java.io.IOException,
com.liferay.portal.PortalException,
com.liferay.portal.SystemException
java.io.IOExceptioncom.liferay.portal.PortalExceptioncom.liferay.portal.SystemExceptionpublic static void cleanUpForOutstandingDatasets()
throws java.lang.Exception
java.lang.Exceptionpublic static void handleSuccess(Workflow event)
public static void handleFailure(Workflow event)
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.