Package de.xima.fc.entities.interfaces
Interface IUUIDEntity
- 
- All Known Subinterfaces:
 IAppointmentClosingTime,IAuthenticator<T>,ICounter,IEntityClientAuthorization,IPluginEntity<META,DATA,CONFIG>,IUserIdentity
- All Known Implementing Classes:
 AAppointmentClosingTime,AAuthenticator,AClientAuthorization,AInternalMessage,Aktion,AktuellerBenutzer,APluginEntity,Appointment,AppointmentClientClosingTime,AppointmentClosingTime,AppointmentTemplate,AppointmentType,Attachment,AWorkflowElement,Bedingung,Benutzer,BenutzerGruppe,ClientAuthenticator,ClientCounter,ClientPlugin,DatenbankZugriff,Datenquelle,DirectClientAuthorization,ExportAktionData,ExportBedingungData,ExportStatusData,FormEingang,FormElement,FormTemplate,FormVersion,FormVersionBackup,IndirectClientAuthorization,InternalClientMessage,InternalSystemMessage,LDAPAbfrage,LDAPBenutzer,LDAPZugriff,Mandant,MandantRessource,Postfach,ProjectDOIData,ProjectIdentityCheckData,ProjectInviteData,Projekt,ProjektRessource,Rolle,Status,SystemAuthenticator,SystemMessage,SystemPlugin,Textbaustein,UserCredentials,UserIdentity,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 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
 
 
 - 
 
 -