Uses of Class
com.atlassian.crowd.model.audit.AuditLogChangesetEntity
Package
Description
-
Uses of AuditLogChangesetEntity in com.atlassian.crowd.dao.audit
Modifier and TypeMethodDescriptionvoid
AuditDao.add
(AuditLogChangesetEntity changeset) Persists the changeset and its entriesvoid
AuditDAOHibernate.add
(AuditLogChangesetEntity entry) ModifierConstructorDescriptionAssembledAuditLogChangeset
(AuditLogChangesetEntity changeset, Set<AuditLogEntityEntity> entities, Set<AuditLogEntryEntity> entries) -
Uses of AuditLogChangesetEntity in com.atlassian.crowd.migration
Modifier and TypeMethodDescriptionprotected AuditLogChangesetEntity
AuditLogMapper.getChangesetFromXml
(org.dom4j.Element changesetElement) -
Uses of AuditLogChangesetEntity in com.atlassian.crowd.model.audit
Modifier and TypeMethodDescriptionAuditLogEntityEntity.getChangeset()
AuditLogEntryEntity.getChangeset()
Modifier and TypeMethodDescriptionvoid
AuditLogEntityEntity.setChangeset
(AuditLogChangesetEntity changeset) void
AuditLogEntryEntity.setChangeset
(AuditLogChangesetEntity changeset) ModifierConstructorDescriptionAuditLogEntityEntity
(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary, AuditLogChangesetEntity changeset) AuditLogEntryEntity
(Long id, String propertyName, String oldValue, String newValue, AuditLogChangesetEntity changeset) -
Uses of AuditLogChangesetEntity in com.atlassian.crowd.util.persistence.hibernate.batch
Modifier and TypeMethodDescriptionprotected abstract void
AbstractBatchProcessor.auditOperations
(List<AuditLogChangesetEntity> changesetEntities) -
Uses of AuditLogChangesetEntity in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5
Modifier and TypeMethodDescriptionprotected void
Hibernate5BatchProcessor.auditOperations
(List<AuditLogChangesetEntity> changesetEntities) protected void
Hibernate5StatelessSessionBatchProcessor.auditOperations
(List<AuditLogChangesetEntity> changesetEntities)