| Package | Description |
|---|---|
| com.almworks.jira.structure.api.sync | |
| com.almworks.jira.structure.api.util |
| Modifier and Type | Method and Description |
|---|---|
static MapObject |
SyncAuditLogHelper.createAuditLogEntryDescription(SyncInstance instance,
IncrementalSyncData data,
Map<String,Object> aux) |
MapObject |
SyncAuditLog.ActionGroup.getDescription() |
protected MapObject |
AbstractSynchronizer.parametersAsMapObject(Object p)
Returns a
MapObject wrapper around the parameters map. |
protected MapObject |
AbstractSynchronizer.parametersAsNNMapObject(Object p) |
| Modifier and Type | Method and Description |
|---|---|
List<MapObject> |
SyncAuditLog.ActionGroup.getActions() |
List<MapObject> |
AbstractSynchronizer.SyncRunAuditEntry.getActions() |
List<MapObject> |
AbstractSynchronizer.SyncRunAuditEntry.Success.getActions() |
List<MapObject> |
AbstractSynchronizer.SyncRunAuditEntry.Failure.getActions() |
List<MapObject> |
UndoingSynchronizer.undo(List<MapObject> actions)
Undoes the specified actions, performing zero or more undo actions.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SyncAuditLogHelper.isFailed(MapObject action) |
void |
SyncAuditLog.recordActions(long syncInstanceId,
String syncModuleKey,
long structureId,
MapObject description,
List<MapObject> actions)
Like
SyncAuditLog.recordActions(SyncInstance, MapObject, List), but doesn't require a SyncInstance. |
void |
SyncAuditLog.recordActions(SyncInstance syncInstance,
MapObject description,
List<MapObject> actions)
Adds records to the audit log for a logical group of actions taken by one synchronizer in the course of one run.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyncAuditLog.isActionGroupRecorded(List<MapObject> actions)
Checks if the synchronizer audit log that contains the specified actions is going to be actually recorded.
|
void |
SyncAuditLog.recordActions(long syncInstanceId,
String syncModuleKey,
long structureId,
MapObject description,
List<MapObject> actions)
Like
SyncAuditLog.recordActions(SyncInstance, MapObject, List), but doesn't require a SyncInstance. |
void |
SyncAuditLog.recordActions(SyncInstance syncInstance,
MapObject description,
List<MapObject> actions)
Adds records to the audit log for a logical group of actions taken by one synchronizer in the course of one run.
|
protected static AbstractSynchronizer.SyncRunAuditEntry |
AbstractSynchronizer.success(List<MapObject> actions) |
List<MapObject> |
UndoingSynchronizer.undo(List<MapObject> actions)
Undoes the specified actions, performing zero or more undo actions.
|
| Constructor and Description |
|---|
ActionGroup(long syncInstanceId,
String syncModuleKey,
long structureId,
long timestamp,
MapObject description,
List<MapObject> actions) |
| Constructor and Description |
|---|
ActionGroup(long syncInstanceId,
String syncModuleKey,
long structureId,
long timestamp,
MapObject description,
List<MapObject> actions) |
Success(List<MapObject> actions) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpecParams
Usable by AttributeSpec and other Specs that have Map parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static MapObject |
MapObject.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
static BiFunction<JSONArray,Integer,MapObject> |
MapObject.MAP_OBJECT_ARRAY_EXTRACTOR |
| Modifier and Type | Method and Description |
|---|---|
static MapObject |
MapObject.from(Object obj) |
MapObject |
MapObject.getObject(String name) |
MapObject |
MapObject.traverse(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<MapObject> |
MapObject.getObjectList(String key) |
Copyright © 2021 ALM Works. All Rights Reserved.