Class WorkflowDesignerApplicationEventHandler
java.lang.Object
de.xima.fc.workflow.designer.event.WorkflowDesignerApplicationEventHandler
- All Implemented Interfaces:
IApplicationEventHandler
,Serializable
public class WorkflowDesignerApplicationEventHandler
extends Object
implements IApplicationEventHandler
Handles application events that are relevant to the workflow designer.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDesignerApplicationEventHandler
(BackendViewPushContext viewPushContext, Long clientId, Long projectId) Creates a new handler with the given push context for the client. -
Method Summary
Modifier and TypeMethodDescriptionvoid
When a client counter was modified.void
When a client resource was modified.void
When a data source was modified.void
When an LDAP query was modified.void
When a direct client authorization was modified.void
When an inbox was modified.void
When an LDAP connection was modified.void
When an LDAP query was modified.void
When a project resource was modified.void
When a text template was modified.void
When a user group was modified.void
onUserModified
(UserModifiedEvent event) When a user was modified.void
When aWebDavAccess
was modified.
-
Constructor Details
-
WorkflowDesignerApplicationEventHandler
public WorkflowDesignerApplicationEventHandler(BackendViewPushContext viewPushContext, Long clientId, Long projectId) Creates a new handler with the given push context for the client.- Parameters:
viewPushContext
- Push context for sending messages to the client.clientId
- Client who owns the project being edited.projectId
- ID of the project being edited.
-
-
Method Details
-
onClientCounterModified
When a client counter was modified.- Parameters:
event
- Entity event that occurred.
-
onClientResourceModified
When a client resource was modified.- Parameters:
event
- Entity event that occurred.
-
onClientResourceModified
When a data source was modified.- Parameters:
event
- Entity event that occurred.
-
onDatabaseQueryModified
When an LDAP query was modified.- Parameters:
event
- Entity event that occurred.
-
onDirectClientAuthorizationModified
When a direct client authorization was modified.- Parameters:
event
- Entity event that occurred.
-
onInboxModified
When an inbox was modified.- Parameters:
event
- Entity event that occurred.
-
onLdapQueryModified
When an LDAP connection was modified.- Parameters:
event
- Entity event that occurred.
-
onLdapQueryModified
When an LDAP query was modified.- Parameters:
event
- Entity event that occurred.
-
onProjectResourceModified
When a project resource was modified.- Parameters:
event
- Entity event that occurred.
-
onTextTemplateModified
When a text template was modified.- Parameters:
event
- Entity event that occurred.
-
onUserGroupModified
When a user group was modified.- Parameters:
event
- Entity event that occurred.
-
onUserModified
When a user was modified.- Parameters:
event
- Entity event that occurred.
-
onWebDavConnectionModified
When aWebDavAccess
was modified.- Parameters:
event
- Entity event that occurred.
-