Uses of Interface
com.atlassian.bamboo.user.cleanup.CrowdDeletedEntity
Packages that use CrowdDeletedEntity
-
Uses of CrowdDeletedEntity in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return CrowdDeletedEntityModifier and TypeMethodDescriptionprotected @NotNull CrowdDeletedEntity
CrowdDeletedEntityMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CrowdDeletedEntityModifier and TypeMethodDescriptionvoid
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 CrowdDeletedEntityModifier and TypeMethodDescriptionvoid
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 CrowdDeletedEntityMethods in com.atlassian.bamboo.user.cleanup that return CrowdDeletedEntityModifier and TypeMethodDescription@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 CrowdDeletedEntityModifier and TypeMethodDescription@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 CrowdDeletedEntityModifier and TypeMethodDescriptionCrowdDeletedEntityDao.scrollAll
(BambooClosures.ThrowingX<CrowdDeletedEntity, E1, E2, E3> consumer) Scroll through allentities
applying the code fromconsumer
.CrowdDeletedEntityHibernateDao.scrollAll
(BambooClosures.ThrowingX<CrowdDeletedEntity, E1, E2, E3> consumer)