Package rife.cmf.dam


package rife.cmf.dam
Provides classes and interfaces for the database access management of the content management framework.
Since:
1.0
  • Class
    Description
    ContentDataUser<ResultType>
    By implementing this interface it's possible to provide the logic that should be executed by methods that allow interaction with content data.
    By implementing this interface it's possible to provide the logic that should be executed by methods that allow interaction with content data.
    A ContentManager manages content that is stored in a back-end data store.
    The ContentQueryManager simplifies working with content a lot.
    A ContentStore stores the actual content data and is responsible for managing it.
    This class makes it possible to easily manage an integer ordinal column that is typically used to determine the order of the rows in a specific table.