Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 5685

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>Service ProductRegistration</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimain"><a href="ProductRegistration-xref.html" class="navimain">Use</a></td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#ServicesSummary" class="navisub">Services' Summary</a></td>
<td class="navisub"><a href="#InterfacesSummary" class="navisub">Interfaces' Summary</a></td>
<td class="navisub">Properties' Summary</td>
<td class="navisub"><a href="#ServicesDetails" class="navisub">Services' Details</a></td>
<td class="navisub"><a href="#InterfacesDetails" class="navisub">Interfaces' Details</a></td>
<td class="navisub">Properties' Details</td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">setup</a> :: </p>
</td>
</tr>
<tr>
<td class="title">service ProductRegistration</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>provides a mechanism for registering the product.

 </dd>
<dd><p>Two main functionalities are covered by this service:
 <ul><il><em>Triggering Online Registration</em><br/>
 If, by any user interface of your choice, the user tells she wants to register
 their product copy, ProductRegistration is the service of your choice.
 </il><br/>
 <il><em>Executing Registration Requests</em><br/>
 ProductRegistration allows to remind your users to register, using a dialog with various
 choices.
 </il>
 </ul></p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="ServicesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services - Summary</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../task/module-ix.html">task</a>::<a href="../task/JobExecutor.html">JobExecutor</a></td>
<td class="imsum_right"><p>allows to trigger certain events.

 (<a href="#JobExecutor">details</a>)</p>
</td>
</tr>
</table>
<a name="InterfacesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces - Summary</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../task/module-ix.html">task</a>::<a href="../task/XJob.html">XJob</a></td>
<td class="imsum_right"><p>allows the registration request to be scheduled automatically.

 (<a href="#XJob">details</a>)</p>
</td>
</tr>
</table>
<a name="ServicesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services - Details</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="JobExecutor" class="membertitle">::com::sun::star::<a href="../task/module-ix.html">task</a>::<a href="../task/JobExecutor.html">JobExecutor</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>allows to trigger certain events.

 </dd>
<dd><p>The string argument of <method scope="com::sun::star::task">XJobExecutor::trigger</method> is
 used to determine the type of the event. Currently supported events are:<br/>
 <ul><li><b>RegistrationRequired</b><br/>
 Determines that the registration is required to be executed.<br/>
 This is usually triggered by some user interaction, for instance upon choosing a menu item
 called <em>Registration</em>.</p>
 </li>
 </ul>
 </p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a name="InterfacesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces - Details</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="XJob" class="membertitle">::com::sun::star::<a href="../task/module-ix.html">task</a>::<a href="../task/XJob.html">XJob</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>allows the registration request to be scheduled automatically.

 </dd>
<dd><p>There are processes which allow to schedule events and jobs, for instance there
 can be configuration settings scheduling which operations are to be executed upon an program
 startup. Such processes usually require the jobs to be executed to support the
 ::com::sun::star::<a href="../task/module-ix.html">task</a>::<a href="../task/XJob.html">XJob</a> interface.</p>

 <p>That's why this service supports the ::com::sun::star::<a href="../task/module-ix.html">task</a>::<a href="../task/XJob.html">XJob</a>, too.<br/>
 Calling the <method scope="com::sun::star::task">XJob::execute</method> method results in displaying a
 dialog which asks the user to register. This is done once per session, means you need to restart the
 process which called this.</p>

 <p>At the moment, there is no specification about how to use the arguments given in the
 <method scope="com::sun::star::task">XJob::execute</method> method, but this may change in future versions of the service
 descriptions, so to keep your implementation compatible, you should not use these arguments.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>&nbsp;<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>