| Modifier and Type | Method and Description |
|---|---|
void |
UserFilterBusinessArchiveArtifactManager.delete(SProcessDefinition processDefinition) |
void |
ExternalResourceArtifactManager.delete(SProcessDefinition processDefinition) |
void |
DocumentInitialValueArtifactManager.delete(SProcessDefinition processDefinition) |
void |
ConnectorBusinessArchiveArtifactManager.delete(SProcessDefinition processDefinition) |
void |
BusinessArchiveArtifactManager.delete(SProcessDefinition processDefinition) |
void |
BusinessArchiveArtifactsManager.deleteDependencies(SProcessDefinition processDefinition) |
boolean |
UserFilterBusinessArchiveArtifactManager.deploy(BusinessArchive businessArchive,
SProcessDefinition processDefinition) |
boolean |
ConnectorBusinessArchiveArtifactManager.deploy(BusinessArchive businessArchive,
SProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveService.deleteFromQuery(String queryName,
Map<String,Object> parameters) |
void |
ArchiveService.recordDelete(DeleteRecord record)
Remove the given entity from both sliding archive (if present) and the right archive level (if present)
This operation should normally to be used.
|
void |
ArchiveService.recordInsert(long time,
ArchiveInsertRecord record)
Archive the given entity in sliding archive if relevant and in the appropriate definitive archive
|
void |
ArchiveService.recordInserts(long time,
ArchiveInsertRecord... records)
Archive the given entities in the definitive archive
|
| Modifier and Type | Method and Description |
|---|---|
protected BatchArchiveCallable |
ArchiveServiceImpl.buildBatchArchiveCallable(ArchiveInsertRecord... records) |
void |
ArchiveServiceImpl.deleteFromQuery(String queryName,
Map<String,Object> parameters) |
void |
ArchiveServiceImpl.recordDelete(DeleteRecord record) |
void |
ArchiveServiceImpl.recordInsert(long time,
ArchiveInsertRecord record) |
void |
ArchiveServiceImpl.recordInserts(long time,
ArchiveInsertRecord... records) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorServiceDecorator.addConnectorImplementation(Long processDefinitionId,
String name,
byte[] content) |
void |
ConnectorServiceDecorator.removeConnectorImplementations(long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorServiceImpl.addConnectorImplementation(Long processDefinitionId,
String name,
byte[] content) |
void |
ConnectorServiceImpl.removeConnectorImplementations(long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentService.deleteContentOfArchivedDocument(long archivedDocumentId)
Remove the content of an archived document while keeping it's metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentServiceImpl.deleteContentOfArchivedDocument(long archivedDocumentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserFilterService.removeUserFilters(long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserFilterServiceImpl.removeUserFilters(long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.recordDelete(DeleteRecord record,
String type)
Delete a record from database
|
void |
Recorder.recordDeleteAll(DeleteAllRecord record)
Delete all records for a table from database, for the connected tenant
|
void |
Recorder.recordInsert(InsertRecord record,
String type)
Add a record to database
|
void |
Recorder.recordUpdate(UpdateRecord record,
String type)
Update a record from database
|
int |
Recorder.recordUpdateWithQuery(UpdateRecord record,
String type,
String query)
Update a record from database with a named query
If no rows have been updated the event is not thrown
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecorderImpl.recordDelete(DeleteRecord record,
String type) |
void |
RecorderImpl.recordDeleteAll(DeleteAllRecord record) |
void |
RecorderImpl.recordInsert(InsertRecord record,
String type) |
void |
RecorderImpl.recordUpdate(UpdateRecord record,
String type) |
int |
RecorderImpl.recordUpdateWithQuery(UpdateRecord record,
String type,
String query) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserFilterServiceDecorator.removeUserFilters(long processDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.