Package com.esprow.oapi.repository
Interface OapiAnnotation
- All Superinterfaces:
OapiBaseEntity
All metadata of an element (documentation etc.).
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of all elements present within the container.Returns a list of all AppInfo elements.Returns a list of all documentation elements.Methods inherited from interface com.esprow.oapi.repository.OapiBaseEntity
getAdded, getAddedEP, getChangeType, getDeprecated, getDeprecatedEP, getIssue, getLastModified, getReplaced, getReplacedByField, getReplacedEP, getSupported, getUpdated, getUpdatedEP, setAdded, setAddedEP, setChangeType, setDeprecated, setDeprecatedEP, setIssue, setLastModified, setReplaced, setReplacedByField, setReplacedEP, setSupported, setUpdated, setUpdatedEP
-
Method Details
-
getAllElements
MixedContent getAllElements()Returns a list of all elements present within the container.- Returns:
- a list of all elements present within the container
-
getDocumentations
List<OapiDocumentation> getDocumentations()Returns a list of all documentation elements.- Returns:
- a list of all documentation elements
-
getAppInfos
List<OapiAppInfo> getAppInfos()Returns a list of all AppInfo elements.- Returns:
- a list of all AppInfo elements
-