Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • IBM Connections wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search

Categories

Tag Cloud

  • 1.0
  • 1.0.x
  • 2.0
  • 2.0.1
  • 2.0.1.1
  • 2.0_media
  • 2.5
  • 2.5_deployment
  • 2.5_media
  • 2.5_performance
  • 3
  • 3.0
  • 3.0.1
  • 3.0.1_media
  • 3.0_media
  • 3_deployment
  • 8.1.1
  • 8.2
  • activities
  • administrators
  • api
  • best_practices
  • blogs
  • bookmarks
  • business_card
  • cluster
  • communities
  • community
  • community_manager
  • connections
  • connections_3
  • connections_301
  • customization
  • customize
  • customizing
  • demos
  • deploying
  • deployment
  • deployments
  • developers
  • dogear
  • Domino
  • Edge server
  • education
  • error messages
  • files
  • forums
  • getting_started
  • Help
  • home
  • home_page
  • homepage
  • how-to
  • HTTP server
  • ibm
  • index
  • installation
  • integration
  • iOS
  • ipad
  • iWidget
  • J2EE
  • javadoc
  • lc3.0
  • learning
  • lotus-connections
  • mml
  • mobile
  • Notes
  • performance
  • person_card
  • Portal
  • portlet
  • portlet_factory
  • profiles
  • proxy server
  • quickr
  • Redbooks
  • rest
  • reverse proxy server
  • Sametime
  • scenarios
  • search
  • security
  • self-paced
  • SSO
  • tags
  • test_infrastructure
  • troubleshooting
  • tuning
  • video
  • VideoFest
  • videos
  • WAI
  • WAS
  • web_seminar
  • WebAppIntegrator
  • WebSphere
  • widgets
  • wikis
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > Developing > Lotus Connections 3.0 Event Reference - Wikis
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars

Lotus Connections 3.0 Event Reference - Wikis 

expanded Abstract
collapsed Abstract
A list of events generated from the Wikis application

Wikis Events

  < Return to Events Reference

Event data is provided using the following conventions. Refer to the Event SPI JavaDoc for details about these event data objects, how to retrieve them from the event object, and how to get additional information from these objects themselves.

  • actor: The Person object who triggered the event as the event Actor.
  • container: The container in which the event was triggered.
  • targetingData: The targets that the event is applied to.
  • itemData: Item details for the event.
  • contentData: Content details for the event, like tags.
  • correlationData: The correlation information that the event may have.
  • notificationData: The email notification data for the event.
  • scope: The scope of the event.
  • attachmentData: Attachment data for the event as binary stream.
  • membershipData: Membership data for any membership events.
  • properties@propertyName: Property value in the property object.

