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
,BaseDoUntilLoopProps
,BaseForEachLoopProps
,BaseMultipleConditionProps
,BaseMultipleDoUntilLoopTestProps
,BaseMultipleWhileLoopTestProps
,BaseTriggerProps
,BaseWhileLoopProps
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientCounter
,ClientPlugin
,DatenbankZugriff
,Datenquelle
,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
,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 Summary
Fields Modifier and Type Field Description static String
ATTR_BESCHREIBUNG
static String
ATTR_DESCRIPTION
static String
COL_DESCRIPTION
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getBeschreibung()
default String
getDescription()
-
-
-
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
-
-