Uses of Interface
de.espirit.firstspirit.access.store.DeletedElementsInfo
Packages that use DeletedElementsInfo
-
Uses of DeletedElementsInfo in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return types with arguments of type DeletedElementsInfoModifier and TypeMethodDescriptionUserService.getDeletedElementInfos(long startRevisionId, int resultCount, Filter<ElementInfo> filter) Get a list of information objects for deleted elements matching the given filter. -
Uses of DeletedElementsInfo in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return types with arguments of type DeletedElementsInfoModifier and TypeMethodDescription@NotNull List<DeletedElementsInfo> Store.getDeletedChildren()Returns a list of deleted children described by the containingElementInfoobjects.@NotNull List<DeletedElementsInfo> Store.getDeletedChildren(long startRevisionId, int resultCount) Returns a list of deleted children described by the containingElementInfoobjects.@NotNull List<DeletedElementsInfo> Store.getDeletedChilds()Deprecated.@NotNull List<DeletedElementsInfo> Store.getDeletedChilds(long startRevisionId, int resultCount) Deprecated.since 5.0.100 - useStore.getDeletedChildren(long, int)instead
Store.getDeletedChildren()instead