Package | Description |
---|---|
de.espirit.firstspirit.access.store | |
de.espirit.firstspirit.agency | |
de.espirit.firstspirit.feature |
Provides interfaces to handle content transport features.
|
de.espirit.firstspirit.storage | |
de.espirit.firstspirit.store.access.nexport | |
de.espirit.firstspirit.store.access.nexport.operations |
Modifier and Type | Interface and Description |
---|---|
interface |
ElementInfo |
Modifier and Type | Method and Description |
---|---|
BasicElementInfo |
UrlAgent.UrlEntry.getElementInfo()
Returns a
BasicElementInfo for this url entry. |
Modifier and Type | Method and Description |
---|---|
Set<BasicElementInfo> |
FeatureInstallResult.getCreatedElements()
Provides the set of newly created elements.
|
Set<BasicElementInfo> |
FeatureInstallResult.getDeletedElements()
Provides the set of deleted elements.
|
EnumMap<Store.Type,List<BasicElementInfo>> |
FeatureInstallResult.getDeletedStoreNodes()
Deprecated.
since 5.2.181006 - use
FeatureInstallResult.getDeletedElements() instead |
Set<BasicElementInfo> |
FeatureInstallResult.getLostAndFoundElements()
Provides the set of elements being moved to the lost and found folder instead of being deleted.
|
EnumMap<Store.Type,List<BasicElementInfo>> |
FeatureInstallResult.getLostAndFoundStoreNodes()
Deprecated.
since 5.2.181006 - use
FeatureInstallResult.getLostAndFoundElements() instead |
Set<BasicElementInfo> |
FeatureInstallResult.getMovedElements()
Provides the set of moved elements.
|
Set<BasicElementInfo> |
FeatureInstallResult.getUpdatedElements()
Provides the set of updated elements.
|
Modifier and Type | Method and Description |
---|---|
BasicElementInfo |
CreateOperation.getCreatedElement()
Returns the root element of this create operation.
|
BasicElementInfo |
DeleteOperation.getDeleteRootElement()
Returns the root element of the delete action.
|
BasicElementInfo |
ModifyOperation.getModificationRootElement()
Returns the root element of the save operation.
|
BasicElementInfo |
MoveOperation.getMovedElement()
Returns the element which has been moved in the belonging move operation.
|
BasicElementInfo |
CreateOperation.getParent()
Returns the parent node under which the
created element
has been created. |
BasicElementInfo |
ReleaseOperation.getReleaseRootElement()
Returns the root element of the release operation.
|
BasicElementInfo |
ServerReleaseOperation.getReleaseStartElement()
Returns the start element of the server release action.
|
BasicElementInfo |
MoveOperation.getSourceParent()
Returns the source parent, the
moved element has been moved from
in the belonging move operation. |
BasicElementInfo |
MoveOperation.getTargetParent()
Returns the target parent, the
moved element has been moved to
in the belonging move operation. |
Modifier and Type | Method and Description |
---|---|
List<BasicElementInfo> |
ChildrenChangeDetail.getAddedElements()
Returns an unmodifiable list of elements which were added during the change
of the belonging children list.
|
Map<BasicElementInfo,Map<ChangeType,RevisionChangeDetail>> |
RevisionMetaData.getChangedStoreElements()
Returns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision.
|
Collection<BasicElementInfo> |
DeleteOperation.getElements()
Returns a collection of all elements belonging to this revision operation
|
Collection<BasicElementInfo> |
ModifyOperation.getElements()
Returns a collection of all elements belonging to this revision operation
|
Collection<BasicElementInfo> |
MoveOperation.getElements()
Returns a collection of all elements belonging to this revision operation
|
Collection<BasicElementInfo> |
ReleaseOperation.getElements()
A collection containing
element pointers for all changed or disappeared / deleted
elements of this release operation. |
Collection<BasicElementInfo> |
ServerReleaseOperation.getElements()
A collection containing
element pointers for all changed or disappeared / deleted
elements of this release operation. |
List<BasicElementInfo> |
ChildrenChangeDetail.getRemovedElements()
Returns an unmodifiable list of elements which were removed during the change
of the belonging children list.
|
Map<BasicElementInfo,Pair<Integer,Integer>> |
ChildrenChangeDetail.getReorderedElements()
Returns an unmodifiable map of elements which were reordered during the change
of the belonging children list.
|
Modifier and Type | Method and Description |
---|---|
BasicElementInfo |
ElementExportInfo.getElementInfo()
Retrieves the
BasicElementInfo of this element. |
BasicElementInfo |
EntityTypeExportInfo.getSchema()
Returns the corresponding schema as a
BasicElementInfo . |
Modifier and Type | Method and Description |
---|---|
Set<BasicElementInfo> |
ImportOperation.Result.getCreatedElements()
Provides the set of newly created elements.
|
Set<BasicElementInfo> |
ImportOperation.Result.getDeletedElements()
Provides the set of deleted elements.
|
Set<BasicElementInfo> |
ImportOperation.Result.getLostAndFoundElements()
Provides the set of elements being moved to the lost and found folder instead of being deleted.
|
Set<BasicElementInfo> |
ImportOperation.Result.getMovedElements()
Provides the set of moved elements.
|
Set<BasicElementInfo> |
ImportOperation.Result.getUpdatedElements()
Provides the set of updated elements.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210