Uses of Interface
com.atlassian.crowd.audit.AuditLogEntity
Packages that use AuditLogEntity
-
Uses of AuditLogEntity in com.atlassian.crowd.audit
Classes in com.atlassian.crowd.audit that implement AuditLogEntityModifier and TypeClassDescriptionclassConcrete implementation of an object affected by an auditable eventMethods in com.atlassian.crowd.audit that return types with arguments of type AuditLogEntityModifier and TypeMethodDescriptiondefault List<AuditLogEntity>AuditLogChangeset.getAdditionalEntities()Will return additional objects affected by this audit event.Collection<? extends AuditLogEntity>AuditLogChangeset.getEntities()default Optional<AuditLogEntity>AuditLogChangeset.getEntity()Methods in com.atlassian.crowd.audit with parameters of type AuditLogEntityModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.addEntity(AuditLogEntity entity) static ImmutableAuditLogEntityImmutableAuditLogEntity.from(AuditLogEntity original) Method parameters in com.atlassian.crowd.audit with type arguments of type AuditLogEntityModifier and TypeMethodDescriptionImmutableAuditLogChangeset.Builder.setEntities(Collection<? extends AuditLogEntity> entities) Constructors in com.atlassian.crowd.audit with parameters of type AuditLogEntity