Package de.xima.fc.entities.interfaces
Interface INameProviding
-
- All Known Subinterfaces:
IAppointmentClosingTime,IAuthenticator<T>,ICounter,IDescriptionProvidingPlugin,IEntityClientAuthorization,IFCPlugin,IFCRemoteSyncPlugin,IFormLifecyclePlugin,INameHolding,IPluginAccessProperties,IPluginActionNodeHandler<TData>,IPluginAuthenticationLogic,IPluginAuthenticatorType,IPluginBackendTheme,IPluginClientDashboard,IPluginConditionNodeHandler<TData>,IPluginConfigParamList,IPluginCustomGUI,IPluginDataSource,IPluginDoUntilLoopNodeHandler<TData,TState>,IPluginEntities,IPluginEntity<META,DATA,CONFIG>,IPluginFormDesignerResource,IPluginFormElementCatalogue,IPluginFormElementPropertiesExtension,IPluginFormElementTemplate,IPluginFormElementTemplateStatic,IPluginFormElementWidget,IPluginFormPrePersist,IPluginFormPreProcess,IPluginFormPreRender,IPluginFormPreRespond,IPluginFormPreview,IPluginFormPropertiesExtension,IPluginFormRenderCallback,IPluginFormReplacer,IPluginFormResource,IPluginFormResources,IPluginFormTheme,IPluginGeneric,IPluginHtmlTemplateRenderCallback,IPluginMailEncryption,IPluginMalwareScanner,IPluginMenuEntries,IPluginMonitor,IPluginPortal,IPluginProcessing,IPluginProjectMenu,IPluginProjectTemplate,IPluginScopeClient,IPluginScopeSystem,IPluginServletAction,IPluginSessionReplacer,IPluginShutdown,IPluginStaticResourceServletAction,IPluginSystemReplacer,IPluginTemplateReplacer,IPluginTriggerHandler<TData>,IPluginValidationRule,IPluginWhileLoopNodeHandler<TData,TState>,IPluginWorkflowElementPrototypes,IPluginWorkflowNode,IPluginWorkflowTrigger,IWorkflowElementEntity
- All Known Implementing Classes:
AAppointmentClosingTime,AAuthenticator,AClientAuthorization,AFCPlugin,Aktion,AktuellerBenutzer,APluginActionNodeHandler,APluginConditionNodeHandler,APluginDoUntilLoopNodeHandler,APluginEntity,APluginStaticResourceServletAction,APluginTriggerHandler,APluginWhileLoopNodeHandler,AppointmentClientClosingTime,AppointmentClosingTime,AppointmentTemplate,AWorkflowElement,BaseActionProps,BaseConditionProps,BaseDoUntilLoopProps,BaseForEachLoopProps,BaseMultipleConditionProps,BaseMultipleDoUntilLoopTestProps,BaseMultipleWhileLoopTestProps,BaseTriggerProps,BaseWhileLoopProps,Benutzer,BenutzerGruppe,ClientAuthenticator,ClientCounter,ClientFormTheme,ClientPlugin,DatenbankZugriff,Datenquelle,DirectClientAuthorization,ExportAktionData,ExportStatusData,FcBreakProps,FcCatchErrorProps,FcChangeFormAvailabilityProps,FcChangeFormValueProps,FcChangeStateProps,FcCompressAsZipProps,FcContinueProps,FcCopyFormRecordProps,FcCounterProps,FcCreateTextFileProps,FcDecodeBase64Props,FcDeleteAttachmentProps,FcDeleteFormRecordProps,FcDoiInitProps,FcDoiVerifiedProps,FcDoUntilLoopProps,FcEmailProps,FcEncodeBase64Props,FcExportToPersistenceProps,FcExportToXmlProps,FcFillPdfProps,FcFillWordProps,FcForEachLoopProps,FcFormRecordMessagePostedProps,FcFormRecordMessageUploadRequestFulfilledProps,FcFormSubmitButtonProps,FcHttpRequestProps,FcImportFormValueFromXmlProps,FcInvitationErrorProps,FcInvitationSentProps,FcLdapQueryProps,FcLogEntryProps,FcManualProps,FcMoveFormRecordToInboxProps,FcMultipleConditionProps,FcProcessLogPdfProps,FcProvideResourceProps,FcQualifiedFormSubmitButtonProps,FcQueueTaskProps,FcRedirectProps,FcRenewProcessIdProps,FcReturnFileProps,FcReturnProps,FcSaveToFileSystemProps,FcSaveToWebDavProps,FcSendFormRecordMessageProps,FcSetSavedFlagProps,FcShowTemplateProps,FcSqlStatementProps,FcStateTimerProps,FcThrowExceptionProps,FcTimePointProps,FcUserInvocationProps,FcWhileLoopProps,FcWriteFormRecordAttrProps,FormRecordMessageUploadRequest,FormTemplate,FormTemplateTag,FrontendServer,IndirectClientAuthorization,LDAPAbfrage,LDAPBenutzer,LDAPGruppe,LDAPZugriff,Mandant,MandantFrontendServer,MandantRessource,Modul,PluginWrapperModel,Postfach,ProjectTag,Projekt,ProjektRessource,Rolle,Status,SystemAuthenticator,SystemMessage,SystemPlugin,Textbaustein,UserPortal,VirtualBenutzer,VirtualRolle,WebDavAccess,WorkflowNode,WorkflowState,WorkflowStateModel,WorkflowTask,WorkflowTrigger
public interface INameProvidingCommon interface for all objects (mainly entities) that have got a name.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Field Detail
-
ATTR_NAME
static final String ATTR_NAME
JPA attribute name for thegetName()field.- See Also:
- Constant Field Values
-
COL_NAME
static final String COL_NAME
Database column name for thegetName()field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
- Returns:
- The name of this object.
-
-