Uses of Interface
de.xima.fc.interfaces.event.IEvent
- 
Packages that use IEvent Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.gui.bean.designer.event de.xima.fc.gui.common.event de.xima.fc.gui.common.interfaces.event de.xima.fc.gui.event.entity de.xima.fc.gui.interfaces.event de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.web.common.auth.event  - 
- 
Uses of IEvent in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IEvent Modifier and Type Method Description voidEventAPI. post(IEvent event)Post the given event. - 
Uses of IEvent in de.xima.fc.gui.bean.designer.event
Subinterfaces of IEvent in de.xima.fc.gui.bean.designer.event Modifier and Type Interface Description interfaceIDesignerConversationEventBase interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.event that implement IEvent Modifier and Type Class Description classFormDesignerLangChangedEventWhen the language used to edit the form has changed.classFormItemsPersistUpdatedEventWhen the persist JSON of a single items was modified.classFormPersistChangedEventWhen the persist JSON was modified of the entire form was modified.classFormPreviewSubmitEventclassInsertWorkflowNodeEventWhen a new action needs to be created in the workflow flowchart.classOldWorkflowModifiedEventDeprecated.Can be removed once the old workflow is removed.classPdfImporterItemsRemovedEventWhen one or more items were deleted in the designer that were originally imported from a PDF document.classRefactorFormElementNameEventEvent that is triggered when the name of a form element was refactored.classStateAddedEventWhen the state list was updated in the workflow designer.classStateChangedEventWhen the state list was updated in the workflow designer.classStateDeletedEventWhen the state list was updated in the workflow designer.classStateListUpdatedEventWhen the state list was updated in the workflow designer. - 
Uses of IEvent in de.xima.fc.gui.common.event
Classes in de.xima.fc.gui.common.event that implement IEvent Modifier and Type Class Description classApplicationPropertiesChangedEventclassLoginEventDeprecated.since version 8.0.0 login events are no longer fired.classPasswordPolicyChangeEventDeprecated.Password policy change event aren't necessary anymore because the new PasswordPolicyBean is view scoped.classPluginInstallSuccessEventWhen a plugin installed or updated.classProjectUpdatedEventEvent signaling that the data of a project have changed.classTreeSelectChangeEventAn event that is fired when the currently selected tree node (workflow) is changed.classViewInitializationEventDeprecated.Since version 8.0.0 no longer in use. - 
Uses of IEvent in de.xima.fc.gui.common.interfaces.event
Subinterfaces of IEvent in de.xima.fc.gui.common.interfaces.event Modifier and Type Interface Description interfaceIApiSessionEventExtension of the session event which are able to be posted through the API.interfaceIApplicationEventinterfaceISessionConversationEventEvent forConversationScopedbeans that limit their conversation to a particular session.interfaceISessionEventinterfaceIViewEvent - 
Uses of IEvent in de.xima.fc.gui.event.entity
Classes in de.xima.fc.gui.event.entity that implement IEvent Modifier and Type Class Description classAppointmentTemplateModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classClientCounterModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classClientResourceModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classDatabaseConnectionModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classDataSourceModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classDirectClientAuthorizationModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classInboxModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classLdapConnectionModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classLdapQueryModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classProjectResourceModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classTextTemplateModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classUserGroupModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classUserModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted.classWebDavConnectionModifiedEventEvent for when an entity was modified, either when it was created, updated, or deleted. - 
Uses of IEvent in de.xima.fc.gui.interfaces.event
Subinterfaces of IEvent in de.xima.fc.gui.interfaces.event Modifier and Type Interface Description interfaceIEntityModifiedEvent<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>Interface for events that occur when an entity was changed. - 
Uses of IEvent in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IEvent Modifier and Type Method Description voidIEventHandler. post(IEvent event)Post the given event. - 
Uses of IEvent in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IEvent Modifier and Type Method Description voidEventHandler. post(IEvent event) - 
Uses of IEvent in de.xima.fc.web.common.auth.event
Classes in de.xima.fc.web.common.auth.event that implement IEvent Modifier and Type Class Description classIdentityCheckCallbackEventEvent for informing about the result of an identity check. 
 -