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 CrowdDeletedEntityCrowdDeletedEntityMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CrowdDeletedEntityModifier and TypeMethodDescriptionvoidCrowdDeletedEntityMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<CrowdDeletedEntity> list, @NotNull CrowdDeletedEntity object, long objectIndex, @NotNull org.hibernate.Session session) protected voidCrowdDeletedEntityMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull CrowdDeletedEntity object, @NotNull org.hibernate.Session session, @NotNull ExportDetailsBean exportDetailsBean) protected voidCrowdDeletedEntityMapper.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 TypeMethodDescriptionvoidCrowdDeletedEntityMapper.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 CrowdDeletedEntityCrowdDeletedEntityDao.findByTypeAndName(@NotNull CrowdDeletedEntity.EntityType entityType, @NotNull String entityName) @Nullable CrowdDeletedEntityCrowdDeletedEntityHibernateDao.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 allentitieswhich 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 allentitiesapplying the code fromconsumer.CrowdDeletedEntityHibernateDao.scrollAll(BambooClosures.ThrowingX<CrowdDeletedEntity, E1, E2, E3> consumer)