Update a metadata element.
@param meta The metadata element to update.
@param auditLogText The toString() value of the metadata element prior to the update.
@param user The user making the update.
@throws NoSuchMetadataException If an existing ID can't be found for an update, or a SQLException prevents the update.
Updates a metadata record. Deletes validation report currently in session (if any). If user asks for validation the validation report will be (re-)created then.
@param context
@param metadataId
@param validate
@param lang
@param changeDate
@param updateDateStamp
@return metadata if the that was updated
@throws Exception
Updates all the metadata files stored by the given workspace to reflect the renaming.
@param moduleContainer The workspace containing all the metadatas the user wishes to update
@return True if any metadata was updated
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.