lumis.portal.progress
Class ProgressManager
java.lang.Object
lumis.portal.progress.ProgressManager
- All Implemented Interfaces:
- IProgressManager
public class ProgressManager
- extends java.lang.Object
- implements IProgressManager
Manager for Progress operations
- Since:
- 4.0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressManager
public ProgressManager()
addOrUpdate
public void addOrUpdate(ProgressConfig progressConfig)
throws ManagerException,
PortalException
- Specified by:
addOrUpdate
in interface IProgressManager
- Throws:
ManagerException
PortalException
deleteByProcessId
public void deleteByProcessId(java.lang.String processId)
throws ManagerException,
PortalException
- Specified by:
deleteByProcessId
in interface IProgressManager
- Throws:
ManagerException
PortalException
deleteExpired
public void deleteExpired(java.sql.Timestamp expirationDateTime)
throws ManagerException,
PortalException
- Specified by:
deleteExpired
in interface IProgressManager
- Throws:
ManagerException
PortalException
getByProcessId
public java.util.Collection<ProgressConfig> getByProcessId(java.lang.String processId,
java.sql.Timestamp startDateTime)
throws ManagerException,
PortalException
- Specified by:
getByProcessId
in interface IProgressManager
- Throws:
ManagerException
PortalException
getAbortedByProcessId
public boolean getAbortedByProcessId(java.lang.String processId)
throws ManagerException,
PortalException
- Specified by:
getAbortedByProcessId
in interface IProgressManager
- Throws:
ManagerException
PortalException
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.