Uses of Interface
com.atlassian.crowd.audit.AuditLogChangeset
Packages that use AuditLogChangeset
Package
Description
-
Uses of AuditLogChangeset in com.atlassian.crowd.audit
Classes in com.atlassian.crowd.audit that implement AuditLogChangesetModifier and TypeClassDescriptionclassConcrete implementation of an audit log changesetMethods in com.atlassian.crowd.audit with parameters of type AuditLogChangesetModifier and TypeMethodDescriptionstatic ImmutableAuditLogChangesetImmutableAuditLogChangeset.from(AuditLogChangeset changeset) Constructors in com.atlassian.crowd.audit with parameters of type AuditLogChangeset -
Uses of AuditLogChangeset in com.atlassian.crowd.audit.query
Methods in com.atlassian.crowd.audit.query that return types with arguments of type AuditLogChangeset -
Uses of AuditLogChangeset in com.atlassian.crowd.dao.audit
Classes in com.atlassian.crowd.dao.audit that implement AuditLogChangesetModifier and TypeClassDescriptionclassHelper to build the final audit log changesets, from separately retrieved changesets, entries and entities Should avoid doing any extra queries (usually via collection/relationship traversal), and be implemented using pre-fetched data instead. -
Uses of AuditLogChangeset in com.atlassian.crowd.manager.audit
Methods in com.atlassian.crowd.manager.audit that return AuditLogChangesetModifier and TypeMethodDescriptionAuditLogChangesetPopulator.populateCommonChangesetProperties(AuditLogChangeset changeset, boolean forceAdjustTimestamp) Populates the author, timestamp and IP address in the audit log changeset.AuditLogChangesetPopulatorImpl.populateCommonChangesetProperties(AuditLogChangeset changeset, boolean forceAdjustTimestamp) Methods in com.atlassian.crowd.manager.audit that return types with arguments of type AuditLogChangesetMethods in com.atlassian.crowd.manager.audit with parameters of type AuditLogChangesetModifier and TypeMethodDescriptionAuditLogChangesetPopulator.populateCommonChangesetProperties(AuditLogChangeset changeset, boolean forceAdjustTimestamp) Populates the author, timestamp and IP address in the audit log changeset.AuditLogChangesetPopulatorImpl.populateCommonChangesetProperties(AuditLogChangeset changeset, boolean forceAdjustTimestamp) voidAuditService.saveAudit(AuditLogChangeset changeset) Persists an audit log changeset.voidAuditServiceImpl.saveAudit(AuditLogChangeset changeset) voidNoOpAuditService.saveAudit(AuditLogChangeset changeset) Method parameters in com.atlassian.crowd.manager.audit with type arguments of type AuditLogChangesetModifier and TypeMethodDescriptionvoidAuditServiceImpl.saveAudits(Collection<AuditLogChangeset> changesets) voidInternalAuditService.saveAudits(Collection<AuditLogChangeset> changesets) Persists the given audit log changesets. -
Uses of AuditLogChangeset in com.atlassian.crowd.model.audit
Classes in com.atlassian.crowd.model.audit that implement AuditLogChangesetConstructors in com.atlassian.crowd.model.audit with parameters of type AuditLogChangeset -
Uses of AuditLogChangeset in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogChangeset -
Uses of AuditLogChangeset in com.atlassian.crowd.plugin.rest.service.controller
Method parameters in com.atlassian.crowd.plugin.rest.service.controller with type arguments of type AuditLogChangesetModifier and TypeMethodDescriptionAuditEntityTranslator.translateChangesets(Collection<AuditLogChangeset> changesets) -
Uses of AuditLogChangeset in com.atlassian.crowd.test.matchers
Methods in com.atlassian.crowd.test.matchers with parameters of type AuditLogChangesetModifier and TypeMethodDescriptionprotected voidAuditLogChangesetMatcher.describeMismatchSafely(AuditLogChangeset item, org.hamcrest.Description mismatchDescription) protected booleanAuditLogChangesetMatcher.matchesSafely(AuditLogChangeset item)