Interface ElementInfo
- All Superinterfaces:
BasicElementInfo
,BasicInfo
,Comparable<ElementInfo>
,Serializable
,ValueOfContractor
- Since:
- 4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.common.text.ValueOfContractor
ValueOfContractor.Invoke
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of ID's of the original parent path of the underlying deleted element starting with the ID of the root node descending to the direct parent node.long
getTime()
Returns a list of UID's of the original parent path of the underlying deleted element starting with the UID of the root node descending to the direct parent node.Methods inherited from interface de.espirit.firstspirit.access.store.BasicElementInfo
getNodeId, getNodeTag, getRevisionId, getStoreType, getUid
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getParentPath
Returns a list of ID's of the original parent path of the underlying deleted element starting with the ID of the root node descending to the direct parent node.- Returns:
- the orginal parent path
- Since:
- 4.0
-
getUidPath
Returns a list of UID's of the original parent path of the underlying deleted element starting with the UID of the root node descending to the direct parent node.Be aware that all elements of the parent path are returned no matter if they have a UID or not (e.g. *TemplateFolder or GCAFolder). If an element has no UID, the name is used for the path.
- Returns:
- the orginal parent path
- Since:
- 4.0
-
getRevision
Revision getRevision()- Since:
- 4.0
-
getEditor
String getEditor()- Since:
- 4.0
-
getComment
String getComment()- Since:
- 4.0
-
getTime
long getTime()- Since:
- 4.0
-