Class IssueHistoryInfo
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.key.info.IssueHistoryInfo
- All Implemented Interfaces:
ForeignKeyInfo
- Direct Known Subclasses:
CustomFieldHistoryInfo
,MultiUserFieldHistoryInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.querydsl.core.types.dsl.StringPath
protected com.querydsl.core.types.dsl.StringPath
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionIssueHistoryInfo
(String field, com.querydsl.core.types.dsl.StringPath columnDbKeys, com.querydsl.core.types.dsl.StringPath columnHumanReadable) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.user.anonymize.handlers.key.info.ForeignKeyInfo
columnsToString, getColumns, getForeignKeyChangedEvent, getName
-
Field Details
-
field
-
columnDbKeys
protected com.querydsl.core.types.dsl.StringPath columnDbKeys -
columnHumanReadable
protected com.querydsl.core.types.dsl.StringPath columnHumanReadable
-
-
Constructor Details
-
IssueHistoryInfo
public IssueHistoryInfo(@Nonnull String field, @Nonnull com.querydsl.core.types.dsl.StringPath columnDbKeys, @Nonnull com.querydsl.core.types.dsl.StringPath columnHumanReadable)
-
-
Method Details
-
getColumn
- Specified by:
getColumn
in interfaceForeignKeyInfo
-
getColumnHumanReadable
@Nonnull public com.querydsl.core.types.dsl.StringPath getColumnHumanReadable() -
getSelect
- Specified by:
getSelect
in interfaceForeignKeyInfo
-
getTable
- Specified by:
getTable
in interfaceForeignKeyInfo
-
getWhere
- Specified by:
getWhere
in interfaceForeignKeyInfo
-
getWhere
public com.querydsl.core.types.Predicate getWhere(String original, @Nullable DatabaseVendor databaseVendor) -
getDescription
- Specified by:
getDescription
in interfaceForeignKeyInfo
-