Uses of Class
com.atlassian.crowd.model.audit.AuditLogChangesetEntity
Packages that use AuditLogChangesetEntity
Package
Description
-
Uses of AuditLogChangesetEntity in com.atlassian.crowd.dao.audit
Methods in com.atlassian.crowd.dao.audit with parameters of type AuditLogChangesetEntityModifier and TypeMethodDescriptionvoidAuditDao.add(AuditLogChangesetEntity changeset) Persists the changeset and its entries -
Uses of AuditLogChangesetEntity in com.atlassian.crowd.model.audit
Methods in com.atlassian.crowd.model.audit that return AuditLogChangesetEntityModifier and TypeMethodDescriptionAuditLogEntityEntity.getChangeset()AuditLogEntryEntity.getChangeset()Methods in com.atlassian.crowd.model.audit with parameters of type AuditLogChangesetEntityModifier and TypeMethodDescriptionvoidAuditLogEntityEntity.setChangeset(AuditLogChangesetEntity changeset) voidAuditLogEntryEntity.setChangeset(AuditLogChangesetEntity changeset) Constructors in com.atlassian.crowd.model.audit with parameters of type AuditLogChangesetEntityModifierConstructorDescriptionAuditLogEntityEntity(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
Methods in com.atlassian.crowd.util.persistence.hibernate.batch that return types with arguments of type AuditLogChangesetEntityMethod parameters in com.atlassian.crowd.util.persistence.hibernate.batch with type arguments of type AuditLogChangesetEntityModifier and TypeMethodDescriptionprotected abstract voidAbstractBatchProcessor.auditOperations(List<AuditLogChangesetEntity> changesetEntities)