You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/09/04 12:34:04 UTC

svn commit: r572609 - in /directory/studio/trunk/studio-schemaeditor-help: resources/images/ src/main/resources/

Author: pamarcelot
Date: Tue Sep  4 03:34:00 2007
New Revision: 572609

URL: http://svn.apache.org/viewvc?rev=572609&view=rev
Log:
Added 'Creating a new object class' section.

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-content.png   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-general.png   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-mandatory-attribute-types.png   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-optional-attribute-types.png   (with props)
Modified:
    directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-content.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-content.png?rev=572609&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-content.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-general.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-general.png?rev=572609&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-general.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-mandatory-attribute-types.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-mandatory-attribute-types.png?rev=572609&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-mandatory-attribute-types.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-optional-attribute-types.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-optional-attribute-types.png?rev=572609&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-object-class-wizard-optional-attribute-types.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572609&r1=572608&r2=572609&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Tue Sep  4 03:34:00 2007
@@ -1260,7 +1260,7 @@
 						<para>Select the schema in which insert the new attribute type and specify its naming and description information (OID, aliases and description)</para>
 					</listitem>
 					<listitem>
-						<para>Specify the attribute content such as superior and usage, as well as syntax and properties</para>
+						<para>Specify the attribute type content such as superior and usage, as well as syntax and properties</para>
 					</listitem>
 					<listitem>
 						<para>Specify the equality, ordering and/or substring matching rules</para>
@@ -1334,7 +1334,7 @@
 			<simplesect>
 				<title>Page 2</title>
 				<para>
-					The second page allows you to specify the attribute content such as superior and usage, as well as syntax and properties.
+					The second page allows you to specify the attribute type content such as superior and usage, as well as syntax and properties.
 				</para>
 				<para>
 					<screenshot>
@@ -1481,8 +1481,246 @@
 		<!-- CREATING A NEW OBJECT CLASS SECTION -->
         <section id="tasks_creating_new_object_class">
 		    <title>Creating a new object class</title>
-		    <para>
+		    <para>To create a new attribute type, choose one of the following options:
+		    	<itemizedlist spacing="normal" mark="bullet">
+                     <listitem>In the Schema view, choose <emphasis role="strong">New > 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_object-class-new.gif" format="GIF" />
+						</imageobject>
+                     	New Object Class</emphasis> from the context menu.</listitem>
+                     	<listitem>In the Schema view, click the <emphasis role="strong"> 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_object-class-new.gif" format="GIF" />
+						</imageobject>
+                     	New Object Class</emphasis> button in the toolbar.</listitem> 
+                     <listitem>In the Workbench menu bar select <emphasis role="strong">File > New...</emphasis>  and choose 
+                     	<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_object-class-new.gif" format="GIF" />
+						</imageobject>
+                     	<emphasis role="strong"> New Object Class</emphasis></listitem> 
+                 </itemizedlist>
 		    </para>
