Package de.xima.fc.entities.interfaces
Interface IUUIDEntity
-
- All Known Subinterfaces:
IAppointmentClosingTime,IAuthenticator<T>,ICounter,IEntityClientAuthorization,IFileMetaEntity<TBase,TData>,ILocalizedScopedFileMetaEntity<TBase,TData>,IPluginEntity<META,DATA,CONFIG>,IScopedFileMetaEntity<TBase,TData>,IUserIdentity
- All Known Implementing Classes:
AAppointmentClosingTime,AAuthenticator,AClientAuthorization,AFileMetaEntity,AInternalMessage,Aktion,AktuellerBenutzer,ALocalizedScopedFileMetaEntity,APluginEntity,Appointment,AppointmentClientClosingTime,AppointmentClosingTime,AppointmentTemplate,AppointmentType,AScopedFileMetaEntity,Attachment,AWorkflowElement,Bedingung,Benutzer,BenutzerGruppe,ClientAuthenticator,ClientCounter,ClientPlugin,ClientPortalConfigFile,DatenbankZugriff,Datenquelle,DirectClientAuthorization,ExportAktionData,ExportBedingungData,ExportStatusData,FormEingang,FormElement,FormRecordChat,FormRecordMessage,FormRecordMessageUploadRequest,FormTemplate,FormVersion,FormVersionBackup,IndirectClientAuthorization,InternalClientMessage,InternalSystemMessage,LDAPAbfrage,LDAPBenutzer,LDAPZugriff,Mandant,MandantRessource,Postfach,ProjectDOIData,ProjectFile,ProjectIdentityCheckData,ProjectInviteData,Projekt,ProjektRessource,Rolle,Status,SystemAuthenticator,SystemMessage,SystemPlugin,Textbaustein,UserCredentials,UserIdentity,UserPortal,UserPortalFile,UserProfile,UserProfileMfa,VirtualBenutzer,VirtualRolle,Vorgang,WebDavAccess,WorkflowNode,WorkflowProcess,WorkflowState,WorkflowTask,WorkflowTrigger,WorkflowVersion,WorkflowVersionBackup
public interface IUUIDEntityInterface für alle Entitäten, die eine UUID besitzen.
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_UUIDstatic StringCOL_UUIDstatic StringINVALID_UUIDstatic UUIDINVALID_UUID_OBJECTstatic StringNULL_SAFE_UUID_TYPEstatic StringNULLABLE_UUID_TYPEstatic StringTYPE_NAME_UUID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUUID()UUIDgetUUIDObject()voidsetUUID(String uuid)
-
-
-
Field Detail
-
INVALID_UUID
static final String INVALID_UUID
- See Also:
- Constant Field Values
-
INVALID_UUID_OBJECT
static final UUID INVALID_UUID_OBJECT
-
ATTR_UUID
static final String ATTR_UUID
- See Also:
- Constant Field Values
-
COL_UUID
static final String COL_UUID
- See Also:
- Constant Field Values
-
TYPE_NAME_UUID
static final String TYPE_NAME_UUID
- See Also:
- Constant Field Values
-
NULL_SAFE_UUID_TYPE
static final String NULL_SAFE_UUID_TYPE
- See Also:
- Constant Field Values
-
NULLABLE_UUID_TYPE
static final String NULLABLE_UUID_TYPE
- See Also:
- Constant Field Values
-
-