Package de.xima.fc.entities.interfaces
Interface IDescriptionProviding
-
- All Known Subinterfaces:
IAuthenticator<T>,ICounter,IPluginEntity<T,J,C>,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,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,LDAPAbfrage,LDAPBenutzer,LDAPGruppe,LDAPZugriff,Mandant,MandantFrontendServer,MandantRessource,Modul,Postfach,Projekt,ProjektRessource,RedirectToClientInboxProps,RedirectToFormRecordProps,Rolle,Status,SystemAuthenticator,SystemMessage,SystemPlugin,Textbaustein,VirtualBenutzer,VirtualRolle,WebDavAccess,WorkflowNode,WorkflowState,WorkflowTask,WorkflowTrigger,WorkflowVersion
public interface IDescriptionProvidingCommon interface for all objects (mainly entities) that have got a human-readable description.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_BESCHREIBUNGstatic StringATTR_DESCRIPTIONstatic StringCOL_DESCRIPTION
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetBeschreibung()default StringgetDescription()
-
-
-
Field Detail
-
ATTR_BESCHREIBUNG
static final String ATTR_BESCHREIBUNG
- See Also:
- Constant Field Values
-
ATTR_DESCRIPTION
static final String ATTR_DESCRIPTION
- See Also:
- Constant Field Values
-
COL_DESCRIPTION
static final String COL_DESCRIPTION
- See Also:
- Constant Field Values
-
-