Package | Description |
---|---|
com.atlassian.jira.auditing | |
com.atlassian.jira.auditing.handlers | |
com.atlassian.jira.auditing.legacy | |
com.atlassian.jira.mock.auditing | |
com.atlassian.jira.plugins.auditing.rest.responses | |
com.atlassian.jira.rest.v2.admin.auditing | |
com.atlassian.jira.upgrade.tasks.role |
Package that provides migration for use permission and licenses from dark ages (JIRA 6.x) to renaissance (JIRA 7.x).
|
com.atlassian.jira.webtests.ztests.admin.audit |
Modifier and Type | Class and Description |
---|---|
class |
ChangedValueImpl |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableList<ChangedValue> |
AuditRecordImpl.changedValues |
Modifier and Type | Method and Description |
---|---|
Iterable<ChangedValue> |
AuditingEntry.changedValues() |
com.google.common.collect.ImmutableList<ChangedValue> |
RecordRequest.getChangedValues()
Deprecated.
|
Iterable<ChangedValue> |
AuditRecordImpl.getValues() |
Iterable<ChangedValue> |
AuditRecord.getValues()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAuditingService.validateChangedValue(String fieldId,
ChangedValue value,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
RecordRequest |
RecordRequest.withChangedValues(ChangedValue... values)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuditingEntry.Builder |
AuditingEntry.Builder.changedValues(Iterable<ChangedValue> changedValues) |
static String |
AuditingStoreImpl.computeSearchField(String summary,
AssociatedItem objectItem,
Iterable<AssociatedItem> associatedItems,
Iterable<ChangedValue> changedValues,
String remoteAddress,
ApplicationUser author,
String categoryName,
String eventSource) |
protected void |
AuditingStoreImpl.storeChangedValues(org.ofbiz.core.entity.GenericValue gv,
Iterable<ChangedValue> changedValues) |
void |
AuditingStore.storeRecord(AuditingCategory category,
String categoryName,
String summaryI18nKey,
String eventSource,
ApplicationUser author,
String remoteAddress,
AssociatedItem object,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
boolean isAuthorSysAdmin)
Deprecated.
|
void |
AuditingStoreImpl.storeRecord(AuditingCategory category,
String categoryName,
String summary,
String eventSource,
ApplicationUser author,
String remoteAddress,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
boolean isAuthorSysAdmin) |
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems)
Deprecated.
since 7.0.0. Use
AuditingService.storeRecord(String, String, AssociatedItem, Iterable,
Iterable, String) instead |
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
String description) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems,
String description)
Deprecated.
Store record in Auditing Log
|
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems)
Deprecated.
since 7.0.0. Use
AuditingService.storeRecord(String, String, String, AssociatedItem,
Iterable, Iterable, String) instead |
ErrorCollection |
DefaultAuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
String description) |
ErrorCollection |
AuditingService.storeRecord(String category,
String summary,
String eventSourceKey,
AssociatedItem objectItem,
Iterable<ChangedValue> values,
Iterable<AssociatedItem> associatedItems,
String description)
Deprecated.
Store record in Auditing Log along with plugin name created the event
|
protected void |
DefaultAuditingService.validateChangedValues(String fieldId,
Iterable<ChangedValue> values,
ErrorCollection errorCollection,
I18nHelper i18nBean) |
RecordRequest |
RecordRequest.withChangedValues(Iterable<ChangedValue> values)
Deprecated.
|
Constructor and Description |
---|
AuditRecordImpl(org.ofbiz.core.entity.GenericValue gv,
Iterable<AssociatedItem> associatedItems,
Iterable<ChangedValue> changedValues) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ChangedValue> |
ChangedValuesBuilder.build() |
protected List<ChangedValue> |
PermissionChangeHandlerImpl.computeChangedValues(AbstractSchemeEntityEvent event) |
protected static List<ChangedValue> |
SchemeEventHandlerImpl.computeChangedValues(NamedWithDescription currentScheme) |
protected static List<ChangedValue> |
SchemeEventHandlerImpl.computeChangedValues(NamedWithDescription originalScheme,
NamedWithDescription currentScheme) |
protected List<ChangedValue> |
VersionEventHandlerImpl.computeChangedValues(Version version,
Version currentVersion) |
Modifier and Type | Method and Description |
---|---|
static io.atlassian.fugue.Option<RecordRequest> |
HandlerUtils.requestIfThereAreAnyValues(List<ChangedValue> changedValues,
com.google.common.base.Function<List<ChangedValue>,RecordRequest> function) |
static io.atlassian.fugue.Option<RecordRequest> |
HandlerUtils.requestIfThereAreAnyValues(List<ChangedValue> changedValues,
com.google.common.base.Function<List<ChangedValue>,RecordRequest> function) |
Modifier and Type | Method and Description |
---|---|
void |
AuditingStoreToAuditServiceImpl.storeRecord(AuditingCategory category,
String categoryName,
String summaryI18nKey,
String eventSource,
ApplicationUser author,
String remoteAddress,
AssociatedItem object,
Iterable<ChangedValue> changedValues,
Iterable<AssociatedItem> associatedItems,
boolean isAuthorSysAdmin) |
Modifier and Type | Class and Description |
---|---|
class |
MockChangeValue |
Modifier and Type | Method and Description |
---|---|
static ChangedValueResponse |
ChangedValueResponse.fromChangeValue(ChangedValue cv) |
Modifier and Type | Method and Description |
---|---|
ChangedValue |
ChangedValueBean.toChangedValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<ChangedValueBean,ChangedValue> |
ChangedValueBean.mapToChangedValue()
Deprecated.
|
Constructor and Description |
---|
ChangedValueBean(ChangedValue changedValue)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrationChangedValue |
Modifier and Type | Method and Description |
---|---|
Iterable<ChangedValue> |
AuditEntry.getChangedValues() |
Modifier and Type | Method and Description |
---|---|
static String |
MigrationLogDaoImpl.computeSearchField(String summary,
Iterable<ChangedValue> changedValues,
String eventSource) |
protected void |
MigrationLogDaoImpl.storeChangedValues(Long entryOfBizId,
Iterable<ChangedValue> changedValues) |
Constructor and Description |
---|
AuditEntry(Class<?> sourceClass,
String summary,
String description,
AssociatedItem.Type eventType,
String changedObject,
boolean eventShowsInCloudLog,
ChangedValue... changedValues) |
Constructor and Description |
---|
AuditEntry(Class<?> sourceClass,
String summary,
String description,
AssociatedItem.Type eventType,
String changedObject,
boolean eventShowsInCloudLog,
Iterable<ChangedValue> changedValues,
AuditEntrySeverity severity) |
Modifier and Type | Class and Description |
---|---|
static class |
MockAuditRecordBean.ChangedValueImpl |
Copyright © 2002-2022 Atlassian. All Rights Reserved.