| author | Vrishali Doke | 2012-08-30 07:04:42 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-08-30 07:04:42 (EDT) |
| commit | e58859a10285069fe9b2d78a159758e21651ca80 (patch) (side-by-side diff) | |
| tree | c90dc30f5bde17efe19678547d2ad7308b5561dd | |
| parent | 174be0d760148928d46ea3d588b34497037cd1b2 (diff) | |
| download | org.eclipse.stardust.documentation-e58859a10285069fe9b2d78a159758e21651ca80.zip org.eclipse.stardust.documentation-e58859a10285069fe9b2d78a159758e21651ca80.tar.gz org.eclipse.stardust.documentation-e58859a10285069fe9b2d78a159758e21651ca80.tar.bz2 | |
CRNT-25597 - Pepper guide structure
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@58798 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/analysttoc.xml | 8 | ||||
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-overview.html | 51 |
2 files changed, 56 insertions, 3 deletions
diff --git a/org.eclipse.stardust.docs.analyst/analysttoc.xml b/org.eclipse.stardust.docs.analyst/analysttoc.xml index 325fdd3..5d006fd 100644 --- a/org.eclipse.stardust.docs.analyst/analysttoc.xml +++ b/org.eclipse.stardust.docs.analyst/analysttoc.xml @@ -10,8 +10,10 @@ Contributors:
SunGard CSA LLC - initial API and implementation and/or initial documentation
-->
-<toc label="Business Process Modeling Handbook" link_to="toc.xml#analysttoc"> - <topic href="html/handbooks/modelling_analyst/pep-modeler-preface.html" label="The Process Workbench"> +<toc label="Business Process Modeling Handbook" link_to="toc.xml#analysttoc" topic="html/toc.html"> + <topic href="html/handbooks/modelling_analyst/pep-overview.html" label="Overview"> + </topic> + <topic href="html/handbooks/modelling_analyst/pep-perspective-overview.html" label="The Business Process Modeling Perspective"> <topic href="html/handbooks/modelling_analyst/model-views/pep-panles.html" label="Panels"> </topic> @@ -52,7 +54,7 @@ </topic> <topic href="html/handbooks/modelling_analyst/pep-session-log.htm" label="Modeling Session Log"> </topic> - </topic> + diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-overview.html b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-overview.html new file mode 100644 index 0000000..04e7145 --- a/dev/null +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-overview.html @@ -0,0 +1,51 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta http-equiv="Content-Style-Type" content="text/css">
+
+<link rel="STYLESHEET" href="../../styles/carnot.css" charset="ISO-8859-1" type="text/css">
+<title>The Business Process Modeling Perspective</title>
+<script language="JavaScript" src="../../styles/naviLine.js" type="text/javascript"></script>
+</head>
+<body>
+<script language="JavaScript" type="text/javascript">
+<!--
+ writeNavigation("Working with Models","PLUGINS_ROOT/org.eclipse.stardust.docs.dev/html/toc.html",
+ "mg-modeler-preface.html","models/model-preface.html",
+ "../../toc.html","Business Analyst Handbooks",
+ "mg-preface.htm","The Modeling Guide",
+ "mg-modeler-preface.html","The Process Workbench");
+ -->
+</script>
+
+<h1>The Business Process Modeling Perspective</h1>
+<p>The Analyst Perspective provides a graphical modeling perspective to design
+business process models with generic objects.
+To open the @productnameonly@ Analyst Perspective select <strong>Window > Open
+Perspective > Other... > @productnameonly@ Analyst Perspective</strong>.
+In this perspective you have several views to work with. They are basically:</p>
+<ul>
+ <li><a href="model-views/views-outline.html">Outline view</a></li>
+ <li><a href="model-views/views-diagrams.html">Working with Diagrams</a></li>
+ <li><a href="model-views/views-cheat.html">Cheat Sheet View</a></li>
+ <li><a href="model-views/views-repository.html">@productnameonly@ Process Model Repository</a></li>
+ <li><a href="model-views/views-bookmark.html">@productnameonly@ Process Model Bookmarks</a></li>
+ <li><a href="model-views/views-traversal.html">@productnameonly@ Process Model Traversal</a></li>
+</ul>
+<p>The chapter <a href="model-views/views-simplify.html">Simplifying the Modeler View</a>
+provides tips about how to simplify your modeler view to the functionality
+you really need. You can customize your perspective by changing the layout of your views.
+For information about working with Eclipse perspectives and views in general,
+please refer to the Eclipse Help.</p>
+<p> </p>
+<p class="image"><a href="images/mg-defdesk-2_orgSize.png" target="_blank"><img
+ src="images/mg-defdesk-2.png" alt=""></a> <br>
+<strong>Figure:</strong> The @productnameonly@ Process Workbench</p>
+<script language="JavaScript" type="text/javascript">
+<!--
+writeFooter();
+-->
+</script>
+</body>
+</html>
|

