http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/index.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/index.html b/content/java/develop/javadocs/index.html index 456fc21..76ff559 100644 --- a/content/java/develop/javadocs/index.html +++ b/content/java/develop/javadocs/index.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT</title> +<title>Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT</title> <script type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined")
http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html b/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html index 79afeb1..8e73e0c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PolygeneAPI (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>PolygeneAPI (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PolygeneAPI (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="PolygeneAPI (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -160,7 +160,7 @@ var activeTableTab = "activeTableTab"; <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#compositeDescriptorFor-java.lang.Object-">compositeDescriptorFor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrServiceReference)</code> -<div class="block">Returns the CompositeDescriptor of the Composite.</div> +<div class="block">Returns the CompositeDescriptor of the Composite or ServiceReference.</div> </td> </tr> <tr id="i2" class="altColor"> @@ -180,13 +180,13 @@ var activeTableTab = "activeTableTab"; <tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite">ModelDescriptor</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#modelDescriptorFor-java.lang.Object-">modelDescriptorFor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrServiceReference)</code> -<div class="block">Returns the ModelDescriptor of the Composite.</div> +<div class="block">Returns the ModelDescriptor of the Composite or ServiceReference.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/structure/ModuleDescriptor.html" title="interface in org.apache.polygene.api.structure">ModuleDescriptor</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#moduleOf-java.lang.Object-">moduleOf</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrUow)</code> -<div class="block">Returns the Module or UnitOfWork where the Composite belongs.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#moduleOf-java.lang.Object-">moduleOf</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrServiceReferenceOrUow)</code> +<div class="block">Returns the Module where the Composite, ServiceReference or UnitOfWork belongs.</div> </td> </tr> <tr id="i6" class="altColor"> @@ -228,24 +228,24 @@ var activeTableTab = "activeTableTab"; <!-- --> </a> <h3>Field Detail</h3> -<a name="FUNCTION_DESCRIPTOR_FOR"> +<a name="FUNCTION_COMPOSITE_INSTANCE_OF"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>FUNCTION_DESCRIPTOR_FOR</h4> -<pre>static final <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><<a href="../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a>,<a href="../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a>> FUNCTION_DESCRIPTOR_FOR</pre> -<div class="block">Function that returns the CompositeDescriptor of a Composite.</div> +<h4>FUNCTION_COMPOSITE_INSTANCE_OF</h4> +<pre>static final <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><<a href="../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a>,<a href="../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite">CompositeInstance</a>> FUNCTION_COMPOSITE_INSTANCE_OF</pre> +<div class="block">Function that returns the CompositeInstance of a Composite.</div> </li> </ul> -<a name="FUNCTION_COMPOSITE_INSTANCE_OF"> +<a name="FUNCTION_DESCRIPTOR_FOR"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>FUNCTION_COMPOSITE_INSTANCE_OF</h4> -<pre>static final <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><<a href="../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a>,<a href="../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite">CompositeInstance</a>> FUNCTION_COMPOSITE_INSTANCE_OF</pre> -<div class="block">Function that returns the CompositeInstance of a Composite.</div> +<h4>FUNCTION_DESCRIPTOR_FOR</h4> +<pre>static final <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><<a href="../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a>,<a href="../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a>> FUNCTION_DESCRIPTOR_FOR</pre> +<div class="block">Function that returns the CompositeDescriptor of a Composite.</div> </li> </ul> </li> @@ -284,14 +284,14 @@ var activeTableTab = "activeTableTab"; <ul class="blockList"> <li class="blockList"> <h4>moduleOf</h4> -<pre><a href="../../../../org/apache/polygene/api/structure/ModuleDescriptor.html" title="interface in org.apache.polygene.api.structure">ModuleDescriptor</a> moduleOf(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrUow)</pre> -<div class="block">Returns the Module or UnitOfWork where the Composite belongs.</div> +<pre><a href="../../../../org/apache/polygene/api/structure/ModuleDescriptor.html" title="interface in org.apache.polygene.api.structure">ModuleDescriptor</a> moduleOf(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrServiceReferenceOrUow)</pre> +<div class="block">Returns the Module where the Composite, ServiceReference or UnitOfWork belongs.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>compositeOrUow</code> - The Composite (Service, Value, Entity or Transient) or UnitOfWork to lookup the Module it - belongs to.</dd> +<dd><code>compositeOrServiceReferenceOrUow</code> - The Composite (Service, Value, Entity or Transient) or ServiceReference + or UnitOfWork to lookup the Module it belongs to</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The Module instance where the Composite or UnitOfWork belongs to.</dd> +<dd>The Module instance where the Composite, ServiceReference or UnitOfWork belongs to</dd> </dl> </li> </ul> @@ -302,13 +302,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <h4>modelDescriptorFor</h4> <pre><a href="../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite">ModelDescriptor</a> modelDescriptorFor(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrServiceReference)</pre> -<div class="block">Returns the ModelDescriptor of the Composite.</div> +<div class="block">Returns the ModelDescriptor of the Composite or ServiceReference.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>compositeOrServiceReference</code> - The Composite (Service, Value, Entity or Transient) for which to lookup the - ModelDescriptor</dd> +<dd><code>compositeOrServiceReference</code> - The Composite (Service, Value, Entity or Transient) of ServiceReference + for which to lookup the ModelDescriptor</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The ModelDescriptor of the Composite</dd> +<dd>The ModelDescriptor of the Composite or ServiceReference</dd> </dl> </li> </ul> @@ -319,13 +319,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <h4>compositeDescriptorFor</h4> <pre><a href="../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a> compositeDescriptorFor(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> compositeOrServiceReference)</pre> -<div class="block">Returns the CompositeDescriptor of the Composite.</div> +<div class="block">Returns the CompositeDescriptor of the Composite or ServiceReference.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>compositeOrServiceReference</code> - The Composite (Service, Value, Entity or Transient) for which to lookup the - CompositeDescriptor</dd> +<dd><code>compositeOrServiceReference</code> - The Composite (Service, Value, Entity or Transient) or ServiceReference + for which to lookup the CompositeDescriptor</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The CompositeDescriptor of the Composite</dd> +<dd>The CompositeDescriptor of the Composite or ServiceReference</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html index 88c19b6..fbd9c21 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Activation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Activation (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Activation (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Activation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html index 8881357..c703b5f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivationEvent.EventType (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivationEvent.EventType (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivationEvent.EventType (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivationEvent.EventType (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html index 7ff0ad5..9c5bee5 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivationEvent (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivationEvent (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivationEvent (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivationEvent (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html index 02f61cf..f8cb80c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivationEventListener (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivationEventListener (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivationEventListener (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivationEventListener (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html index 401fdc1..261e2b9 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivationEventListenerRegistration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivationEventListenerRegistration (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivationEventListenerRegistration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivationEventListenerRegistration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html index f10a7c0..74f10af 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivationException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivationException (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivationException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivationException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html index 005dacf..6165c15 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Activator (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Activator (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Activator (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Activator (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../../org/apache/polygene/api/activation/ActivatorAdapter.html" title="class in org.apache.polygene.api.activation">ActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../ ../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../.. /../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.Activator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore /helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiServiceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexingService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexingService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivation.ServiceActivator.html" title="class in org.apache.polygene.api.service">ServiceActivation.ServiceActivator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivatorAdapter.html" title="class in org.apache.polygene.api.service">ServiceA ctivatorAdapter</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd> +<dd><a href="../../../../../org/apache/polygene/api/activation/ActivatorAdapter.html" title="class in org.apache.polygene.api.activation">ActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../ ../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../.. /../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.ApplyChangelogActivator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.ApplyChangelogActivator</a>, <a href="../../../../../org/apa che/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiSer viceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexingService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexingService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivation.ServiceActivator.html" title="class in org.apache.polygene.api.service">ServiceActivation.ServiceActivator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivatorAdapter.html" title="class in org.apache.po lygene.api.service">ServiceActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd> </dl> <hr> <br> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html index 775db36..ba8bce3 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivatorAdapter (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivatorAdapter (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivatorAdapter (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivatorAdapter (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource ">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntitySto reActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.Activator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreActivation.Activator</a>, <a hr ef="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiServiceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/Rdb msRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexingService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexingService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd> +<dd><a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource ">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntitySto reActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.ApplyChangelogActivator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.ApplyChangelogActivator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreAct ivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiServiceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygen e/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexingService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexingService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd> </dl> <hr> <br> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html index 7483515..57e5029 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActivatorDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ActivatorDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActivatorDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ActivatorDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html index 5686d0b..5bac5f6 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Activators (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Activators (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Activators (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Activators (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html index 2af1fb7..828aff5 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ApplicationPassivationThread (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ApplicationPassivationThread (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ApplicationPassivationThread (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ApplicationPassivationThread (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html index 8df9b2e..fd9661d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PassivationException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>PassivationException (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PassivationException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="PassivationException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html index 7ed1984..17cf59f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.polygene.api.activation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.activation (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html index 5f322f8..e6e54e2 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.polygene.api.activation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.activation (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.polygene.api.activation (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.activation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html index b03f2a8..4252744 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.polygene.api.activation Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.activation Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.polygene.api.activation Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.activation Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html index e6f90e6..7abbb69 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AbstractAssociation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AbstractAssociation (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AbstractAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AbstractAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html b/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html index 98611f2..0559244 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Association (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Association (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Association (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Association (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html index 3ac1ee8..e26b59e 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssociationDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssociationDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AssociationDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssociationDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html index 358fcff..d40410d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssociationMixin (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssociationMixin (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html index 826aa68..f93de0f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssociationStateDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssociationStateDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AssociationStateDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssociationStateDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html index f51ad05..cdb7e11 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssociationStateHolder (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssociationStateHolder (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AssociationStateHolder (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssociationStateHolder (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html index 0ad47b3..b2269e3 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssociationWrapper (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssociationWrapper (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AssociationWrapper (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssociationWrapper (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html b/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html index ef94493..d1dd512 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GenericAssociationInfo (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>GenericAssociationInfo (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="GenericAssociationInfo (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="GenericAssociationInfo (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html index 688bc49..2807d66 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ManyAssociation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ManyAssociation (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ManyAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ManyAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6}; +var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -131,44 +131,66 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#add-int-T-">add</a></span>(int i, - <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#add-int-T-">add</a></span>(int index, + <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> +<div class="block">Adds an entity reference representing the given entity to the <code>index</code> slot of this collection.</div> +</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#add-T-">add</a></span>(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#add-T-">add</a></span>(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> +<div class="block">Adds an entity reference representing the given entity to the end of this collection.</div> +</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#contains-T-">contains</a></span>(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#clear--">clear</a></span>()</code> +<div class="block">Clear all entities from this <code>ManyAssociation</code>.</div> +</td> </tr> <tr id="i3" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#contains-T-">contains</a></span>(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> +<div class="block">Check is the entity is part of this <code>ManyAssociation</code>.</div> +</td> +</tr> +<tr id="i4" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#count--">count</a></span>()</code> <div class="block">Returns the number of references in this association.</div> </td> </tr> -<tr id="i4" class="altColor"> +<tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#get-int-">get</a></span>(int i)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#get-int-">get</a></span>(int index)</code> +<div class="block">Fetch the entity refrence at the given index and fetch the entity from the entity store.</div> +</td> </tr> -<tr id="i5" class="rowColor"> +<tr id="i6" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a><<a href="../../../../../org/apache/polygene/api/entity/EntityReference.html" title="class in org.apache.polygene.api.entity">EntityReference</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#references--">references</a></span>()</code> <div class="block">Returns a stream of the references to the associated entities.</div> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i7" class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#remove-T-">remove</a></span>(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#remove-T-">remove</a></span>(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</code> +<div class="block">Removes the given entity from this <code>ManyAssociation</code>.</div> +</td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--">toList</a></span>()</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--">toList</a></span>()</code> +<div class="block">Fetches all entities represented by entity references in this collection and returns a List of such + entities.</div> +</td> </tr> -<tr id="i8" class="altColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--">toSet</a></span>()</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--">toSet</a></span>()</code> +<div class="block">Fetches all entities represented by entity references in this collection and returns a Set of such + entities.</div> +</td> </tr> </table> <ul class="blockList"> @@ -192,20 +214,6 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <!-- --> </a> <h3>Method Detail</h3> -<a name="count--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>count</h4> -<pre>int count()</pre> -<div class="block">Returns the number of references in this association.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the number of references in this association.</dd> -</dl> -</li> -</ul> <a name="contains-java.lang.Object-"> <!-- --> </a><a name="contains-T-"> @@ -215,6 +223,14 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <li class="blockList"> <h4>contains</h4> <pre>boolean contains(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</pre> +<div class="block">Check is the entity is part of this <code>ManyAssociation</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>entity</code> - The entity to be checking for.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if there is an entity in this ManyAssociation with the same <a href="../../../../../org/apache/polygene/api/identity/Identity.html" title="interface in org.apache.polygene.api.identity"><code>Identity</code></a> as the given + entity , otherwise false.</dd> +</dl> </li> </ul> <a name="add-int-java.lang.Object-"> @@ -225,8 +241,20 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>boolean add(int i, +<pre>boolean add(int index, <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</pre> +<div class="block">Adds an entity reference representing the given entity to the <code>index</code> slot of this collection. + <p> + <code>index=0</code> represents the beginning of the collection and if the <code>index</code> is equal or larger + than the length of the collection, the entity reference will be added to the end. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>entity</code> - The entity whose entity reference is to be added to this collection.</dd> +<dd><code>index</code> - the position for the entity to be inserted at.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if the entity reference has been added, false otherwise.</dd> +</dl> </li> </ul> <a name="add-java.lang.Object-"> @@ -238,6 +266,13 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <li class="blockList"> <h4>add</h4> <pre>boolean add(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</pre> +<div class="block">Adds an entity reference representing the given entity to the end of this collection.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>entity</code> - The entity whose entity reference is to be added to this collection.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if the entity reference has been added, false otherwise.</dd> +</dl> </li> </ul> <a name="remove-java.lang.Object-"> @@ -249,6 +284,33 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <li class="blockList"> <h4>remove</h4> <pre>boolean remove(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> entity)</pre> +<div class="block">Removes the given entity from this <code>ManyAssociation</code>. + <p> + The entity reference representing the given entity is removed from this collection. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>entity</code> - The entity reference to be removed.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if an entity reference was removed, otherwise false</dd> +</dl> +</li> +</ul> +<a name="clear--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre>boolean clear()</pre> +<div class="block">Clear all entities from this <code>ManyAssociation</code>. + <p> + All entity references present is removed from this collection. + </p></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if any entity reference was removed, otherwise false</dd> +</dl> </li> </ul> <a name="get-int-"> @@ -257,7 +319,28 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <ul class="blockList"> <li class="blockList"> <h4>get</h4> -<pre><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> get(int i)</pre> +<pre><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a> get(int index)</pre> +<div class="block">Fetch the entity refrence at the given index and fetch the entity from the entity store.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>index</code> - The index location in the collection of the entity reference to be fetched.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The retrieved entity that the entity reference of this collection represents.</dd> +</dl> +</li> +</ul> +<a name="count--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>count</h4> +<pre>int count()</pre> +<div class="block">Returns the number of references in this association.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the number of references in this association.</dd> +</dl> </li> </ul> <a name="toList--"> @@ -267,6 +350,16 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <li class="blockList"> <h4>toList</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a>> toList()</pre> +<div class="block">Fetches all entities represented by entity references in this collection and returns a List of such + entities. + <p> + Multiple references to the same entity will be present multiple times in the List, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--"><code>toSet()</code></a>. + The order in which the entities were added to this collection is preserved. + </p></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a List of entities represented by the entity references in this collection.</dd> +</dl> </li> </ul> <a name="toSet--"> @@ -276,6 +369,16 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm <li class="blockList"> <h4>toSet</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a>> toSet()</pre> +<div class="block">Fetches all entities represented by entity references in this collection and returns a Set of such + entities. + <p> + Multiple references to the same entity will NOT be present, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--"><code>toList()</code></a>. Sets are defined + to only contain any particular object once. Order is not preserved. + </p></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a Set of entities represented by the entity references in this collection.</dd> +</dl> </li> </ul> <a name="references--"> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html index 3356f60..a6c70b2 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ManyAssociationMixin (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ManyAssociationMixin (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ManyAssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ManyAssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) {
