Package de.xima.fc.entities.interfaces
Interface IDescriptionProviding
- All Known Subinterfaces:
IAuthenticator<T>
,ICounter
,IPluginEntity<META,
,DATA, CONFIG> IWorkflowElementEntity
- All Known Implementing Classes:
AAuthenticator
,Aktion
,AktuellerBenutzer
,APluginEntity
,AppointmentTemplate
,AWorkflowElement
,BaseActionProps
,BaseConditionProps
,BaseTriggerProps
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientCounter
,ClientPlugin
,DatenbankZugriff
,Datenquelle
,ExportAktionData
,ExportStatusData
,FcCatchErrorProps
,FcChangeFormAvailabilityProps
,FcChangeFormValueProps
,FcChangeStateProps
,FcCompressAsZipProps
,FcCopyFormRecordProps
,FcCounterProps
,FcCreateTextFileProps
,FcDecodeBase64Props
,FcDeleteAttachmentProps
,FcDeleteFormRecordProps
,FcDoiInitProps
,FcDoiVerifiedProps
,FcEmailProps
,FcEncodeBase64Props
,FcExportToPersistenceProps
,FcExportToXmlProps
,FcFillPdfProps
,FcFillWordProps
,FcFormSubmitButtonProps
,FcHttpRequestProps
,FcImportFormValueFromXmlProps
,FcInvitationErrorProps
,FcInvitationSentProps
,FcLdapQueryProps
,FcLogEntryProps
,FcManualProps
,FcMoveFormRecordToInboxProps
,FcMultipleConditionProps
,FcProcessLogPdfProps
,FcProvideResourceProps
,FcQualifiedFormSubmitButtonProps
,FcQueueTaskProps
,FcRedirectProps
,FcRenewProcessIdProps
,FcReturnFileProps
,FcReturnProps
,FcSaveToFileSystemProps
,FcSaveToWebDavProps
,FcSetSavedFlagProps
,FcShowTemplateProps
,FcSqlStatementProps
,FcStateTimerProps
,FcThrowExceptionProps
,FcTimePointProps
,FcWriteFormRecordAttrProps
,FormTemplate
,FrontendServer
,IndirectClientAuthorization
,LDAPAbfrage
,LDAPBenutzer
,LDAPGruppe
,LDAPZugriff
,Mandant
,MandantFrontendServer
,MandantRessource
,Modul
,Postfach
,Projekt
,ProjektRessource
,Rolle
,Status
,SystemAuthenticator
,SystemMessage
,SystemPlugin
,Textbaustein
,VirtualBenutzer
,VirtualRolle
,WebDavAccess
,WorkflowNode
,WorkflowState
,WorkflowTask
,WorkflowTrigger
,WorkflowVersion
public interface IDescriptionProviding
Common interface for all objects (mainly entities) that have got a human-readable description.
- Author:
- XIMA MEDIA GmbH
-
Field Details
-
ATTR_BESCHREIBUNG
- See Also:
-
ATTR_DESCRIPTION
- See Also:
-
COL_DESCRIPTION
- See Also:
-
-
Method Details
-
getBeschreibung
String getBeschreibung() -
getDescription
- Returns:
- A human-readable description for this object.
-