Package de.xima.fc.entities.interfaces
Interface IUUIDEntity
-
- All Known Subinterfaces:
IAuthenticator<T>
,ICounter
,IPluginEntity<T,J,C>
- All Known Implementing Classes:
AAuthenticator
,Aktion
,AktuellerBenutzer
,APluginEntity
,Appointment
,AppointmentTemplate
,AppointmentType
,Attachment
,AWorkflowElement
,Bedingung
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientCounter
,ClientPlugin
,DatenbankZugriff
,Datenquelle
,ExportAktionData
,ExportBedingungData
,ExportStatusData
,FormEingang
,FormElement
,FormTemplate
,FormVersion
,FormVersionBackup
,LDAPAbfrage
,LDAPBenutzer
,LDAPZugriff
,Mandant
,MandantRessource
,Postfach
,ProjectDOIData
,ProjectIdentityCheckData
,ProjectInviteData
,Projekt
,ProjektRessource
,Rolle
,Status
,SystemAuthenticator
,SystemMessage
,SystemPlugin
,Textbaustein
,VirtualBenutzer
,VirtualRolle
,Vorgang
,WorkflowNode
,WorkflowProcess
,WorkflowState
,WorkflowTask
,WorkflowTrigger
,WorkflowVersion
,WorkflowVersionBackup
public interface IUUIDEntity
Interface für alle Entitäten, die eine UUID besitzen.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_UUID
static String
COL_UUID
static String
INVALID_UUID
static UUID
INVALID_UUID_OBJECT
static String
NULL_SAFE_UUID_TYPE
static String
TYPE_NAME_UUID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUUID()
UUID
getUUIDObject()
void
setUUID(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
-
-