apache-tuscany/sandbox/kgoodson/agfasdo/apidocs/com/agfa/hap/sdo/SelectClause.html
2008-06-17 00:23:01 +00:00

554 lines
26 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Wed Dec 05 13:51:34 GMT 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
SelectClause (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API)
</TITLE>
<META NAME="keywords" CONTENT="com.agfa.hap.sdo.SelectClause class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="SelectClause (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SelectClause.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/ReachableDefinition.html" title="class in com.agfa.hap.sdo"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/Snapshot.html" title="interface in com.agfa.hap.sdo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/agfa/hap/sdo/SelectClause.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="SelectClause.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<A NAME="main"></A>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.agfa.hap.sdo</FONT>
<BR>
Class SelectClause</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.agfa.hap.sdo.SelectClause</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/agfa/hap/sdo/SnapshotDefinition.html" title="interface in com.agfa.hap.sdo">SnapshotDefinition</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>SelectClause</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../com/agfa/hap/sdo/SnapshotDefinition.html" title="interface in com.agfa.hap.sdo">SnapshotDefinition</A></DL>
</PRE>
<P>
SnapshotDefinition defined by a comma-separated list of
property paths. Datatype properties (e.g. strings, dates etc) are included by default
and should not be part of the select clause. Many-valued properties that are not part of
the select string will be unavailable. Single-valued properties that are not part of
the select string will be available as proxies when they have their Identity property filled
in. Otherwise, they will not be part of the snapshot.
<p />
Using '*' as the name of a property indicates all properties of that type.
Using '**' indicates all properties recursively. This means all child
properties including all properties of those child properties (in case
they are not datatypes) recursively. This is similar to <A HREF="../../../../com/agfa/hap/sdo/ReachableDefinition.html" title="class in com.agfa.hap.sdo"><CODE>ReachableDefinition</CODE></A>.
<p />
Ex. address, serviceRequests, medicalCase.* for the Patient type will return all
basic properties of Patient, its address, its serviceRequests. And also its complete
medicalCase including many-valued properties and all its direct links.
<p />
Properties that are part of the definition but are not available when creating the snapshot
will be accessed. That may result in <A HREF="../../../../com/agfa/hap/sdo/PropertyNotAvailableException.html" title="class in com.agfa.hap.sdo"><CODE>PropertyNotAvailableException</CODE></A> being thrown or
might result in lazy retrieval of data (e.g. when working with Hibernate proxies).
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>AMOCZ</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#SelectClause(com.agfa.hap.sdo.PropertyTree)">SelectClause</A></B>(<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A>&nbsp;propertyTree)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#SelectClause(commonj.sdo.Type)">SelectClause</A></B>(<A HREF="../../../../commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>&nbsp;mainType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#SelectClause(commonj.sdo.Type, java.lang.String)">SelectClause</A></B>(<A HREF="../../../../commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>&nbsp;mainType,
java.lang.String&nbsp;clause)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#asCommaSeparatedString()">asCommaSeparatedString</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;other)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#getPropertyTree()">getPropertyTree</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#hashCode()">hashCode</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T&gt; void</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#visit(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T)">visit</A></B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;dataObject)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visits all properties of the object that are part
of the definition.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T&gt; void</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#visitChild(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T, com.agfa.hap.sdo.Property, com.agfa.hap.sdo.PropertyTree)">visitChild</A></B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;parent,
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A>&nbsp;property,
<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A>&nbsp;propertyTree)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T&gt; void</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#visitChildObject(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T, com.agfa.hap.sdo.Property, com.agfa.hap.sdo.PropertyTree)">visitChildObject</A></B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;dataObject,
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A>&nbsp;property,
<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A>&nbsp;tree)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T&gt; void</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/SelectClause.html#visitProxy(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T, com.agfa.hap.sdo.Property)">visitProxy</A></B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;dataObject,
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A>&nbsp;property)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this method is called if the property is not in the select clause
when used with the default SnapshotSerializer :
returning directly will result in property with value = null,
calling visitProxyProperty with a null identity will result in a not available property
calling visitProxyProperty with a non null identity will result in a property with isProxy=true</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SelectClause(com.agfa.hap.sdo.PropertyTree)"><!-- --></A><H3>
SelectClause</H3>
<PRE>
protected <B>SelectClause</B>(<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A>&nbsp;propertyTree)</PRE>
<DL>
</DL>
<HR>
<A NAME="SelectClause(commonj.sdo.Type)"><!-- --></A><H3>
SelectClause</H3>
<PRE>
public <B>SelectClause</B>(<A HREF="../../../../commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>&nbsp;mainType)</PRE>
<DL>
</DL>
<HR>
<A NAME="SelectClause(commonj.sdo.Type, java.lang.String)"><!-- --></A><H3>
SelectClause</H3>
<PRE>
public <B>SelectClause</B>(<A HREF="../../../../commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>&nbsp;mainType,
java.lang.String&nbsp;clause)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object&nbsp;other)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(com.agfa.hap.sdo.DataMapper,com.agfa.hap.sdo.ObjectPropertyVisitor,java.lang.Object)"><!-- --></A><A NAME="visit(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T)"><!-- --></A><H3>
visit</H3>
<PRE>
public &lt;T&gt; void <B>visit</B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;dataObject)
throws java.lang.Exception</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../com/agfa/hap/sdo/SnapshotDefinition.html#visit(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T)">SnapshotDefinition</A></CODE></B></DD>
<DD>Visits all properties of the object that are part
of the definition.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/agfa/hap/sdo/SnapshotDefinition.html#visit(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T)">visit</A></CODE> in interface <CODE><A HREF="../../../../com/agfa/hap/sdo/SnapshotDefinition.html" title="interface in com.agfa.hap.sdo">SnapshotDefinition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="visitProxy(com.agfa.hap.sdo.DataMapper,com.agfa.hap.sdo.ObjectPropertyVisitor,java.lang.Object,com.agfa.hap.sdo.Property)"><!-- --></A><A NAME="visitProxy(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T, com.agfa.hap.sdo.Property)"><!-- --></A><H3>
visitProxy</H3>
<PRE>
protected &lt;T&gt; void <B>visitProxy</B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;dataObject,
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A>&nbsp;property)
throws java.lang.Exception</PRE>
<DL>
<DD>this method is called if the property is not in the select clause
when used with the default SnapshotSerializer :
returning directly will result in property with value = null,
calling visitProxyProperty with a null identity will result in a not available property
calling visitProxyProperty with a non null identity will result in a property with isProxy=true
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Type Parameters:</B><DD><CODE>T</CODE> - <DT><B>Parameters:</B><DD><CODE>mapper</CODE> - <DD><CODE>visitor</CODE> - <DD><CODE>dataObject</CODE> - <DD><CODE>property</CODE> -
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="visitChildObject(com.agfa.hap.sdo.DataMapper,com.agfa.hap.sdo.ObjectPropertyVisitor,java.lang.Object,com.agfa.hap.sdo.Property,com.agfa.hap.sdo.PropertyTree)"><!-- --></A><A NAME="visitChildObject(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T, com.agfa.hap.sdo.Property, com.agfa.hap.sdo.PropertyTree)"><!-- --></A><H3>
visitChildObject</H3>
<PRE>
protected &lt;T&gt; void <B>visitChildObject</B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;dataObject,
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A>&nbsp;property,
<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A>&nbsp;tree)
throws java.lang.Exception</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="visitChild(com.agfa.hap.sdo.DataMapper,com.agfa.hap.sdo.ObjectPropertyVisitor,java.lang.Object,com.agfa.hap.sdo.Property,com.agfa.hap.sdo.PropertyTree)"><!-- --></A><A NAME="visitChild(com.agfa.hap.sdo.DataMapper, com.agfa.hap.sdo.ObjectPropertyVisitor, T, com.agfa.hap.sdo.Property, com.agfa.hap.sdo.PropertyTree)"><!-- --></A><H3>
visitChild</H3>
<PRE>
protected &lt;T&gt; void <B>visitChild</B>(<A HREF="../../../../com/agfa/hap/sdo/DataMapper.html" title="interface in com.agfa.hap.sdo">DataMapper</A>&lt;T&gt;&nbsp;mapper,
<A HREF="../../../../com/agfa/hap/sdo/ObjectPropertyVisitor.html" title="interface in com.agfa.hap.sdo">ObjectPropertyVisitor</A>&nbsp;visitor,
T&nbsp;parent,
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A>&nbsp;property,
<A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A>&nbsp;propertyTree)
throws java.lang.Exception</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getPropertyTree()"><!-- --></A><H3>
getPropertyTree</H3>
<PRE>
public <A HREF="../../../../com/agfa/hap/sdo/PropertyTree.html" title="class in com.agfa.hap.sdo">PropertyTree</A> <B>getPropertyTree</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="asCommaSeparatedString()"><!-- --></A><H3>
asCommaSeparatedString</H3>
<PRE>
public java.lang.String <B>asCommaSeparatedString</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SelectClause.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/ReachableDefinition.html" title="class in com.agfa.hap.sdo"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/Snapshot.html" title="interface in com.agfa.hap.sdo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/agfa/hap/sdo/SelectClause.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="SelectClause.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &copy; 2007. All Rights Reserved.
</BODY>
</HTML>