Package org.ametys.plugins.repository.virtual
-
Interface Summary Interface Description VirtualAmetysObjectFactory<A extends AmetysObject> AmetysObjectFactory
for handling "virtual" objects, in that they did not rely directly to the JCR storage.
Such factory is bounded to an object through a particular property in the JCR tree.
VirtualAmetysObject
handled by aVirtualAmetysObjectFactory
are considered as children of theJCRAmetysObject
corresponding to the JCR Node holding that property.