|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFacetRepository
Interface of the FacetRepository.
| Method Summary | |
|---|---|
FacetDescriptor[] |
getDescriptors(IProfile profile,
java.lang.Class targetObjectType)
Return all the facet descriptors that match passed profile and object type, handling inheritance. |
java.lang.Object |
getFacet(java.lang.String name,
IProfile profile,
java.lang.Object targetObject)
Method for retrieving facets. |
java.lang.Object |
getFacet(java.lang.String name,
IProfile profile,
java.lang.Object targetObject,
java.lang.Class targetObjectType)
Method for retrieving facets. |
IFacetContextFactory |
getFacetContextFactory()
Return the FacetContextFactory |
IFacetDescriptorManager |
getFacetDescriptorManager()
Return the FacetDescriptorManager |
IFacetFactory |
getFacetFactory()
Return the FacetFactory |
IProfileRepository |
getProfileRepository()
Return the ProfileRepository |
| Method Detail |
|---|
IProfileRepository getProfileRepository()
IFacetFactory getFacetFactory()
IFacetContextFactory getFacetContextFactory()
IFacetDescriptorManager getFacetDescriptorManager()
java.lang.Object getFacet(java.lang.String name,
IProfile profile,
java.lang.Object targetObject)
targetObject's
run-time type.
java.lang.Object getFacet(java.lang.String name,
IProfile profile,
java.lang.Object targetObject,
java.lang.Class targetObjectType)
targetObjectClass, therefore
you can pass null targetObjects !
FacetDescriptor[] getDescriptors(IProfile profile,
java.lang.Class targetObjectType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||