/** *RetrievesbookmarkusingXRowLocateanddeletes *rowpointedbythisbookmark.<p> *HasOKstatusifnumberofrowsafterdeletingislessthanbefore *andnoexceptionriseswhilemethodcall,FAILEDotherwise.<p>
*/ publicvoid _deleteRows() {
XRowLocate xRowLocate = UnoRuntime.queryInterface(XRowLocate.class, oObj);
XResultSet xResultSet = UnoRuntime.queryInterface(XResultSet.class, oObj); if (xRowLocate == null || xResultSet == null) {
log.println("The test must be modified according to "+ "component testcase"); thrownew StatusException(Status.failed( "The component doesn't support one of the "+ "required interfaces"));
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.