Designer 10.15 | webMethods CAF and OpenUI Development | Working with CAF Events and Notifications | About CAF Events | About the Default My webMethods Server Event Types
 
About the Default My webMethods Server Event Types
In a Composite Application Framework (CAF) portlet application, you can associate your custom event handler with any one of the default My webMethods Server event types. Custom events that you have previously created can also be associated with a handler.
The following table lists the default My webMethods Server event types:
Event Type
Description
Create
Initiates an event when a user or the system creates an object such as a page, portlet, folder, or file.
Delete
Initiates an event when a user or the system deletes an object such as a page, portlet, folder, or file.
Login
Initiates an event when a user or the system successfully logs in or logs out.
Login Failed
Initiates an event when a user's login or logout fails or the system's login or logout fails, or when a login script that is initially run to create a user's folders completes.
Update
Initiates an event when an object is updated such as a page, portlet, folder, or file.
View
Initiates an event when a user or the system accesses an object such as a page, portlet, folder, or file.
Workspace Delete
Initiates an event when a workspace is deleted.
Workspace Share
Initiates an event when a workspace is shared.
Workspace Un-Share
Initiates an event when a workspace sharing is terminated.
Workspace Update
Initiates an event when a workspace is updated.
Related Topics