+		    <para>
+				The creation of a new object class is a four-step process:
+				<orderedlist numeration="arabic">
+					<listitem>
+						<para>Select the schema in which insert the new object class and specify its naming and description information (OID, aliases and description)</para>
+					</listitem>
+					<listitem>
+						<para>Specify the object class content such as superiors, class type and properties</para>
+					</listitem>
+					<listitem>
+						<para>Specify the mandatory attribute types of the new object class</para>
+					</listitem>
+					<listitem>
+						<para>Specify the optional attribute types of the new object class</para>
+					</listitem>
+				</orderedlist>
+			</para>
+			<simplesect>
+				<title>Page 1</title>
+				<para>
+					The first page allows you to select the schema in which insert the new object class and specify its naming and description information (OID, aliases and description).
+				</para>
+				<para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/tasks_new-object-class-wizard-general.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+				<para>
+					<informaltable frame="all">
+						<tgroup cols="3">
+							<colspec colname="Option" colwidth="1*" />
+							<colspec colname="Description" colwidth="2*" />
+							<colspec colname="Default" colwidth="1*" />
+							<thead>
+								<row>
+									<entry>Option</entry>
+									<entry>Description</entry>
+									<entry>Default</entry>
+								</row>
+							</thead>
+							<tbody>
+								<row>
+									<entry>Schema</entry>
+									<entry>
+										The schema in which insert the new object class.
+									</entry>
+									<entry>empty</entry>
+								</row>
+								<row>
+									<entry>OID</entry>
+									<entry>
+										The OID of the new object class. The OID must be
+										unique.
+									</entry>
+									<entry>empty</entry>
+								</row>
+								<row>
+									<entry>Aliases</entry>
+									<entry>
+										The aliases (or names) of the new object class. Each alias (or name) must be
+										unique.
+									</entry>
+									<entry>empty</entry>
+								</row>
+								<row>
+									<entry>Description</entry>
+									<entry>
+										The description of the new object class.
+									</entry>
+									<entry>empty</entry>
+								</row>
+							</tbody>
+						</tgroup>
+					</informaltable>
+				</para>
+			</simplesect>
+			<simplesect>
+				<title>Page 2</title>
+				<para>
+					The second page allows you to specify the object class content such as superiors, class type and properties.
+				</para>
+				<para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/tasks_new-object-class-wizard-content.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+				<para>
+					<informaltable frame="all">
+						<tgroup cols="3">
+							<colspec colname="Option" colwidth="1*" />
+							<colspec colname="Description" colwidth="2*" />
+							<colspec colname="Default" colwidth="1*" />
+							<thead>
+								<row>
+									<entry>Option</entry>
+									<entry>Description</entry>
+									<entry>Default</entry>
+								</row>
+							</thead>
+							<tbody>
+								<row>
+									<entry>Superiors</entry>
+									<entry>
+										The superiors object classes of the new object class.
+									</entry>
+									<entry>empty</entry>
+								</row>
+								<row>
+									<entry>Class Type</entry>
+									<entry>
+										The class type of the new object class.
+									</entry>
+									<entry>Structural</entry>
+								</row>
+								<row>
+									<entry>Obsolete</entry>
+									<entry>
+										Indicates the new object class is obsolete. 
+									</entry>
+									<entry>Not checked</entry>
+								</row>
+							</tbody>
+						</tgroup>
+					</informaltable>
+				</para>
+			</simplesect>
+			<simplesect>
+				<title>Page 3</title>
+				<para>
+					The third page allows you to specify the mandatory attribute types of the new object class.
+				</para>
+				<para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/tasks_new-object-class-wizard-mandatory-attribute-types.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+				<para>
+					<informaltable frame="all">
+						<tgroup cols="3">
+							<colspec colname="Option" colwidth="1*" />
+							<colspec colname="Description" colwidth="2*" />
+							<colspec colname="Default" colwidth="1*" />
+							<thead>
+								<row>
+									<entry>Option</entry>
+									<entry>Description</entry>
+									<entry>Default</entry>
+								</row>
+							</thead>
+							<tbody>
+								<row>
+									<entry>Mandatory Attribute Types</entry>
+									<entry>
+										The mandatory attribute types of the new object class.
+									</entry>
+									<entry>empty</entry>
+								</row>
+							</tbody>
+						</tgroup>
+					</informaltable>
+				</para>
+			</simplesect>
+			<simplesect>
+				<title>Page 4</title>
+				<para>
+					The forth page allows you to specify the optional attribute types of the new object class.
+				</para>
+				<para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/tasks_new-object-class-wizard-optional-attribute-types.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+				<para>
+					<informaltable frame="all">
+						<tgroup cols="3">
+							<colspec colname="Option" colwidth="1*" />
+							<colspec colname="Description" colwidth="2*" />
+							<colspec colname="Default" colwidth="1*" />
+							<thead>
+								<row>
+									<entry>Option</entry>
+									<entry>Description</entry>
+									<entry>Default</entry>
+								</row>
+							</thead>
+							<tbody>
+								<row>
+									<entry>Optional Attribute Types</entry>
+									<entry>
+										The optional attribute types of the new object class.
+									</entry>
+									<entry>empty</entry>
+								</row>
+							</tbody>
+						</tgroup>
+					</informaltable>
+				</para>
+			</simplesect>
 	    </section>
 	    
 	</chapter>