Uses of Interface
com.atlassian.bamboo.user.cleanup.CrowdDeletedEntity
-
Packages that use CrowdDeletedEntity Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.user.cleanup -
-
Uses of CrowdDeletedEntity in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return CrowdDeletedEntity Modifier and Type Method Description protected @NotNull CrowdDeletedEntity
CrowdDeletedEntityMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type CrowdDeletedEntity Modifier and Type Method Description void
CrowdDeletedEntityMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<CrowdDeletedEntity> list, @NotNull CrowdDeletedEntity object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
CrowdDeletedEntityMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull CrowdDeletedEntity object, @NotNull org.hibernate.Session session, @NotNull ExportDetailsBean exportDetailsBean)
protected void
CrowdDeletedEntityMapper. importProperties(@NotNull CrowdDeletedEntity object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type CrowdDeletedEntity Modifier and Type Method Description void
CrowdDeletedEntityMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<CrowdDeletedEntity> list, @NotNull CrowdDeletedEntity object, long objectIndex, @NotNull org.hibernate.Session session)
-
Uses of CrowdDeletedEntity in com.atlassian.bamboo.user.cleanup
Classes in com.atlassian.bamboo.user.cleanup that implement CrowdDeletedEntity Modifier and Type Class Description class
CrowdDeletedEntityImpl
Methods in com.atlassian.bamboo.user.cleanup that return CrowdDeletedEntity Modifier and Type Method Description @Nullable CrowdDeletedEntity
CrowdDeletedEntityDao. findByTypeAndName(@NotNull CrowdDeletedEntity.EntityType entityType, @NotNull String entityName)
@Nullable CrowdDeletedEntity
CrowdDeletedEntityHibernateDao. findByTypeAndName(@NotNull CrowdDeletedEntity.EntityType entityType, @NotNull String entityName)
Methods in com.atlassian.bamboo.user.cleanup that return types with arguments of type CrowdDeletedEntity Modifier and Type Method Description @NotNull Collection<? extends CrowdDeletedEntity>
CrowdDeletedEntityDao. findAll()
List allentities
.@NotNull Collection<? extends CrowdDeletedEntity>
CrowdDeletedEntityHibernateDao. findAll()
@NotNull Collection<? extends CrowdDeletedEntity>
CrowdDeletedEntityDao. findAllDeletedBefore(@NotNull Date date, int limit)
List allentities
which have been deleted before a givendate
.@NotNull Collection<? extends CrowdDeletedEntity>
CrowdDeletedEntityHibernateDao. findAllDeletedBefore(@NotNull Date date, int limit)
Method parameters in com.atlassian.bamboo.user.cleanup with type arguments of type CrowdDeletedEntity Modifier and Type Method Description <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidCrowdDeletedEntityDao. scrollAll(BambooClosures.ThrowingX<CrowdDeletedEntity,E1,E2,E3> consumer)
Scroll through allentities
applying the code fromconsumer
.<E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidCrowdDeletedEntityHibernateDao. scrollAll(BambooClosures.ThrowingX<CrowdDeletedEntity,E1,E2,E3> consumer)
-