Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • Lotus Quickr wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category Lotus Quickr 8.5 for WebSphere Portal Documentation Lotus Quickr 8.5.1 for Domino Documentation Lotus Quickr Connectors 8.5 Documentation Custom Search Scope...
Search
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

IBM contributorRui BJ Yang
Contribution Summary:
  • Articles authored: 15
  • Articles edited: 0
  • Comments Posted: 0

Recent articles by this author

Get place statistics: lq851

Overview Retrieve the latest place statistics data. URL endpoint Perform a GET operation on the following URL: URL Description myqcsrestplace{placeidentry Get place statistics data Authentication This method requires authentication. Only administrator and place owner can ...

Get system statistics: lq851

Overview Get the latest or specified period available system statistics data URL endpoint Perform a GET operation on the following URL: URL Descritpion myqcsreststatisticsfeed Get system statistics data. Authentication This method requires authentication. Only administrator ...

Permission: lq851

Overview Many operations in the API require the user to have an entitlement for accessing or modifying content in the system. These entitlements are expressed as a set of generic permissions on each resource. Permission Rights The following permission rights are defined: Permission ...

API conventions: lq851

p The IBM Lotus Quickr strongDocumentsstrong interfaces allow you to access and update the same information you can access and update in the Quickr web and connector user interfaces. The application programming interfaces (APIs) are access over HTTP so they can work over your network from ...

Operation tunneling: lq851

Overview When PUT and DELETE requests cannot be made directly, they can be tunneled via POST requests. This implementation looks for a special header XMethodOverride to identify the intended operation in a POST request. Below is an example of a PUT request that is tunneled via a POST ...

Community articleTechnical Preview: Document

Added by IBM contributor Rui BJ Yang | Edited by IBM contributor Rui BJ Yang on March 29, 2011 | Version 24
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: Document, Quickr Domino 8.5
ShowTable of Contents
HideTable of Contents
  • 1 Overview
  • 2 Description
  • 3 Entry Elements
  • 4 Extended Custom Attributes
  • 5 Details on snx field formats
  • 6 Link Relations
  • 7 Example entry

Overview


Create a document
Delete a document and all contained resources
Retrieve a document
Retrieve a list of document related resources
Retrieve all documents in a library
Return binary content for document
Update a document
Restore a document

Description

A resource that exposes a set of metadata with an optional primary piece of associated media contents. It may contain resources of type Comment, Version.

Entry Elements

All elements are in XML namespace "http://www.w3.org/2005/Atom", except as noted.

Each element can appear only once, except as noted. All elements prefixed td are in the XML namespace "urn:ibm.com/td".

All elements prefixed snx are in the XML namespace "http://www.ibm.com/xmlns/prod/sn".



Tag
Required
Description
link rel="self"YIdentifies a resource equivalent to the containing element. as defined in Atom spec.
link rel= "alternate"YIdentifies an alternate version of the resource described by the containing element. as defined in Atom spec.
link rel= "edit"NIdentifies the resource that is editable.
link rel= "parent"NPoints to the parent page, parent folder or parent place.
link rel="parent-page"NOnly be available for comment entries and it will point to the page where the comments are related.
link rel= "attachmentX"NIf a page/document/draft has one or more than one attachments,the attachmentX(X starts from 0) url will represent the attachment itself.
link rel= "edit-media"N"edit-media" link accompanies "attachmentX" link. It points to the attachment itself for edit.
link rel= "current"NThe current link points to the document/page/folder feed itself.
link rel= "enclosure"NThe link points to document's attachment, or page feed.
id
Y
unique identifier of a resource, as defined in Atom spec
author
Y
The feed author or entry author, the one who creates the resource. If the resource is systemic, the author field could be blank
title
Y
The title of feed or entry
published
N
The last modified date of entry
updated
N
The last modified date of feed or entry
summary
Y
The abstract of feed or entry
td:created
Y
The created date of entry
td:modified
Y
The modified date of entry
td:modifier
Y
The last editor of the entry
categoryYIt indicates entry type, including library/page/document/draft/draftpage/folder/documenttype.
content
N
The link points to document's attachment, folder feed or page feed.
td:locked
N
provides whether or not the resource is locked if includeLocked URL parameter is set to true. This value is Read Only
td:lockOwner
N
The user who holds the lock on the resource
td:uuid
Y
unique identifier of a resource
td:label
N
Relative file system mapped label, mostly the same value as title.
td:acls
N
ACL of the folder or the document. Returned by folder or document entry.
td:totalNumberNTotal number of Entries in a Feed.
generatorYidentifies the agent used to generate a feed, for debugging and other purposes. as defined in Atom spec.
serverdateYDate of server.
td:documenttypeNdocument type for this resource.
sourceNallow the aggregation of entries from different feeds while retaining information about an entry's source feed. as defined in Atom spec.
td:psmdNtime stamp.
td:responseCountNThe number of document/page's comment
td:roleNCurrent user's acl role of the specific folder or document. For example, when a folder editor logs in the place and get the folder entry, it will be td:editor in td:role.
td:depthNIf the entry is returned from a view feed, this value shows how much the document is indented in this view (used for showing responses accordingly)
td:readerNAn acl role. Folder reader. Document reader.
td:groupNStands for a group. Similar tag is td:person. td:group includes uri, td:dn and name.
td:personNStands for a person. Similar tag is td:group. td:person includes uri, td:dn and name.
td:dnNDistinguished name of a person or a group.
nameYThe display name of a person or a group.
td:contributorNAn acl role. Folder author. Document author.
td:editorNAn acl role. Folder editor.
td:managerNAn acl role. Folder manager.
td:propertysheettypeNPropertysheet type for this resource. This can be multivalued.
td:defaultExtensionNDefault extension for this document type
td:templateNDefault document template used for this document type
td:versioningNVersioning used for this document type
td:approvalEnabledNShows whether approval is enabled for this document type
td:approvalTypeNApprovalType for this document type
td:approversNApprovers for this document type
td:versionLabelNThe versionLabel which this document is based on.
td:documentUuidNThe unique identification of this document.
td:trashidYunique identifier of a resource in trash



Extended Custom Attributes


Response entry will display the entry's field information with snx:field tag if the request url contains includePropertySheets=True, which will display all snx:field information, or contains includePropertySheets=customfields,fieldName1,fieldName2.. which you can append the fields' alias name what you need.

For example:
mypage That field name is "h_Name", and value is "mypage".

Attribute
How Treated On Input
Description
fid
required
Defines the propertyName in the clb namespace for this resource property
name
required
The title of the propertysheettype for this resource property
pstId
required
UUID of the propertysheettype for this resource property
type
required
Defines the field type. The following values are supported:
  • date
  • string
  • double
  • boolean
  • long


Details on snx field formats

Time: Passed as a long in seconds. The date portion of the time can be ignored. Meaning you can pass secs to the current day and get back seconds since 1970 or vice versa.

Client and server shouldn't care. For simplicity it is recommended to use seconds since Jan 1st 1970 at midnight.

Dates (Date and DateTime): Passed as ISO8601 (standard atom format).

Boolean: true or false




Link Relations



Link relation
Required?
Usage
rel="self"
yes
Identifies a resource equivalent to the containing element. as defined in Atom spec.
rel="edit"
yes
Identifies the resource that is editable.
rel="edit-media"
no
"edit-media" link accompanies "attachmentX" link. It points to the attachment itself for edit.
rel="enclosure"
no
The link points to document's attachment, or page feed.
rel="alternate"
yes
Identifies an alternate version of the resource described by the containing element. as defined in Atom spec.
rel="parent-page"
no
Only be available for comment entries and it will point to the page where the comments are related.
rel="parent"
no
Points to the parent page, parent folder or parent place.
rel="attachmentX"
no
Domino: "X" contains incremental number (starting with "0"). It will contain links to media links of all attachments included in this document. The filename will be from the right most "/" of the href URL until the next question mark "?" if one exists.
link rel= "current"NThe current link points to the document/page/folder feed itself.



Example entry



<entry xml:base="http://yr.cn.ibm.com/" xmlns="http://www.w3.org/2005/Atom" xmlns:td="urn:ibm.com/td" xmlns:snx="http://www.ibm.com/xmlns/prod/sn">
  <id>urn:lsid:ibm.com:quickr:_Pplace2_RMain_D3397A4105D6E533648257857002D681E</id>
  <link href="http://yr.cn.ibm.com/dm/atom/library/_Pplace2_RMain/draftpage/_Pplace2_RMain_D3397A4105D6E533648257857002D681E/entry" rel="self"/>
  <link href="http://yr.cn.ibm.com/LotusQuickr/place2/Main.nsf/h_Toc/3397A4105D6E533648257857002D681E/?OpenDocument" rel="alternate"/>
  <link href="http://yr.cn.ibm.com/dm/atom/library/_Pplace2_RMain/draftpage/_Pplace2_RMain_D3397A4105D6E533648257857002D681E/entry" rel="edit"/>
  <link href="dm/atom/library/_Pplace2_RMain/folder/_Pplace2_RMain_FCD0EF97D625305B90525670800167213/feed" rel="parent"/>
  <link href="http://yr.cn.ibm.com/dm/atom/library/_Pplace2_RMain/draftpage/_Pplace2_RMain_D3397A4105D6E533648257857002D681E/feed" rel="enclosure" type="application/unknown" title="mypage" hreflang="en" length="0"/>
  <category term="draftpage" scheme="tag:ibm.com,2006:td/type" label="draftpage"/>
  <td:responseCount>0</td:responseCount>
  <author>
    <uri>CN=Testuser7%2FO=Notesdev%2FC=US</uri>
    <name>Testuser7</name>
    <email>Testuser7@us.ibm.com</email>
  </author>
  <td:modifier>
    <td:uri>CN=Testuser7%2FO=Notesdev%2FC=US</td:uri>
    <td:name>Testuser7</td:name>
    <td:email>Testuser7@us.ibm.com</td:email>
  </td:modifier>
  <title type="text">mypage</title>
  <updated>2011-03-18T08:15:57Z</updated>
  <published>2011-03-18T08:15:57Z</published>
  <summary type="html">
    <![CDATA

This is my page]>

    </summary>
  <td:lockOwner>
    <td:uri>CN=Testuser7%2FO=Notesdev%2FC=US</td:uri>
    <td:name>Testuser7</td:name>
    <td:email>Testuser7@us.ibm.com</td:email>
  </td:lockOwner>
  <td:created>2011-03-18T08:15:57Z</td:created>
  <td:modified>2011-03-18T08:15:57Z</td:modified>
  <td:acls>
    <td:contributor>
      <td:person>
        <uri>CN=Testuser7/O=Notesdev/C=US</uri>
        <td:dn>CN=Testuser7,O=Notesdev,C=US</td:dn>
        <name>Testuser7</name>
      </td:person>
      <td:person>
        <uri>CN=domino testuser10/O=notesdev/C=US</uri>
        <td:dn>CN=domino testuser10,O=notesdev,C=US</td:dn>
        <name>domino testuser10</name>
      </td:person>
      <td:person>
        <uri>CN=domino testuser9/O=notesdev/C=US</uri>
        <td:dn>CN=domino testuser9,O=notesdev,C=US</td:dn>
        <name>domino testuser9</name>
      </td:person>
      <td:person>
        <uri>CN=yr/OU=place2/OU=QP/O=ibm</uri>
        <td:dn>CN=yr/OU=place2/OU=QP/O=ibm</td:dn>
        <name>yr</name>
      </td:person>
    </td:contributor>
    <td:reader>
      <td:person>
        <uri>CN=domino testuser10/O=notesdev/C=US</uri>
        <td:dn>CN=domino testuser10,O=notesdev,C=US</td:dn>
        <name>domino testuser10</name>
      </td:person>
      <td:person>
        <uri>CN=domino testuser9/O=notesdev/C=US</uri>
        <td:dn>CN=domino testuser9,O=notesdev,C=US</td:dn>
        <name>domino testuser9</name>
      </td:person>
    </td:reader>
  </td:acls>
  <td:role>contributor</td:role>
  <snx:field name="Contents:"fid="PageBody"pstId="@Pplace2/@RMain.nsf/@D30DF3123AEFAF358052567080016723D"type="html">
    <![CDATA

This is my page]>

    </snx:field>
  <snx:field name="$Created"fid="$Created"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="date">2011-03-18T08:15:57Z</snx:field>
  <snx:field name="h_ReturnToPage"fid="h_ReturnToPage"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_Name"fid="h_Name"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string" dominotype="h_Subject">mypage</snx:field>
  <snx:field name="h_EditSceneTrail"fid="h_EditSceneTrail"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_LastEditorDisplayName"fid="h_LastEditorDisplayName"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">Testuser7</snx:field>
  <snx:field name="h_OriginatorDisplayName"fid="h_OriginatorDisplayName"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">Testuser7</snx:field>
  <snx:field name="h_VersionType"fid="h_VersionType"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">explicit</snx:field>
  <snx:field name="h_FolderUNID"fid="h_FolderUNID"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CD0EF97D625305B9052567080016721</snx:field>
  <snx:field name="h_hideAboutTab"fid="h_hideAboutTab"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="h_hideCommentsTab"fid="h_hideCommentsTab"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="h_hidePageHeader"fid="h_hidePageHeader"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="h_hideVersionsTab"fid="h_hideVersionsTab"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="h_AttachmentNamesAlt"fid="h_AttachmentNamesAlt"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">QPNULL</snx:field>
  <snx:field name="h_AttachmentLengthsAlt"fid="h_AttachmentLengthsAlt"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">QPNULL</snx:field>
  <snx:field name="h_AttachmentOldNames"fid="h_AttachmentOldNames"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_CurrentBgColor"fid="h_CurrentBgColor"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">#e6e6e6</snx:field>
  <snx:field name="h_AttachmentType"fid="h_AttachmentType"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">multiple</snx:field>
  <snx:field name="h_ShowCommentsTab"fid="h_ShowCommentsTab"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string" dominotype="h_TextHidden">1</snx:field>
  <snx:field name="h_ShowVersionsTab"fid="h_ShowVersionsTab"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string" dominotype="h_TextHidden">1</snx:field>
  <snx:field name="h_ShowAboutTab"fid="h_ShowAboutTab"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string" dominotype="h_TextHidden">1</snx:field>
  <snx:field name="h_ShowPageHeader"fid="h_ShowPageHeader"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string" dominotype="h_TextHidden">1</snx:field>
  <snx:field name="h_NotifyIndicator"fid="h_NotifyIndicator"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string" dominotype="h_NotifyIndicator"></snx:field>
  <snx:field name="h_Form"fid="h_Form"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">30DF3123AEFAF358052567080016723D
</snx:field>
  <snx:field name="h_Originator"fid="h_Originator"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=Testuser7/O=Notesdev/C=US</snx:field>
  <snx:field name="h_LastEditor"fid="h_LastEditor"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=Testuser7/O=Notesdev/C=US</snx:field>
  <snx:field name="h_HeadlineCount"fid="h_HeadlineCount"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="double">0</snx:field>
  <snx:field name="h_NewImageCount"fid="h_NewImageCount"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="double">0</snx:field>
  <snx:field name="h_ImageCount"fid="h_ImageCount"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="double">0</snx:field>
  <snx:field name="$V2AttachmentOptions"fid="$V2AttachmentOptions"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="Form"fid="Form"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_PageUI</snx:field>
  <snx:field name="h_CurrentPosition"fid="h_CurrentPosition"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_CurrentSkinName"fid="h_CurrentSkinName"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_ModernPlusSkin
</snx:field>
  <snx:field name="h_CurrentSkinType"fid="h_CurrentSkinType"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_Edit</snx:field>
  <snx:field name="h_EditAction"fid="h_EditAction"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_HeadlineText"fid="h_HeadlineText"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_HTMLImport"fid="h_HTMLImport"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_HTMLImportFiles"fid="h_HTMLImportFiles"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_HTMLImportOriginalFile"fid="h_HTMLImportOriginalFile"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_HTMLImportStyleSheet"fid="h_HTMLImportStyleSheet"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_HTMLImportUnqNum"fid="h_HTMLImportUnqNum"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_ImageURL"fid="h_ImageURL"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_IsInToc"fid="h_IsInToc"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_IsPublished"fid="h_IsPublished"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">1</snx:field>
  <snx:field name="h_LinkTitle"fid="h_LinkTitle"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_LinkURL"fid="h_LinkURL"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_NameIsBanner"fid="h_NameIsBanner"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">1</snx:field>
  <snx:field name="h_NSImport"fid="h_NSImport"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_PublishedVersionUNID"fid="h_PublishedVersionUNID"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_PageText"fid="h_PageText"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_PageType"fid="h_PageType"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_RevNum"fid="h_RevNum"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_SetEditNextScene"fid="h_SetEditNextScene"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_SetEditScene"fid="h_SetEditScene"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_StdPageEdit</snx:field>
  <snx:field name="h_SetErrorScene"fid="h_SetErrorScene"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_HaikuErrorAnimation</snx:field>
  <snx:field name="h_SetImageSync"fid="h_SetImageSync"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="h_SetParentUnid"fid="h_SetParentUnid"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_SetPublishAction"fid="h_SetPublishAction"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_SetReadScene"fid="h_SetReadScene"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_StdPageRead</snx:field>
  <snx:field name="h_SystemName"fid="h_SystemName"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string"></snx:field>
  <snx:field name="h_Type"fid="h_Type"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">0</snx:field>
  <snx:field name="MIME_Version"fid="MIME_Version"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">1.0</snx:field>
  <snx:field name="h_AbsoluteURLPart"fid="h_AbsoluteURLPart"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">
http://yr.cn.ibm.com/LotusQuickr/place2/Main.nsf/0/3397A4105D6E533648257857002D681E/$FILE/</snx:field>
  <snx:field name="h_TextAbstract"fid="h_TextAbstract"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">This is my page</snx:field>
  <snx:field name="h_LastTimePutAway"fid="h_LastTimePutAway"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">03/18/2011 04:15:57 PM ZE8</snx:field>
  <snx:field name="h_ModifiedDate"fid="h_ModifiedDate"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="date">2011-03-18T08:15:57Z</snx:field>
  <snx:field name="h_ACLType"fid="h_ACLType"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">2</snx:field>
  <snx:field name="h_Readers"fid="h_Readers"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser10/O=notesdev/C=US</snx:field>
  <snx:field name="h_Readers"fid="h_Readers"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser9/O=notesdev/C=US</snx:field>
  <snx:field name="h_Readers"fid="h_Readers"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_Managers]</snx:field>
  <snx:field name="h_Readers"fid="h_Readers"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_SuperUser]</snx:field>
  <snx:field name="h_Readers"fid="h_Readers"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">LocalDomainServers</snx:field>
  <snx:field name="h_Readers"fid="h_Readers"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">QuickPlaceAdministratorsSUGroup</snx:field>
  <snx:field name="h_PageCmd"fid="h_PageCmd"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_MakeDraftFromPublishedVersion</snx:field>
  <snx:field name="h_PageCmdStage"fid="h_PageCmdStage"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">h_Before</snx:field>
  <snx:field name="h_DraftVersionUNID"fid="h_DraftVersionUNID"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">2D5BA73EB1B04ABB4825785A00104CCD</snx:field>
  <snx:field name="h_DraftVersionTimestamp"fid="h_DraftVersionTimestamp"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">2011-03-21 10:58:02 AM</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=Testuser7/O=Notesdev/C=US</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser10/O=notesdev/C=US</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser9/O=notesdev/C=US</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=yr/OU=place2/OU=QP/O=ibm</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_Managers]</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_SuperUser]</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_Managers]</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_SuperUser]</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">LocalDomainServers</snx:field>
  <snx:field name="h_SaveAuthors"fid="h_SaveAuthors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">QuickPlaceAdministratorsSUGroup</snx:field>
  <snx:field name="h_Authors"fid="h_Authors"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=Testuser7/O=Notesdev/C=US</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=Testuser7/O=Notesdev/C=US</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser10/O=notesdev/C=US</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser9/O=notesdev/C=US</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=yr/OU=place2/OU=QP/O=ibm</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_Managers]</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_SuperUser]</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_Managers]</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_SuperUser]</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">LocalDomainServers</snx:field>
  <snx:field name="h_tmpReaders"fid="h_tmpReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">QuickPlaceAdministratorsSUGroup</snx:field>
  <snx:field name="h_SaveReaders"fid="h_SaveReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser10/O=notesdev/C=US</snx:field>
  <snx:field name="h_SaveReaders"fid="h_SaveReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=domino testuser9/O=notesdev/C=US</snx:field>
  <snx:field name="h_SaveReaders"fid="h_SaveReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_Managers]</snx:field>
  <snx:field name="h_SaveReaders"fid="h_SaveReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">[h_SuperUser]</snx:field>
  <snx:field name="h_SaveReaders"fid="h_SaveReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">LocalDomainServers</snx:field>
  <snx:field name="h_SaveReaders"fid="h_SaveReaders"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">QuickPlaceAdministratorsSUGroup</snx:field>
  <snx:field name="$Revisions"fid="$Revisions"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="date">2011-03-18T08:15:57Z</snx:field>
  <snx:field name="$UpdatedBy"fid="$UpdatedBy"pstId="_Pplace2_RMain_D30DF3123AEFAF358052567080016723D"type="string">CN=Testuser7/O=Notesdev/C=US</snx:field>
