|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaDataRetrieval
MetaDataRetrieval.
Method Summary | ||
---|---|---|
MetaDataRetrieval |
getComponentMetaDataRetrieval(Signature signature)
Get the component metadata retrieval |
|
ScopeKey |
getScope()
Return the scope key |
|
MetaDataRetrieval |
getScopedRetrieval(ScopeLevel level)
Get scoped retrieval for level param. |
|
ValidTime |
getValidTime()
The valid time |
|
boolean |
isEmpty()
Is metadata empty. |
|
|
retrieveAnnotation(Class<T> annotationType)
Get annotation |
|
AnnotationsItem |
retrieveAnnotations()
Get all the annotations |
|
AnnotationsItem |
retrieveLocalAnnotations()
Get all the local annotations |
|
MetaDatasItem |
retrieveLocalMetaData()
Get all the local metadata |
|
MetaDatasItem |
retrieveMetaData()
Get all the metadata |
|
|
retrieveMetaData(Class<T> type)
Get metadata |
|
MetaDataItem<?> |
retrieveMetaData(String name)
Get metadata |
Method Detail |
---|
ScopeKey getScope()
ValidTime getValidTime()
AnnotationsItem retrieveAnnotations()
AnnotationsItem retrieveLocalAnnotations()
<T extends Annotation> AnnotationItem<T> retrieveAnnotation(Class<T> annotationType)
T
- the annotation typeannotationType
- the annotation type
MetaDatasItem retrieveMetaData()
MetaDatasItem retrieveLocalMetaData()
<T> MetaDataItem<T> retrieveMetaData(Class<T> type)
T
- the metadata typetype
- the type
MetaDataItem<?> retrieveMetaData(String name)
name
- the name of the meta data
MetaDataRetrieval getComponentMetaDataRetrieval(Signature signature)
signature
- the signature
boolean isEmpty()
MetaDataRetrieval getScopedRetrieval(ScopeLevel level)
level
- the scope level
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |