Uses of Class
org.apache.manifoldcf.core.database.BaseObject
-
Packages that use BaseObject Package Description org.apache.manifoldcf.core.database -
-
Uses of BaseObject in org.apache.manifoldcf.core.database
Methods in org.apache.manifoldcf.core.database with parameters of type BaseObject Modifier and Type Method Description static java.util.MapBaseTable. prepareRowForSave(BaseObject object, StringSet fieldSet)Read the specified fields from the specified object, and build a Map, which can be used to write the data to the database.static voidBaseTable. readRow(BaseObject object, IResultRow resultRow)Set up a base object from a database row.
-