Delete a record from a database. This Action assumes that all
dependant data is either automatically cleaned up by cascading
deletes, or that multiple instances of this action are being used
in the correct order. In other words, it removes one record by
the keys.
act(org.apache.cocoon.environment.Redirector redirector,
org.apache.cocoon.environment.SourceResolver resolver,
Map objectModel,
String source,
Parameters param)
Delete a record from the database.
public final Mapact(org.apache.cocoon.environment.Redirector redirector,
org.apache.cocoon.environment.SourceResolver resolver,
Map objectModel,
String source,
Parameters param)
throws Exception
Delete a record from the database. This action assumes that
the file referenced by the "descriptor" parameter conforms
to the AbstractDatabaseAction specifications.