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