Interface IDescriptionProviding
- All Known Subinterfaces:
IAuthenticator<TFile>, ICounter, IPluginEntity<META,DATA, CONFIG>, IWorkflowElementEntity
- All Known Implementing Classes:
AAuthenticator, Aktion, AktuellerBenutzer, APluginEntity, AppointmentTemplate, AWorkflowElement, BaseActionProps, BaseConditionProps, BaseDoUntilLoopProps, BaseForEachLoopProps, BaseMultipleConditionProps, BaseMultipleDoUntilLoopTestProps, BaseMultipleWhileLoopTestProps, BaseTriggerProps, BaseWhileLoopProps, Benutzer, BenutzerGruppe, ClientAuthenticator, ClientCounter, ClientFormTheme, ClientPlugin, DatenbankZugriff, Datenquelle, ExportAktionData, ExportStatusData, FcBreakProps, FcCatchErrorProps, FcChangeFormAvailabilityProps, FcChangeFormRecordChatActivenessProps, FcChangeFormValueProps, FcChangeStateProps, FcCompressAsZipProps, FcContinueProps, FcCopyFormRecordProps, FcCounterProps, FcCreateTextFileProps, FcDecodeBase64Props, FcDeleteAttachmentProps, FcDeleteFormRecordProps, FcDoiInitProps, FcDoiVerifiedProps, FcDoUntilLoopProps, FcEmailProps, FcEncodeBase64Props, FcExportFormRecordChatsProps, FcExportToPersistenceProps, FcExportToXmlProps, FcFillPdfProps, FcFillWordProps, FcForEachLoopProps, FcFormRecordMessagePostedProps, FcFormRecordMessageUploadRequestFulfilledProps, FcFormSubmitButtonProps, FcHttpRequestProps, FcImportFormValueFromXmlProps, FcInvitationErrorProps, FcInvitationSentProps, FcLdapQueryProps, FcLogEntryProps, FcManualProps, FcMoveFormRecordToInboxProps, FcMultipleConditionProps, FcProcessLogPdfProps, FcPromptQueryProps, FcProvideResourceProps, FcQualifiedFormSubmitButtonProps, FcQueueTaskProps, FcRedirectProps, FcRenewProcessIdProps, FcReturnFileProps, FcReturnProps, FcSaveToFileSystemProps, FcSaveToWebDavProps, FcSendFormRecordMessageProps, FcSetFormRecordPasswordProps, FcSetSavedFlagProps, FcShowTemplateProps, FcSqlStatementProps, FcStateTimerProps, FcThrowExceptionProps, FcTimePointProps, FcUserInvocationProps, FcWhileLoopProps, FcWriteFormRecordAttrProps, FormTemplate, FrontendServer, IndirectClientAuthorization, LDAPAbfrage, LDAPBenutzer, LDAPGruppe, LDAPZugriff, Mandant, MandantFrontendServer, MandantRessource, Modul, Postfach, Projekt, ProjektRessource, Rolle, Status, SystemAuthenticator, SystemMessage, SystemPlugin, Textbaustein, UserPortal, 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.
-