Modifier and Type | Method and Description |
---|---|
Set<FieldChange> |
UpdateFrontendWorkObjectDecoratorContext.getFieldChanges() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateFrontendWorkObjectDecoratorContext.setFieldChanges(Set<FieldChange> fieldChanges) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogNotificationListener.objectEdited(String workObjectId,
Set<FieldChange> fieldChanges,
boolean allowEmptyNotification,
String comment) |
Modifier and Type | Method and Description |
---|---|
void |
MailNotificationListener.objectEdited(String workObjectId,
Set<FieldChange> fieldChanges,
boolean allowEmptyNotification,
String comment) |
void |
WorkObjectModifiedMailNotifier.sendNotification(AnyWorkObject workObject,
Set<FieldChange> fieldChanges) |
Modifier and Type | Method and Description |
---|---|
String |
ChangeTableBuilder.createValueChangeTable(Set<FieldChange> changes,
Locale locale) |
void |
BaseNotificationListener.objectEdited(String workObjectId,
Set<FieldChange> fieldChanges,
boolean allowEmptyNotification,
String comment) |
void |
NotificationListener.objectEdited(String workObjectId,
Set<FieldChange> fieldChanges,
boolean allowEmptyNotification,
String comment) |
void |
NotificationService.objectEdited(String workObjectId,
Set<FieldChange> fieldChanges,
boolean allowEmptyNotification,
String comment) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUserDashboardProvider.update(String workObjectId,
List<FieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAdminDashboardProvider.update(String workObjectId,
List<FieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnCaseProvider.update(String caseId,
List<FieldChange> changes) |
void |
CmmnCaseProviderProxy.update(String workObjectId,
List<FieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModelerDashboardProvider.update(String entityId,
List<FieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
QueryProvider.update(String workObjectId,
List<FieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<FieldChange>> |
FrontendObjectService.saveFrontendObject(FrontendObject frontendObject,
String changeComment) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<FieldChange>> |
DefaultFrontendObjectService.saveFrontendObject(FrontendObject frontendObject,
String changeComment) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcAnyWorkObjectDefinitionPersistence.update(AnyWorkObjectDefinition entity,
Collection<FieldChange> fieldChanges) |
Modifier and Type | Method and Description |
---|---|
Set<FieldChange> |
EntityModification.createFieldChanges(E entity) |
Modifier and Type | Method and Description |
---|---|
void |
EntityPersistence.update(E entity,
Collection<FieldChange> fieldChanges)
Updates the given entity.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcEntityPersistence.update(E entity,
Collection<FieldChange> fieldChanges) |
Modifier and Type | Method and Description |
---|---|
void |
BaseDomainObjectProvider.update(String workObjectId,
List<FieldChange> changes) |
void |
DomainObjectProvider.update(String workObjectId,
List<FieldChange> changes)
Updates the entity with the given id by applying the submitted changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivitiProcessProvider.update(String processId,
List<FieldChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
ActivitiTaskProvider.update(String taskId,
List<FieldChange> changes) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.