public interface IProgressManager
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdate(ProgressConfig progressConfig) |
void |
deleteByProcessId(String processId) |
void |
deleteExpired(Timestamp expirationDateTime) |
boolean |
getAbortedByProcessId(String processId) |
Collection<ProgressConfig> |
getByProcessId(String processId,
Timestamp startDateTime) |
void addOrUpdate(ProgressConfig progressConfig) throws ManagerException, PortalException
ManagerException
PortalException
Collection<ProgressConfig> getByProcessId(String processId, Timestamp startDateTime) throws ManagerException, PortalException
ManagerException
PortalException
void deleteByProcessId(String processId) throws ManagerException, PortalException
ManagerException
PortalException
void deleteExpired(Timestamp expirationDateTime) throws ManagerException, PortalException
ManagerException
PortalException
boolean getAbortedByProcessId(String processId) throws ManagerException, PortalException
ManagerException
PortalException
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.