Interface BPMFailureService
- All Known Implementing Classes:
BPMFailureServiceImpl
public interface BPMFailureService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidarchiveFlowNodeFailures(long flowNodeInstanceId, long archiveDate) voidarchiveProcessInstanceFailures(long processInstanceId, long archiveDate) createFlowNodeFailure(SFlowNodeInstance flowNodeInstance, BPMFailureService.Failure failure) createProcessInstanceFailure(SProcessInstance processInstance, BPMFailureService.Failure failure) voiddeleteArchivedFlowNodeFailures(List<Long> flowNodeInstanceIds) voiddeleteArchivedProcessInstanceFailures(List<Long> processInstanceIds) voiddeleteFlowNodeFailures(long flowNodeInstanceId) voiddeleteProcessInstanceFailures(long processInstanceId) getArchivedChildProcessInstancesFailures(long rootProcessInstanceId, int maxResults) getArchivedFlowNodeFailures(long flowNodeInstanceId, int maxResults) getArchivedProcessInstanceFailures(long processInstanceId, int maxResults) getChildProcessInstancesFailures(long rootProcessInstanceId, int maxResults) getFlowNodeFailures(long flowNodeInstanceId, int maxResults) getProcessInstanceFailures(long processInstanceId, int maxResults)
-
Method Details
-
createFlowNodeFailure
SBPMFailure createFlowNodeFailure(SFlowNodeInstance flowNodeInstance, BPMFailureService.Failure failure) throws SPersistenceException - Throws:
SPersistenceException
-
getFlowNodeFailures
List<SBPMFailure> getFlowNodeFailures(long flowNodeInstanceId, int maxResults) throws SBonitaReadException - Throws:
SBonitaReadException
-
archiveFlowNodeFailures
- Throws:
SBonitaException
-
deleteFlowNodeFailures
- Throws:
SBonitaException
-
deleteArchivedFlowNodeFailures
- Throws:
SBonitaException
-
getArchivedFlowNodeFailures
List<SABPMFailure> getArchivedFlowNodeFailures(long flowNodeInstanceId, int maxResults) throws SBonitaReadException - Throws:
SBonitaReadException
-
createProcessInstanceFailure
SBPMFailure createProcessInstanceFailure(SProcessInstance processInstance, BPMFailureService.Failure failure) throws SPersistenceException - Throws:
SPersistenceException
-
getProcessInstanceFailures
List<SBPMFailure> getProcessInstanceFailures(long processInstanceId, int maxResults) throws SBonitaReadException - Throws:
SBonitaReadException
-
archiveProcessInstanceFailures
void archiveProcessInstanceFailures(long processInstanceId, long archiveDate) throws SBonitaException - Throws:
SBonitaException
-
deleteProcessInstanceFailures
- Throws:
SBonitaException
-
deleteArchivedProcessInstanceFailures
- Throws:
SBonitaException
-
getArchivedProcessInstanceFailures
List<SABPMFailure> getArchivedProcessInstanceFailures(long processInstanceId, int maxResults) throws SBonitaReadException - Throws:
SBonitaReadException
-
getChildProcessInstancesFailures
List<SBPMFailure> getChildProcessInstancesFailures(long rootProcessInstanceId, int maxResults) throws SBonitaReadException - Throws:
SBonitaReadException
-
getArchivedChildProcessInstancesFailures
List<SABPMFailure> getArchivedChildProcessInstancesFailures(long rootProcessInstanceId, int maxResults) throws SBonitaReadException - Throws:
SBonitaReadException
-