org.bonitasoft.engine.core.process.instance.event.impl
public class SEventInstanceServiceImpl extends FlowNodeInstanceServiceImpl implements org.bonitasoft.engine.core.process.instance.api.event.EventInstanceService
EVENT_INSTANCE, EVENT_TRIGGER_INSTANCE, EVENT_VISIBILITY_MAPPING, MESSAGE_INSTANCEACTIVITY_INSTANCE_TOKEN_COUNT, ACTIVITYINSTANCE_DISPLAY_DESCRIPTION, ACTIVITYINSTANCE_DISPLAY_DESCRIPTION_MODIFIED, ACTIVITYINSTANCE_DISPLAY_NAME, ACTIVITYINSTANCE_STATE, ARCHIVED_FLOWNODE_INSTANCE, EXECUTED_BY_DELEGATE_MODIFIED, EXECUTED_BY_MODIFIED, EXPECTED_END_DATE_MODIFIED, FLOWNODE_INSTANCE, LOOPINSTANCE_LOOPMAX_MODIFIED, MULTIINSTANCE_LOOPCARDINALITY_MODIFIED, MULTIINSTANCE_NUMBEROFINSTANCE_MODIFIED, STATE_CATEGORY| Constructor and Description |
|---|
SEventInstanceServiceImpl(org.bonitasoft.engine.recorder.Recorder recorder,
org.bonitasoft.engine.persistence.ReadPersistenceService persistenceRead,
org.bonitasoft.engine.events.EventService eventService,
org.bonitasoft.engine.services.QueriableLoggerService queriableLoggerService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
createEventInstance(org.bonitasoft.engine.core.process.instance.model.event.SEventInstance eventInstance) |
void |
createEventTriggerInstance(org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance eventTriggerInstance) |
void |
createMessageInstance(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance) |
void |
createWaitingEvent(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent) |
void |
deleteEventTriggerInstance(org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance eventTriggerInstance) |
void |
deleteEventTriggerInstances(long eventInstanceId) |
void |
deleteMessageInstance(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance) |
void |
deleteWaitingEvent(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent) |
void |
deleteWaitingEvents(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
List<org.bonitasoft.engine.core.process.instance.model.event.SBoundaryEventInstance> |
getActivityBoundaryEventInstances(long activityInstanceId) |
org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingErrorEvent |
getBoundaryWaitingErrorEvent(long relatedActivityInstanceId,
String errorCode) |
org.bonitasoft.engine.core.process.instance.model.event.SEventInstance |
getEventInstance(long eventInstanceId) |
List<org.bonitasoft.engine.core.process.instance.model.event.SEventInstance> |
getEventInstances(long rootContainerId,
int fromIndex,
int maxResults,
String fieldName,
org.bonitasoft.engine.persistence.OrderByType orderByType) |
org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance |
getEventTriggerInstance(long eventTriggerInstanceId) |
List<org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> |
getEventTriggerInstances(long eventInstanceId) |
List<org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> |
getEventTriggerInstances(long eventInstanceId,
int fromIndex,
int maxResults,
String fieldName,
org.bonitasoft.engine.persistence.OrderByType orderByType) |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance> |
getInProgressMessageInstances() |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent> |
getInProgressWaitingMessageEvents() |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageEventCouple> |
getMessageEventCouples() |
org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance |
getMessageInstance(long messageInstanceId) |
long |
getNumberOfEventTriggerInstances(Class<? extends org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> entityClass,
org.bonitasoft.engine.persistence.QueryOptions countOptions) |
long |
getNumberOfWaitingEvents(Class<? extends org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent> entityClass,
org.bonitasoft.engine.persistence.QueryOptions countOptions) |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent> |
getStartWaitingEvents(long processDefinitionId) |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance> |
getThrownMessages(String messageName,
String targetProcess,
String targetFlowNode) |
org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent |
getWaitingEvent(Long waitingEvent) |
org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent |
getWaitingMessage(long waitingMessageId) |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent> |
getWaitingMessages(String messageName,
String processName,
String flowNodeName) |
List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingSignalEvent> |
getWaitingSignalEvents(String signalName) |
<T extends org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> |
searchEventTriggerInstances(Class<T> entityClass,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
<T extends org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent> |
searchWaitingEvents(Class<T> entityClass,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
void |
updateMessageInstance(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor) |
void |
updateWaitingMessage(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent waitingMessageEvent,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor) |
deleteArchivedFlowNodeInstance, deleteFlowNodeInstance, getActiveFlowNodes, getArchivedFlowNodeInstance, getArchivedFlowNodeInstances, getEventService, getFlowNodeInstance, getFlowNodeInstances, getFlowNodeInstancesToRestart, getLogger, getNumberOfArchivedFlowNodeInstances, getNumberOfFlowNodeInstances, getPersistenceRead, getQueriableLog, getRecorder, getUnmodifiableList, initializeLogBuilder, searchArchivedFlowNodeInstances, searchFlowNodeInstances, setExecutedBy, setExecutedByDelegate, setExecuting, setExpectedEndDate, setState, setStateCategory, setTaskPriority, updateDisplayDescription, updateDisplayName, updateFlowNode, updateLogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteArchivedFlowNodeInstance, deleteFlowNodeInstance, getActiveFlowNodes, getArchivedFlowNodeInstance, getArchivedFlowNodeInstances, getFlowNodeInstance, getFlowNodeInstances, getFlowNodeInstancesToRestart, getNumberOfArchivedFlowNodeInstances, getNumberOfFlowNodeInstances, searchArchivedFlowNodeInstances, searchFlowNodeInstances, setExecutedBy, setExecutedByDelegate, setExecuting, setExpectedEndDate, setState, setStateCategory, setTaskPriority, updateDisplayDescription, updateDisplayNamepublic SEventInstanceServiceImpl(org.bonitasoft.engine.recorder.Recorder recorder,
org.bonitasoft.engine.persistence.ReadPersistenceService persistenceRead,
org.bonitasoft.engine.events.EventService eventService,
org.bonitasoft.engine.services.QueriableLoggerService queriableLoggerService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger)
public void createEventInstance(org.bonitasoft.engine.core.process.instance.model.event.SEventInstance eventInstance)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceCreationException
createEventInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceCreationExceptionpublic org.bonitasoft.engine.core.process.instance.model.event.SEventInstance getEventInstance(long eventInstanceId)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceNotFoundException,
org.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceReadException
getEventInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceNotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.SEventInstance> getEventInstances(long rootContainerId, int fromIndex, int maxResults, String fieldName, org.bonitasoft.engine.persistence.OrderByType orderByType) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceReadException
getEventInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.SBoundaryEventInstance> getActivityBoundaryEventInstances(long activityInstanceId) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceReadException
getActivityBoundaryEventInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.SEventInstanceReadExceptionpublic void createEventTriggerInstance(org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance eventTriggerInstance)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceCreationException
createEventTriggerInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceCreationExceptionpublic org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance getEventTriggerInstance(long eventTriggerInstanceId)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceNotFoundException,
org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getEventTriggerInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceNotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> getEventTriggerInstances(long eventInstanceId, int fromIndex, int maxResults, String fieldName, org.bonitasoft.engine.persistence.OrderByType orderByType) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getEventTriggerInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> getEventTriggerInstances(long eventInstanceId) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getEventTriggerInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic void createWaitingEvent(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventCreationException
createWaitingEvent in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventCreationExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance> getThrownMessages(String messageName, String targetProcess, String targetFlowNode) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getThrownMessages in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent> getWaitingMessages(String messageName, String processName, String flowNodeName) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getWaitingMessages in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic void createMessageInstance(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceCreationException
createMessageInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceCreationExceptionpublic void deleteMessageInstance(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageModificationException
deleteMessageInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageModificationExceptionpublic void deleteWaitingEvent(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent waitingEvent)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventModificationException
deleteWaitingEvent in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventModificationExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageEventCouple> getMessageEventCouples() throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getMessageEventCouples in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent getWaitingMessage(long waitingMessageId)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventNotFoundException,
org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadException
getWaitingMessage in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventNotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadExceptionpublic org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance getMessageInstance(long messageInstanceId)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceNotFoundException,
org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceReadException
getMessageInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceNotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceReadExceptionpublic void updateWaitingMessage(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent waitingMessageEvent,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventModificationException
updateWaitingMessage in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventModificationExceptionpublic void updateMessageInstance(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageModificationException
updateMessageInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageModificationExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingSignalEvent> getWaitingSignalEvents(String signalName) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getWaitingSignalEvents in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance> getInProgressMessageInstances() throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceReadException
getInProgressMessageInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SMessageInstanceReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent> getInProgressWaitingMessageEvents() throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadException
getInProgressWaitingMessageEvents in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent> getStartWaitingEvents(long processDefinitionId) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException
getStartWaitingEvents in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionpublic <T extends org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent> List<T> searchWaitingEvents(Class<T> entityClass, org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
searchWaitingEvents in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic long getNumberOfWaitingEvents(Class<? extends org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent> entityClass, org.bonitasoft.engine.persistence.QueryOptions countOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
getNumberOfWaitingEvents in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic <T extends org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> List<T> searchEventTriggerInstances(Class<T> entityClass, org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
searchEventTriggerInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic long getNumberOfEventTriggerInstances(Class<? extends org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance> entityClass, org.bonitasoft.engine.persistence.QueryOptions countOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
getNumberOfEventTriggerInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingEvent getWaitingEvent(Long waitingEvent) throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventNotFoundException, org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadException
getWaitingEvent in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventNotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadExceptionpublic org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingErrorEvent getBoundaryWaitingErrorEvent(long relatedActivityInstanceId,
String errorCode)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadException
getBoundaryWaitingErrorEvent in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventReadExceptionpublic void deleteWaitingEvents(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventModificationException,
org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeReadException
deleteWaitingEvents in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SWaitingEventModificationExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeReadExceptionpublic void deleteEventTriggerInstances(long eventInstanceId)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadException,
org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceDeletionException
deleteEventTriggerInstances in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceReadExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceDeletionExceptionpublic void deleteEventTriggerInstance(org.bonitasoft.engine.core.process.instance.model.event.trigger.SEventTriggerInstance eventTriggerInstance)
throws org.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceDeletionException
deleteEventTriggerInstance in interface org.bonitasoft.engine.core.process.instance.api.event.EventInstanceServiceorg.bonitasoft.engine.core.process.instance.api.exceptions.event.trigger.SEventTriggerInstanceDeletionExceptionCopyright © 2014 Bonitasoft S.A.. All Rights Reserved.