</entry>


expanded Attachments (0)
collapsed Attachments (0)
expanded Versions (34)
collapsed Versions (34)
Version Comparison     
VersionDateChanged by              Summary of changes
34Oct 21, 2011 4:20:59 PMCraig Lordan  IBM contributor
33Oct 21, 2011 4:18:24 PMCraig Lordan  IBM contributor
31Mar 29, 2011 2:31:50 AMRui BJ Yang  IBM contributor
30Mar 29, 2011 2:10:25 AMRui BJ Yang  IBM contributor
29Mar 29, 2011 2:08:02 AMRui BJ Yang  IBM contributor
28Mar 29, 2011 2:05:34 AMRui BJ Yang  IBM contributor
27Mar 29, 2011 2:01:56 AMRui BJ Yang  IBM contributor
26Mar 29, 2011 1:57:51 AMRui BJ Yang  IBM contributor
25Mar 29, 2011 1:46:19 AMRui BJ Yang  IBM contributor
This version (24)Mar 29, 2011 1:37:13 AMRui BJ Yang  IBM contributor
23Mar 29, 2011 1:32:12 AMRui BJ Yang  IBM contributor
22Mar 22, 2011 4:48:11 AMRui BJ Yang  IBM contributor
21Mar 22, 2011 4:47:25 AMRui BJ Yang  IBM contributor
20Mar 22, 2011 2:14:38 AMRui BJ Yang  IBM contributor
19Mar 22, 2011 1:22:09 AMRui BJ Yang  IBM contributor
17Mar 21, 2011 10:23:48 PMRui BJ Yang  IBM contributor
17Mar 22, 2011 1:05:04 AMRui BJ Yang  IBM contributor
16Mar 21, 2011 6:50:28 AMYing BJ Mo  IBM contributor
14Mar 21, 2011 6:48:23 AMYing BJ Mo  IBM contributor
14Mar 21, 2011 2:34:28 AMRui BJ Yang  IBM contributor
13Mar 21, 2011 2:32:22 AMRui BJ Yang  IBM contributor
11Mar 21, 2011 2:31:58 AMRui BJ Yang  IBM contributor
10Mar 21, 2011 2:26:41 AMRui BJ Yang  IBM contributor
9Mar 21, 2011 2:14:35 AMRui BJ Yang  IBM contributor
8Mar 21, 2011 2:10:24 AMRui BJ Yang  IBM contributor
7Mar 21, 2011 2:06:10 AMRui BJ Yang  IBM contributor
6Mar 21, 2011 2:03:24 AMRui BJ Yang  IBM contributor
5Mar 21, 2011 1:56:50 AMRui BJ Yang  IBM contributor
4Mar 21, 2011 1:48:57 AMRui BJ Yang  IBM contributor
4Apr 15, 2011 1:33:01 PMJames A Riel  IBM contributor
3Mar 21, 2011 1:39:35 AMRui BJ Yang  IBM contributor
2Mar 21, 2011 1:26:18 AMRui BJ Yang  IBM contributor
1Mar 20, 2011 11:38:31 PMRui BJ Yang  IBM contributor
1Mar 21, 2011 1:20:22 AMRui BJ Yang  IBM contributor
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • FacebookIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX Blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use