Uses of Interface
de.espirit.firstspirit.access.store.BasicElementInfo
Packages that use BasicElementInfo
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of BasicElementInfo in de.espirit.firstspirit.access.store
Subinterfaces of BasicElementInfo in de.espirit.firstspirit.access.store -
Uses of BasicElementInfo in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return BasicElementInfoModifier and TypeMethodDescription@NotNull BasicElementInfoUrlAgent.UrlEntry.getElementInfo()Returns aBasicElementInfofor this url entry. -
Uses of BasicElementInfo in de.espirit.firstspirit.event
Subinterfaces of BasicElementInfo in de.espirit.firstspirit.eventModifier and TypeInterfaceDescriptioninterfaceLightweight project and revision based event metadata. -
Uses of BasicElementInfo in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return types with arguments of type BasicElementInfoModifier and TypeMethodDescription@NotNull Set<BasicElementInfo>FeatureInstallResult.getCreatedElements()Provides the set of newly created elements.@NotNull Set<BasicElementInfo>FeatureInstallResult.getDeletedElements()Provides the set of deleted elements.@NotNull EnumMap<Store.Type,List<BasicElementInfo>> FeatureInstallResult.getDeletedStoreNodes()Deprecated.@NotNull Set<BasicElementInfo>FeatureInstallResult.getLostAndFoundElements()Provides the set of elements being moved to the lost and found folder instead of being deleted.@NotNull EnumMap<Store.Type,List<BasicElementInfo>> FeatureInstallResult.getLostAndFoundStoreNodes()Deprecated.since 5.2.181006 - useFeatureInstallResult.getLostAndFoundElements()instead@NotNull Set<BasicElementInfo>FeatureInstallResult.getMovedElements()Provides the set of moved elements.@NotNull Set<BasicElementInfo>FeatureInstallResult.getUpdatedElements()Provides the set of updated elements. -
Uses of BasicElementInfo in de.espirit.firstspirit.storage
Methods in de.espirit.firstspirit.storage that return BasicElementInfoModifier and TypeMethodDescriptionCreateOperation.getCreatedElement()Returns the root element of this create operation.DeleteOperation.getDeleteRootElement()Returns the root element of the delete action.
Example:ModifyOperation.getModificationRootElement()Returns the root element of the save operation.
Example:MoveOperation.getMovedElement()Returns the element which has been moved in the belonging move operation.CreateOperation.getParent()Returns the parent node under which thecreated elementhas been created.ReleaseOperation.getReleaseRootElement()Returns the root element of the release operation.
Example:ServerReleaseOperation.getReleaseStartElement()Returns the start element of the server release action.MoveOperation.getSourceParent()Returns the source parent, themoved elementhas been moved from in the belonging move operation.MoveOperation.getTargetParent()Returns the target parent, themoved elementhas been moved to in the belonging move operation.Methods in de.espirit.firstspirit.storage that return types with arguments of type BasicElementInfoModifier and TypeMethodDescriptionChildrenChangeDetail.getAddedElements()Returns an unmodifiable list of elements which were added during the change of the belonging children list.RevisionMetaData.getChangedStoreElements()Returns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision.DeleteOperation.getElements()Returns a collection of all elements belonging to this revision operationModifyOperation.getElements()Returns a collection of all elements belonging to this revision operationMoveOperation.getElements()Returns a collection of all elements belonging to this revision operationReleaseOperation.getElements()A collection containingelement pointersfor all changed or disappeared / deleted elements of this release operation.ServerReleaseOperation.getElements()A collection containingelement pointersfor all changed or disappeared / deleted elements of this release operation.ChildrenChangeDetail.getRemovedElements()Returns an unmodifiable list of elements which were removed during the change of the belonging children list.ChildrenChangeDetail.getReorderedElements()Returns an unmodifiable map of elements which were reordered during the change of the belonging children list.
The value of the map is a pair of (key=oldPosistionIndex, value=newPositionIndex) -
Uses of BasicElementInfo in de.espirit.firstspirit.store.access.nexport
Methods in de.espirit.firstspirit.store.access.nexport that return BasicElementInfoModifier and TypeMethodDescription@NotNull BasicElementInfoElementExportInfo.getElementInfo()Retrieves theBasicElementInfoof this element.@NotNull BasicElementInfoEntityTypeExportInfo.getSchema()Returns the corresponding schema as aBasicElementInfo. -
Uses of BasicElementInfo in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type BasicElementInfoModifier and TypeMethodDescription@NotNull Set<BasicElementInfo>ImportOperation.Result.getCreatedElements()Provides the set of newly created elements.@NotNull Set<BasicElementInfo>ImportOperation.Result.getDeletedElements()Provides the set of deleted elements.@NotNull Set<BasicElementInfo>ImportOperation.Result.getLostAndFoundElements()Provides the set of elements being moved to the lost and found folder instead of being deleted.@NotNull Set<BasicElementInfo>ImportOperation.Result.getMovedElements()Provides the set of moved elements.@NotNull Set<BasicElementInfo>ImportOperation.Result.getUpdatedElements()Provides the set of updated elements.
FeatureInstallResult.getDeletedElements()instead