http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWork.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWork.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWork.html index f9a0db4..9d753c9 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWork.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWork.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWork (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWork (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="UnitOfWork (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWork (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/polygene/api/unitofwork/NoSuchEntityTypeException.html" title="class in org.apache.polygene.api.unitofwork"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/unitofwork/ToValueConverter.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -158,7 +158,7 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder } </pre> <p> - It has the very same effect than the template above but is shorter.</p></div> + It has the very same effect as the template above but is shorter.</p></div> </li> </ul> </div> @@ -197,7 +197,10 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/time/Instant.html?is-external=true" title="class or interface in java.time">Instant</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#currentTime--">currentTime</a></span>()</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#currentTime--">currentTime</a></span>()</code> +<div class="block">Current Time is a relative concept in systems capable of event sourcing and other + history-capable systems.</div> +</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> @@ -290,7 +293,9 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code><T> <a href="../../../../../org/apache/polygene/api/query/Query.html" title="interface in org.apache.polygene.api.query">Query</a><T></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#newQuery-org.apache.polygene.api.query.QueryBuilder-">newQuery</a></span>(<a href="../../../../../org/apache/polygene/api/query/QueryBuilder.html" title="interface in org.apache.polygene.api.query">QueryBuilder</a><T> queryBuilder)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#newQuery-org.apache.polygene.api.query.QueryBuilder-">newQuery</a></span>(<a href="../../../../../org/apache/polygene/api/query/QueryBuilder.html" title="interface in org.apache.polygene.api.query">QueryBuilder</a><T> queryBuilder)</code> +<div class="block">Creates a <a href="../../../../../org/apache/polygene/api/query/Query.html" title="interface in org.apache.polygene.api.query"><code>Query</code></a> from the given <a href="../../../../../org/apache/polygene/api/query/QueryBuilder.html" title="interface in org.apache.polygene.api.query"><code>QueryBuilder</code></a> on this <code>UnitOfWork</code>.</div> +</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>void</code></td> @@ -318,7 +323,10 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#setMetaInfo-java.lang.Object-">setMetaInfo</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> metaInfo)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#setMetaInfo-java.lang.Object-">setMetaInfo</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> metaInfo)</code> +<div class="block">Sets an arbitrary metaInfo object on this <code>UnitOfWork</code> which can be used for application-specific + information.</div> +</td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code><T extends <a href="../../../../../org/apache/polygene/api/identity/HasIdentity.html" title="interface in org.apache.polygene.api.identity">HasIdentity</a>><br>T</code></td> @@ -407,6 +415,13 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <li class="blockList"> <h4>currentTime</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/time/Instant.html?is-external=true" title="class or interface in java.time">Instant</a> currentTime()</pre> +<div class="block">Current Time is a relative concept in systems capable of event sourcing and other + history-capable systems. Current time is always expected to be read from here, and + history-capable systems will set the current time for each <a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html#newUnitOfWork-java.time.Instant-"><code>UnitOfWorkFactory.newUnitOfWork(Instant)</code></a></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the current time, either actual real time or historical time being part of some playback.</dd> +</dl> </li> </ul> <a name="usecase--"> @@ -430,6 +445,16 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <li class="blockList"> <h4>setMetaInfo</h4> <pre>void setMetaInfo(<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> metaInfo)</pre> +<div class="block">Sets an arbitrary metaInfo object on this <code>UnitOfWork</code> which can be used for application-specific + information. + <p> + The metaInfo object is retrieved by the <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html#metaInfo-java.lang.Class-"><code>MetaInfoHolder.metaInfo(Class)</code></a> method on the same UnitOfWork + instance. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>metaInfo</code> - The metaInfo object that can be retrieved with <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html#metaInfo-java.lang.Class-"><code>MetaInfoHolder.metaInfo(Class)</code></a>.</dd> +</dl> </li> </ul> <a name="newQuery-org.apache.polygene.api.query.QueryBuilder-"> @@ -439,6 +464,15 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <li class="blockList"> <h4>newQuery</h4> <pre><T> <a href="../../../../../org/apache/polygene/api/query/Query.html" title="interface in org.apache.polygene.api.query">Query</a><T> newQuery(<a href="../../../../../org/apache/polygene/api/query/QueryBuilder.html" title="interface in org.apache.polygene.api.query">QueryBuilder</a><T> queryBuilder)</pre> +<div class="block">Creates a <a href="../../../../../org/apache/polygene/api/query/Query.html" title="interface in org.apache.polygene.api.query"><code>Query</code></a> from the given <a href="../../../../../org/apache/polygene/api/query/QueryBuilder.html" title="interface in org.apache.polygene.api.query"><code>QueryBuilder</code></a> on this <code>UnitOfWork</code>.</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - The resulting type of the query.</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>queryBuilder</code> - The QueryBuilder holding the query specification/expression</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>A Query against this <code>UnitOfWork</code></dd> +</dl> </li> </ul> <a name="newEntity-java.lang.Class-"> @@ -892,14 +926,12 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <h4>toValueList</h4> <pre><T extends <a href="../../../../../org/apache/polygene/api/identity/HasIdentity.html" title="interface in org.apache.polygene.api.identity">HasIdentity</a>> <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><T> toValueList(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="interface in org.apache.polygene.api.association">ManyAssociation</a><T> association)</pre> <div class="block">Converts all the entities referenced in the ManyAssociation into a List of values of the same type. - <p> All the referenced entities inside the association will be fetched from the underlying entity store, which is potentially very expensive operation. Each of the fetched entities will be passed to <a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#toValue-java.lang.Class-T-"><code>toValue(Class, HasIdentity)</code></a>, and its associations will NOT be converted into values, but remain <a href="../../../../../org/apache/polygene/api/entity/EntityReference.html" title="class in org.apache.polygene.api.entity"><code>EntityReference</code></a> values. Hence there is no problem with circular references. </p> - <p> For this to work, the type <T> must be registered at bootstrap as both an Entity and a Value, and as seen in the method signature, also be sub-type of <a href="../../../../../org/apache/polygene/api/identity/HasIdentity.html" title="interface in org.apache.polygene.api.identity"><code>HasIdentity</code></a>. @@ -924,7 +956,6 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <h4>toValueSet</h4> <pre><T extends <a href="../../../../../org/apache/polygene/api/identity/HasIdentity.html" title="interface in org.apache.polygene.api.identity">HasIdentity</a>> <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><T> toValueSet(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="interface in org.apache.polygene.api.association">ManyAssociation</a><T> association)</pre> <div class="block">Converts all the entities referenced in the ManyAssociation into a Set of values of the same type. - <p> All the referenced entities inside the association will be fetched from the underlying entity store, which is potentially very expensive operation. However, any duplicate EntityReferences in the association @@ -932,7 +963,6 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#toValue-java.lang.Class-T-"><code>toValue(Class, HasIdentity)</code></a>, and its associations will NOT be converted into values, but remain <a href="../../../../../org/apache/polygene/api/entity/EntityReference.html" title="class in org.apache.polygene.api.entity"><code>EntityReference</code></a> values. Hence there is no problem with circular references. </p> - <p> For this to work, the type <T> must be registered at bootstrap as both an Entity and a Value, and as seen in the method signature, also be sub-type of <a href="../../../../../org/apache/polygene/api/identity/HasIdentity.html" title="interface in org.apache.polygene.api.identity"><code>HasIdentity</code></a>. @@ -957,7 +987,6 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder <h4>toValueMap</h4> <pre><T extends <a href="../../../../../org/apache/polygene/api/identity/HasIdentity.html" title="interface in org.apache.polygene.api.identity">HasIdentity</a>> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,T> toValueMap(<a href="../../../../../org/apache/polygene/api/association/NamedAssociation.html" title="interface in org.apache.polygene.api.association">NamedAssociation</a><T> association)</pre> <div class="block">Converts the <a href="../../../../../org/apache/polygene/api/association/NamedAssociation.html" title="interface in org.apache.polygene.api.association"><code>NamedAssociation</code></a> into a Map with a String key and a ValueComposite as the value. - <p> A <a href="../../../../../org/apache/polygene/api/association/NamedAssociation.html" title="interface in org.apache.polygene.api.association"><code>NamedAssociation</code></a> is effectively a Map with a String key and an EntityReference as the value. The EntityReference is fetched from the entity store and converted into a value of the same type.Each of the fetched @@ -1077,7 +1106,7 @@ extends <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/polygene/api/unitofwork/NoSuchEntityTypeException.html" title="class in org.apache.polygene.api.unitofwork"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/unitofwork/ToValueConverter.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList">
http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.UnitOfWorkStatus.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.UnitOfWorkStatus.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.UnitOfWorkStatus.html index b2206e6..93d7977 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.UnitOfWorkStatus.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.UnitOfWorkStatus.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkCallback.UnitOfWorkStatus (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkCallback.UnitOfWorkStatus (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="UnitOfWorkCallback.UnitOfWorkStatus (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkCallback.UnitOfWorkStatus (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/unitofwork/UnitOfWorkCallback.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html index fdc0804..85fefef 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkCallback (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkCallback (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="UnitOfWorkCallback (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkCallback (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/unitofwork/UnitOfWorkCompletionException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCompletionException.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCompletionException.html index d508270..10f0029 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCompletionException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkCompletionException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkCompletionException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkCompletionException (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="UnitOfWorkCompletionException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkCompletionException (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/unitofwork/UnitOfWorkException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkException.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkException.html index 7c10e5e..0d7b664 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkException (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="UnitOfWorkException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkException (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/unitofwork/UnitOfWorkFactory.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html index 4027e7e..9817946 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkFactory (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkFactory (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="UnitOfWorkFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkFactory (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/unitofwork/UnitOfWorkOptions.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkOptions.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkOptions.html index 92ed88d..4c0068f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkOptions.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkOptions.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkOptions (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkOptions (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="UnitOfWorkOptions (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkOptions (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/unitofwork/UnitOfWorkTemplate.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkTemplate.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkTemplate.html index aa2a537..47cd393 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkTemplate.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/UnitOfWorkTemplate.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkTemplate (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkTemplate (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="UnitOfWorkTemplate (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkTemplate (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/unitofwork/concern/UnitOfWorkConcern.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkConcern.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkConcern.html index 4b54b0c..bf4ba9f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkConcern.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkConcern.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkConcern (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkConcern (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="UnitOfWorkConcern (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkConcern (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/unitofwork/concern/UnitOfWorkDiscardOn.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkDiscardOn.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkDiscardOn.html index f3eee5e..1486b55 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkDiscardOn.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkDiscardOn.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkDiscardOn (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkDiscardOn (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="UnitOfWorkDiscardOn (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkDiscardOn (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/unitofwork/concern/UnitOfWorkPropagation.Propagation.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.Propagation.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.Propagation.html index 01d64e8..6c97495 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.Propagation.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.Propagation.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkPropagation.Propagation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkPropagation.Propagation (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="UnitOfWorkPropagation.Propagation (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkPropagation.Propagation (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/unitofwork/concern/UnitOfWorkPropagation.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html index 4b0c3ad..182a45f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkPropagation (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkPropagation (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="UnitOfWorkPropagation (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkPropagation (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/unitofwork/concern/UnitOfWorkRetry.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkRetry.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkRetry.html index 790ca13..24e5d58 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkRetry.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/UnitOfWorkRetry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UnitOfWorkRetry (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UnitOfWorkRetry (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="UnitOfWorkRetry (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UnitOfWorkRetry (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/unitofwork/concern/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-frame.html index 134e866..19908c4 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/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.unitofwork.concern (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.unitofwork.concern (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/unitofwork/concern/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-summary.html index 2b2e63a..4f92073 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/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.unitofwork.concern (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.unitofwork.concern (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.unitofwork.concern (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.unitofwork.concern (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/unitofwork/concern/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-tree.html index 70a2e81..187d9df 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/concern/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.unitofwork.concern Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.unitofwork.concern 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.unitofwork.concern Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.unitofwork.concern Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -94,8 +94,8 @@ </ul> <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2> <ul> -<li type="circle">org.apache.polygene.api.unitofwork.concern.<a href="../../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html" title="annotation in org.apache.polygene.api.unitofwork.concern"><span class="typeNameLink">UnitOfWorkPropagation</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.polygene.api.unitofwork.concern.<a href="../../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkRetry.html" title="annotation in org.apache.polygene.api.unitofwork.concern"><span class="typeNameLink">UnitOfWorkRetry</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> +<li type="circle">org.apache.polygene.api.unitofwork.concern.<a href="../../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html" title="annotation in org.apache.polygene.api.unitofwork.concern"><span class="typeNameLink">UnitOfWorkPropagation</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.polygene.api.unitofwork.concern.<a href="../../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkDiscardOn.html" title="annotation in org.apache.polygene.api.unitofwork.concern"><span class="typeNameLink">UnitOfWorkDiscardOn</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-frame.html index 6e43984..bab8f6d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/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.unitofwork (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.unitofwork (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> @@ -13,6 +13,8 @@ <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> +<li><a href="ToEntityConverter.html" title="interface in org.apache.polygene.api.unitofwork" target="classFrame"><span class="interfaceName">ToEntityConverter</span></a></li> +<li><a href="ToValueConverter.html" title="interface in org.apache.polygene.api.unitofwork" target="classFrame"><span class="interfaceName">ToValueConverter</span></a></li> <li><a href="UnitOfWork.html" title="interface in org.apache.polygene.api.unitofwork" target="classFrame"><span class="interfaceName">UnitOfWork</span></a></li> <li><a href="UnitOfWorkCallback.html" title="interface in org.apache.polygene.api.unitofwork" target="classFrame"><span class="interfaceName">UnitOfWorkCallback</span></a></li> <li><a href="UnitOfWorkFactory.html" title="interface in org.apache.polygene.api.unitofwork" target="classFrame"><span class="interfaceName">UnitOfWorkFactory</span></a></li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-summary.html index 2466c4a..8cf5f8c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/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.unitofwork (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.unitofwork (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.unitofwork (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.unitofwork (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -86,6 +86,21 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/unitofwork/ToEntityConverter.html" title="interface in org.apache.polygene.api.unitofwork">ToEntityConverter</a></td> +<td class="colLast"> +<div class="block">MetaInfo holder for value-to-entity conversion in <a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#toEntity-java.lang.Class-T-"><code>UnitOfWork.toEntity(Class, HasIdentity)</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/unitofwork/ToValueConverter.html" title="interface in org.apache.polygene.api.unitofwork">ToValueConverter</a></td> +<td class="colLast"> +<div class="block">MetaInfo holder for entity-to-value conversion in <a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html#toValue-java.lang.Class-T-"><code>UnitOfWork.toValue(Class, HasIdentity)</code></a> + + The implementation of this interface should be registered as metaInfo on the <a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><code>Usecase</code></a> + of the <a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html" title="interface in org.apache.polygene.api.unitofwork"><code>UnitOfWork</code></a> where the conversion should take place.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html" title="interface in org.apache.polygene.api.unitofwork">UnitOfWork</a></td> <td class="colLast"> <div class="block">All operations on entities goes through an UnitOfWork.</div> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-tree.html index b1fe77a..ebafe15 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/unitofwork/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.unitofwork Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.unitofwork 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.unitofwork Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.unitofwork Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -129,6 +129,8 @@ <li type="circle">org.apache.polygene.api.unitofwork.<a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWork.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">UnitOfWork</span></a> (also extends java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>)</li> </ul> </li> +<li type="circle">org.apache.polygene.api.unitofwork.<a href="../../../../../org/apache/polygene/api/unitofwork/ToEntityConverter.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">ToEntityConverter</span></a></li> +<li type="circle">org.apache.polygene.api.unitofwork.<a href="../../../../../org/apache/polygene/api/unitofwork/ToValueConverter.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">ToValueConverter</span></a></li> <li type="circle">org.apache.polygene.api.unitofwork.<a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWorkCallback.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">UnitOfWorkCallback</span></a></li> <li type="circle">org.apache.polygene.api.unitofwork.<a href="../../../../../org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html" title="interface in org.apache.polygene.api.unitofwork"><span class="typeNameLink">UnitOfWorkFactory</span></a></li> </ul> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/usecase/Usecase.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/usecase/Usecase.html b/content/java/develop/javadocs/org/apache/polygene/api/usecase/Usecase.html index 6555231..6d82263 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/usecase/Usecase.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/usecase/Usecase.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Usecase (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Usecase (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="Usecase (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Usecase (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -108,19 +108,15 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a></dd> +<dd><a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a></dd> </dl> <hr> <br> <pre>public final class <span class="typeNameLabel">Usecase</span> extends <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> -implements <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a></pre> +implements <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a></pre> <div class="block">A Usecase. A Usecase is used as a model for UnitOfWork, and helps implementations decide what to do in certain circumstances.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../serialized-form.html#org.apache.polygene.api.usecase.Usecase">Serialized Form</a></dd> -</dl> </li> </ul> </div> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseBuilder.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseBuilder.html b/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseBuilder.html index 41e5e08..dbe1bee 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseBuilder.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UsecaseBuilder (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>UsecaseBuilder (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="UsecaseBuilder (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="UsecaseBuilder (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">Prev Class</span></a></li> -<li>Next Class</li> +<li><a href="../../../../../org/apache/polygene/api/usecase/UsecaseFactory.html" title="interface in org.apache.polygene.api.usecase"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/polygene/api/usecase/UsecaseBuilder.html" target="_top">Frames</a></li> @@ -231,7 +231,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">Prev Class</span></a></li> -<li>Next Class</li> +<li><a href="../../../../../org/apache/polygene/api/usecase/UsecaseFactory.html" title="interface in org.apache.polygene.api.usecase"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/polygene/api/usecase/UsecaseBuilder.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseFactory.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseFactory.html b/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseFactory.html new file mode 100644 index 0000000..7345de4 --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/usecase/UsecaseFactory.html @@ -0,0 +1,221 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>UsecaseFactory (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> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UsecaseFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/polygene/api/usecase/UsecaseBuilder.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/usecase/UsecaseFactory.html" target="_top">Frames</a></li> +<li><a href="UsecaseFactory.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.polygene.api.usecase</div> +<h2 title="Interface UsecaseFactory" class="title">Interface UsecaseFactory</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">UsecaseFactory</span></pre> +<div class="block">An optional service that if implemented and available to the <a href="../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkConcern.html" title="class in org.apache.polygene.api.unitofwork.concern"><code>UnitOfWorkConcern</code></a> + will use to create the named <a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><code>Usecase</code></a> of the <a href="../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html" title="annotation in org.apache.polygene.api.unitofwork.concern"><code>UnitOfWorkPropagation</code></a> annotation.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase">Usecase</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/usecase/UsecaseFactory.html#createUsecase-java.lang.String-">createUsecase</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="createUsecase-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>createUsecase</h4> +<pre><a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase">Usecase</a> createUsecase(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/polygene/api/usecase/UsecaseBuilder.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/usecase/UsecaseFactory.html" target="_top">Frames</a></li> +<li><a href="UsecaseFactory.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-frame.html index c577661..d06dfda 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-frame.html @@ -4,13 +4,17 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.polygene.api.usecase (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.usecase (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> <body> <h1 class="bar"><a href="../../../../../org/apache/polygene/api/usecase/package-summary.html" target="classFrame">org.apache.polygene.api.usecase</a></h1> <div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="UsecaseFactory.html" title="interface in org.apache.polygene.api.usecase" target="classFrame"><span class="interfaceName">UsecaseFactory</span></a></li> +</ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Usecase.html" title="class in org.apache.polygene.api.usecase" target="classFrame">Usecase</a></li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-summary.html index e555188..d91b80c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/usecase/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.usecase (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.usecase (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.usecase (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.usecase (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -78,6 +78,24 @@ <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> +<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Interface</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/usecase/UsecaseFactory.html" title="interface in org.apache.polygene.api.usecase">UsecaseFactory</a></td> +<td class="colLast"> +<div class="block">An optional service that if implemented and available to the <a href="../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkConcern.html" title="class in org.apache.polygene.api.unitofwork.concern"><code>UnitOfWorkConcern</code></a> + will use to create the named <a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><code>Usecase</code></a> of the <a href="../../../../../org/apache/polygene/api/unitofwork/concern/UnitOfWorkPropagation.html" title="annotation in org.apache.polygene.api.unitofwork.concern"><code>UnitOfWorkPropagation</code></a> annotation.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd"> </span></caption> <tr> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-tree.html index 199578e..62a3f10 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/usecase/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/usecase/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.usecase Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.usecase 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.usecase Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.usecase Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -80,11 +80,15 @@ <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> -<li type="circle">org.apache.polygene.api.usecase.<a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">Usecase</span></a> (implements org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>, java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.polygene.api.usecase.<a href="../../../../../org/apache/polygene/api/usecase/Usecase.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">Usecase</span></a> (implements org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>)</li> <li type="circle">org.apache.polygene.api.usecase.<a href="../../../../../org/apache/polygene/api/usecase/UsecaseBuilder.html" title="class in org.apache.polygene.api.usecase"><span class="typeNameLink">UsecaseBuilder</span></a></li> </ul> </li> </ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">org.apache.polygene.api.usecase.<a href="../../../../../org/apache/polygene/api/usecase/UsecaseFactory.html" title="interface in org.apache.polygene.api.usecase"><span class="typeNameLink">UsecaseFactory</span></a></li> +</ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/util/AccessibleObjects.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/util/AccessibleObjects.html b/content/java/develop/javadocs/org/apache/polygene/api/util/AccessibleObjects.html new file mode 100644 index 0000000..147247a --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/util/AccessibleObjects.html @@ -0,0 +1,251 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>AccessibleObjects (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> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="AccessibleObjects (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../../org/apache/polygene/api/util/Annotations.html" title="class in org.apache.polygene.api.util"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/util/AccessibleObjects.html" target="_top">Frames</a></li> +<li><a href="AccessibleObjects.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.polygene.api.util</div> +<h2 title="Class AccessibleObjects" class="title">Class AccessibleObjects</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.polygene.api.util.AccessibleObjects</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">AccessibleObjects</span> +extends <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></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static <T extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true" title="class or interface in java.lang.reflect">AccessibleObject</a>><br>T</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/util/AccessibleObjects.html#accessible-T-">accessible</a></span>(T accessibleObject)</code> +<div class="block">Ensure that a Method, Field, Constructor is accessible.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<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></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="accessible-java.lang.reflect.AccessibleObject-"> +<!-- --> +</a><a name="accessible-T-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>accessible</h4> +<pre>public static <T extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true" title="class or interface in java.lang.reflect">AccessibleObject</a>> T accessible(T accessibleObject)</pre> +<div class="block">Ensure that a Method, Field, Constructor is accessible. + + If it is public, do nothing. + Otherwise, use <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible-boolean-" title="class or interface in java.lang.reflect"><code>AccessibleObject.setAccessible(boolean)</code></a> if it hasn't already been done.</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - AccessibleObject type</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>accessibleObject</code> - The AccessibleObject</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The given AccessibleObject, accessible</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../../org/apache/polygene/api/util/Annotations.html" title="class in org.apache.polygene.api.util"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/util/AccessibleObjects.html" target="_top">Frames</a></li> +<li><a href="AccessibleObjects.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/util/Annotations.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/util/Annotations.html b/content/java/develop/javadocs/org/apache/polygene/api/util/Annotations.html index fa46a64..ef9b68d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/util/Annotations.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/util/Annotations.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Annotations (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Annotations (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="Annotations (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Annotations (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li>Prev Class</li> +<li><a href="../../../../../org/apache/polygene/api/util/AccessibleObjects.html" title="class in org.apache.polygene.api.util"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/polygene/api/util/Classes.html" title="class in org.apache.polygene.api.util"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -328,7 +328,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? </div> <div class="subNav"> <ul class="navList"> -<li>Prev Class</li> +<li><a href="../../../../../org/apache/polygene/api/util/AccessibleObjects.html" title="class in org.apache.polygene.api.util"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/polygene/api/util/Classes.html" title="class in org.apache.polygene.api.util"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/util/Classes.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/util/Classes.html b/content/java/develop/javadocs/org/apache/polygene/api/util/Classes.html index bcf4cda..a813f39 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/util/Classes.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/util/Classes.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Classes (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Classes (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="Classes (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Classes (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) {
