Skip to content

Instantly share code, notes, and snippets.

@PatrickKwinten
Created November 11, 2016 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatrickKwinten/968f1068338f07df8e903c7b33ae4d09 to your computer and use it in GitHub Desktop.
Save PatrickKwinten/968f1068338f07df8e903c7b33ae4d09 to your computer and use it in GitHub Desktop.
Notes view to monitor the documents (vertex and edge) in the graph db
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE view SYSTEM 'xmlschemas/domino_9_0_1.dtd'>
<view name='graph' xmlns='http://www.lotus.com/dxl' version='9.0' maintenanceversion='1.5'
replicaid='C1258012006BB5B4' showinmenu='false' publicaccess='false' designerversion='8.5.3'
unreadmarks='none' onopengoto='lastopened' onrefresh='displayindicator' headers='beveled'
opencollapsed='false' showresponsehierarchy='true' showmargin='true' shrinkrows='false'
extendlastcolumn='false' showhierarchies='false' unreadcolor='black' rowlinecount='1'
headerlinecount='1' rowspacing='1' bgcolor='white' totalscolor='black' headerbgcolor='white'
boldunreadrows='false' evaluateactions='false' allownewdocuments='false'
allowcustomizations='true' hidemarginborder='false' marginwidth='0px' marginbgcolor='white'
uniquekeys='false'>
<noteinfo noteid='136' unid='63E864904EF41B91C1257F96004D40FE' sequence='8'>
<created><datetime dst='true'>20160415T160349,10+02</datetime></created>
<modified><datetime dst='true'>20160930T195954,80+02</datetime></modified>
<revised><datetime dst='true'>20160930T195954,79+02</datetime></revised>
<lastaccessed><datetime dst='true'>20160930T195954,80+02</datetime></lastaccessed>
<addedtofile><datetime dst='true'>20160818T115357,70+02</datetime></addedtofile></noteinfo>
<updatedby><name>CN=Patrick Kwinten/O=quintessens</name></updatedby>
<wassignedby><name>CN=Patrick Kwinten/O=quintessens</name></wassignedby><code
event='selection'><formula>SELECT @All</formula></code>
<column sort='ascending' hidedetailrows='false' itemname='$7' width='10' resizable='true'
separatemultiplevalues='true' sortnoaccent='true' sortnocase='true' showaslinks='false'
categorized='true' twisties='true'><font size='8pt'/><columnheader title='type'><font
size='8pt' style='bold'/></columnheader><code event='value'><formula>@If(_ODA_GRAPHTYPE="E";"Edge";"Vertice")</formula></code></column>
<column sort='ascending' hidedetailrows='false' itemname='$8' width='15' resizable='true'
separatemultiplevalues='true' sortnoaccent='false' sortnocase='true' showaslinks='false'
categorized='true' twisties='true'><font size='8pt'/><columnheader title='form'><font
size='8pt' style='bold'/></columnheader><code event='value'><formula>@If(form="";"-";form)</formula></code></column>
<column totals='total' hidedetailrows='true' itemname='$9' width='6' resizable='true'
separatemultiplevalues='false' sortnoaccent='false' sortnocase='true' showaslinks='false'><font
size='8pt'/><columnheader><font size='8pt' style='bold'/></columnheader><code
event='value'><formula>1</formula></code></column>
<column hidedetailrows='false' itemname='_OPEN_LABEL' width='20.7500' resizable='true'
separatemultiplevalues='false' sortnoaccent='false' sortnocase='true' showaslinks='false'><font
size='8pt'/><columnheader title='label'><font size='8pt' style='bold'/></columnheader></column>
<column hidedetailrows='false' itemname='$5' width='34' resizable='true' separatemultiplevalues='false'
sortnoaccent='false' sortnocase='true' showaslinks='false'><font size='8pt'/><columnheader
title='in'><font size='8pt' style='bold'/></columnheader><code event='value'><formula
>@Left(_OPEN_IN;16)+"-"+@Right(_OPEN_IN;32)</formula></code></column>
<column hidedetailrows='false' itemname='$6' width='32.7500' resizable='true'
separatemultiplevalues='false' sortnoaccent='false' sortnocase='true' showaslinks='false'><font
size='8pt'/><columnheader title='out'><font size='8pt' style='bold'/></columnheader><code
event='value'><formula>@Left(_OPEN_OUT;16)+"-"+@Right(_OPEN_OUT;32)</formula></code></column>
<column hidedetailrows='false' itemname='name' width='10' resizable='true'
separatemultiplevalues='false' sortnoaccent='false' sortnocase='true' showaslinks='false'><font
size='8pt'/><columnheader title='name'><font size='9pt' style='bold'/></columnheader></column></view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment