#include <SchemaCatalog.hpp>
Inheritance diagram for corelinux::SchemaCatalog:
Public Methods | |
virtual MetaTypeCptr | getType ( void ) const |
get the type. More... | |
VoidPtr | operator new (size_t aSize) |
redefine the operator new[]
| |
void | operator delete (VoidPtr aVoidPtr) |
redefine the operator delete[]
| |
SchemaCatalog ( void ) | |
Default constructor not allowed. | |
SchemaCatalog ( SchemaCatalogCref ) | |
Copy constructor. | |
virtual | ~SchemaCatalog ( void ) |
Virtual Destructor. | |
bool | operator== ( SchemaCatalogCref ) const |
Equality operator. | |
SchemaCatalogRef | operator= ( SchemaCatalogCref ) |
Assignment operator. | |
virtual Counter | getCount ( void ) const |
Retrieve the count of catalog elements. | |
virtual FrameworkEntityPtr | getEntry ( CollectionPtr ) const |
Fetch a Schema based on attributes provided in the collection. More... | |
virtual void | createEntry ( CollectionPtr ) |
Create a new schema and add entry in the catalog. More... | |
virtual void | deleteEntry ( CollectionPtr ) |
Delete a Schema and it's entry in the catalog. More... | |
virtual Iterator<FrameworkEntityPtr>* | createCatalogIterator ( void ) |
Create an iterator over the catalog entries as defined by the catalog type, for this case it is an iterator which returns a FrameworkStringPtr, which is the name of the Schema which the entry represents. More... | |
virtual void | destroyIterator ( Iterator<FrameworkEntityPtr> * ) |
Destroy the iterator over the catalog entries. | |
virtual void | saveEntries ( CollectionPtr ) |
Save the entries (Schemas) in the collection. | |
virtual void | closeEntries ( CollectionPtr ) |
Close the entries (Schemas) in the collection. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
SchemaCatalogPtr ( void ) | |
1 a new instance of SchemaCatalog. More... | |
void ( SchemaCatalogPtr aPointer ) | |
1 a point of SchemaCatalog
|
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of SchemaCatalog.
|
|
Close the entries (Schemas) in the collection.
Reimplemented from corelinux::StoreCatalog. |
|
Create an iterator over the catalog entries as defined by the catalog type, for this case it is an iterator which returns a FrameworkStringPtr, which is the name of the Schema which the entry represents.
Reimplemented from corelinux::Catalog. |
|
Create a new schema and add entry in the catalog.
Reimplemented from corelinux::Catalog. |
|
Delete a Schema and it's entry in the catalog.
Reimplemented from corelinux::Catalog. |
|
Destroy the iterator over the catalog entries.
Reimplemented from corelinux::Catalog. |
|
Retrieve the count of catalog elements.
Reimplemented from corelinux::Catalog. |
|
Fetch a Schema based on attributes provided in the collection.
Reimplemented from corelinux::Catalog. |
|
get the type.
Reimplemented from corelinux::StoreCatalog. |
|
get the type descriptor.
Reimplemented from corelinux::StoreCatalog. |
|
redefine the operator delete[]
Reimplemented from corelinux::StoreCatalog. |
|
redefine the operator new[]
Reimplemented from corelinux::StoreCatalog. |
|
Assignment operator.
Reimplemented from corelinux::StoreCatalog. |
|
Equality operator.
|
|
Save the entries (Schemas) in the collection.
Reimplemented from corelinux::StoreCatalog. |
|
1 a point of SchemaCatalog
|