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 SummaryModifier 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.OapiBaseEntitygetAdded, 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- 
getAllElementsMixedContent getAllElements()Returns a list of all elements present within the container.- Returns:
- a list of all elements present within the container
 
- 
getDocumentationsList<OapiDocumentation> getDocumentations()Returns a list of all documentation elements.- Returns:
- a list of all documentation elements
 
- 
getAppInfosList<OapiAppInfo> getAppInfos()Returns a list of all AppInfo elements.- Returns:
- a list of all AppInfo elements
 
 
-