All events in Wikis have the following common event data:

  • eventSource: WIKIS

    Event Name
    Event Data
    Description
    Comment
    wiki.library.created
    eventType=CREATE
    eventName=wiki.library.created
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    relatedCommunityUUID
    container
    Generated when a new wiki is created. Will be used to surface a news story around "Fred Smith created a new wiki named "Some Wiki". The brief description should be the first 100 characters of the wiki description. If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community. An additional wiki.accesscontrol.updated ACL event and also a wiki.page.created event are also generated at creation time.
 
    wiki.library.deleted
    eventType=DELETE
    eventName=wiki.library.deleted
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    relatedCommunityUUID
    container
    Generated when a wiki is deleted. Will be used to surface a news story around "Fred Smith deleted the wiki named "Some Wiki". The brief description should be the first 100 characters of the wiki description. If the wiki is related to a community, then the related community uuid field should be set.
 
    wiki.page.created
    eventType=CREATE
    eventName=wiki.page.created
    scope
    actor
    contentData.content
    personalACL
    tags
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    Generated when a new wiki page is created. Will be used to surface a news story around "Fred Smith created a new wiki page titled "Some WikiPage". If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community. Any tags associated with the activity should also be provided.
 
    wiki.page.updated
    eventType=UPDATE
    eventName=wiki.page.updated
    scope
    actor
    contentData.content
    personalACL
    tags
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    Generated when a wiki page is updated. Will be used to surface a news story around "Fred Smith edited the wiki page "Some WikiPage". If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community. Any tags associated with the activity should also be provided.
 
    wiki.page.deleted
    eventType=DELETE
    eventName=wiki.page.deleted
    scope
    actor
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    Generated when a wiki page is deleted. Will be used to surface a news story around "Fred Smith deleted the wiki page titled "Some WikiPage". If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community.
 
    wiki.page.tag.added
    eventType=CREATE
    eventName=wiki.page.tag.added
    scope
    actor
    tags
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    Generated when a user adds a tag, or set of tags to a wiki page. Used to generate a news story around "Fred Smith tagged the wiki page "Some Page" with "foo" ". If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community. The HTML and URL should be for the wiki page being tagged.
 
    wiki.page.recommendation.added
    eventType=CREATE
    eventName=wiki.page.recommendation.added
    scope
    actor
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    Generated when a user recommends a wiki page. Will be used to surface a news story around "Fred Smith recommended the wiki page "Some WikiPage". If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community.
 
    wiki.page.comment.added
    eventType=CREATE
    eventName=wiki.page.comment.added
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a comment is added to a wiki page. Will be used to surface a news story around "Fred Smith commented on the wiki page "Some WikiPage". This can be augmented with the brief description that should contain the first 100 characters of the comment text. If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community.
 
    wiki.membership.updated
    eventType=UPDATE
    eventName=wiki.membership.updated
    scope
    personalACL
    actor
    itemDetails
    item
    relatedCommunityUUID container
    membership change
    Sent when the scope of wiki access is changed: PUBLIC/NONPUBLIC wiki, Editor for LOGGED_IN_USERS or EDITORS and MANAGERS.
 
    wiki.library.tag.added
    eventType=UPDATE
    eventName=wiki.library.tag.added
    scope
    actor
    tags
    personalACL
    containerDetails
    relatedCommunityUUID
    container
    item

    Generated when a tag is added to the wiki .
 
    wiki.library.tag.deleted
    eventType=DELETE
    eventName=wiki.library.tag.deleted
    scope
    actor
    tags
    personalACL
    containerDetails
    relatedCommunityUUID
    container
    item

    Generated when a tag is removed from the wiki.
 
    wiki.page.attachment.added
    eventType=CREATE
    eventName=wiki.page.attachment.added
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    attachmentsAdded

    Generated when an attachment is added to the wiki page.
 
    wiki.page.attachment.deleted
    eventType=DELETE
    eventName=wiki.page.attachment.deleted
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    attachmentsRemoved
    Generated when an attachment is deleted from the wiki page.
 
    wiki.page.attachment.updated
    eventType=UPDATE
    eventName=wiki.page.aso ttachment.updated
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    attachmentsAdded
    Generated when an attachment is updated on the wiki page.
 
    wiki.page.navigation.updated
    eventType=UPDATE
    eventName=wiki.page.navigation.updated
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    Generated when a page is moved within the wiki tree hierarchy.
 
    wiki.page.tag.deleted
    eventType=DELETE
    eventName=wiki.page.tag.deleted
    scope
    actor
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    tags
    container
    item
    Generated when a user removes a tag or set of tags from a wiki page. If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community. The item should be for the wiki page being tagged, and the container should be for the wiki that the page belongs to.
 
    wiki.page.recommendation.deleted
    eventType=DELETE
    eventName=wiki.page.recommendation.deleted
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    container
    item
    Generated when a user removes recommendation from a wiki page. If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community.
 
    wiki.page.comment.updated
    eventType=UPDATE
    eventName=wiki.page.comment.updated
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a comment is updated on a wiki page. This can be augmented with the brief description that contains the first 100 characters of the comment text. If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community. Item refers to the comment, container to the page.
 
    wiki.page.comment.deleted
    eventType=DELETE
    eventName=wiki.page.comment.deleted
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a comment is removed from a wiki page. If this wiki is related to a community, then the relatedCommunityUUID field should be set with the UUID of the related community.
 
    wiki.page.version.deleted
    eventType=DELETE
    eventName=wiki.page.version.deleted
    scope
    actor
    content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a page version is deleted.
 
    wiki.page.draft.created
    eventType=CREATE
    eventName=wiki.page.draft.created
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a page draft is created.
 
    wiki.page.draft.updated
    eventType=UPDATE
    eventName=wiki.page.draft.updated
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a page draft is updated.
 
    wiki.page.draft.deleted
    eventType=DELETE
    eventName=wiki.page.draft.deleted
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a page draft is deleted.
 
    wiki.page.draft.published
    eventType=UPDATE
    eventName=wiki.page.draft.published
    scope
    actor
    contentData.content
    personalACL
    containerDetails
    itemDetails
    relatedCommunityUUID
    itemCorrelationID
    itemCorrelationName
    itemCorrelationHTMLPath
    container
    item
    Generated when a page draft is published as final page.
 
    wiki.policy.created
    eventType=CREATE
    eventName=wiki.policy.created
    scope
    actor
    content
    personalACL
http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Running_Wikis_administrative_commands_lc3
    Generated when a policy is created. Policy events must be run from the wsadmin command line. See for information about how to run wsadmin commands.
 
    wiki.policy.updated
    eventType=UPDATE
    eventName=wiki.policy.updated
    scope
    actor
    content
    personalACL
    Generated when a policy is updated.
 
    wiki.policy.deleted
    eventType=DELETE
    eventName=wiki.policy.deleted
    scope
    actor
    content
    personalACL
    Generated when a policy is deleted.
 
  < Return to Events Reference

 


expanded Article information
collapsed Article information
Category:
Developing, Product Documentation,
Tags:

This Version: Version 14 February 1, 2012 4:46:42 PM by Jason English  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (14)
collapsed Versions (14)
Version Comparison     
Version Date Changed by               Summary of changes
This version (14) Feb 1, 2012 4:46:42 PM Jason English  
13 Nov 10, 2011 1:53:07 PM Michelle Mahoney  
12 Nov 10, 2011 1:34:22 PM Michelle Mahoney   Updated per SPR#DMCE8N9DUD
11 Jan 13, 2011 4:37:28 PM Michelle Mahoney  
10 Dec 3, 2010 11:40:03 AM Duinseach Carey  
9 Dec 3, 2010 11:11:41 AM Duinseach Carey  
8 Dec 3, 2010 10:57:22 AM Duinseach Carey  
6 Dec 2, 2010 10:12:22 AM Duinseach Carey  
5 Dec 2, 2010 10:10:05 AM Duinseach Carey  
4 Dec 2, 2010 10:08:01 AM Duinseach Carey  
3 Nov 22, 2010 9:58:29 PM Zhouwen Lu  
2 Nov 12, 2010 7:53:18 PM Zhouwen Lu  
1 Nov 7, 2010 10:34:40 PM Zhouwen Lu  
1 Nov 12, 2010 3:16:51 PM Zhouwen Lu  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBM Social Business UX blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use