Uses of Class
com.almworks.jira.structure.api.util.MapObject
Packages that use MapObject
-
Uses of MapObject in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync that return MapObjectModifier and TypeMethodDescriptionstatic MapObjectSyncAuditLogHelper.createAuditLogEntryDescription(SyncInstance instance, IncrementalSyncData data, Map<String, Object> aux) SyncAuditLog.ActionGroup.getDescription()protected MapObjectAbstractSynchronizer.parametersAsMapObject(Object p) Returns aMapObjectwrapper around the parameters map.protected MapObjectAbstractSynchronizer.parametersAsNNMapObject(Object p) Methods in com.almworks.jira.structure.api.sync that return types with arguments of type MapObjectModifier and TypeMethodDescriptionAbstractSynchronizer.SyncRunAuditEntry.Failure.getActions()AbstractSynchronizer.SyncRunAuditEntry.getActions()AbstractSynchronizer.SyncRunAuditEntry.Success.getActions()SyncAuditLog.ActionGroup.getActions()Undoes the specified actions, performing zero or more undo actions.Methods in com.almworks.jira.structure.api.sync with parameters of type MapObjectModifier and TypeMethodDescriptionstatic booleanvoidSyncAuditLog.recordActions(long syncInstanceId, String syncModuleKey, long structureId, MapObject description, List<MapObject> actions) LikeSyncAuditLog.recordActions(SyncInstance, MapObject, List), but doesn't require aSyncInstance.voidSyncAuditLog.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.Method parameters in com.almworks.jira.structure.api.sync with type arguments of type MapObjectModifier and TypeMethodDescriptionbooleanSyncAuditLog.isActionGroupRecorded(List<MapObject> actions) Checks if the synchronizer audit log that contains the specified actions is going to be actually recorded.voidSyncAuditLog.recordActions(long syncInstanceId, String syncModuleKey, long structureId, MapObject description, List<MapObject> actions) LikeSyncAuditLog.recordActions(SyncInstance, MapObject, List), but doesn't require aSyncInstance.voidSyncAuditLog.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.SyncRunAuditEntryUndoes the specified actions, performing zero or more undo actions.Constructors in com.almworks.jira.structure.api.sync with parameters of type MapObjectModifierConstructorDescriptionActionGroup(long syncInstanceId, String syncModuleKey, long structureId, long timestamp, MapObject description, List<MapObject> actions) Constructor parameters in com.almworks.jira.structure.api.sync with type arguments of type MapObject -
Uses of MapObject in com.almworks.jira.structure.api.util
Subclasses of MapObject in com.almworks.jira.structure.api.utilModifier and TypeClassDescriptionclassUsable by AttributeSpec and other Specs that have Map parameters.Fields in com.almworks.jira.structure.api.util declared as MapObjectFields in com.almworks.jira.structure.api.util with type parameters of type MapObjectMethods in com.almworks.jira.structure.api.util that return MapObjectMethods in com.almworks.jira.structure.api.util that return types with arguments of type MapObject