Package de.xima.fc.entities.interfaces
Interface ILockingVersionProviding
- All Known Subinterfaces:
ITransferableLockableEntity
- All Known Implementing Classes:
AAppointmentClosingTime
,AAuthenticator
,AAuthenticatorConfig
,AbstractDatei
,AbstractDateiData
,AbstractLockableEntity
,AbstractMandantDependentEntity
,AClientAuthorization
,AClientDependentEntity
,AEncryptedFileDataEntity
,AFileDataEntity
,AFileEntity
,AFormEncryptedFileDataEntity
,Aktion
,AktuellerBenutzer
,ALockableEntity
,APluginEntity
,APluginFileEntity
,Appointment
,AppointmentClientClosingTime
,AppointmentClosingTime
,AppointmentSlot
,AppointmentTemplate
,AppointmentType
,AProtocolEntry
,Attachment
,AttachmentDatei
,AttachmentDateiData
,AWorkflowElement
,AWorkflowElementSearchTerm
,Bedingung
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientAuthenticatorFile
,ClientAuthenticatorFileData
,ClientCounter
,ClientFile
,ClientFileData
,ClientPlugin
,ClientPluginConfigData
,ClientPluginFile
,ClientPluginFileData
,DatenbankZugriff
,Datenquelle
,DirectClientAuthorization
,ExportAktionData
,ExportBedingungData
,ExportStatusData
,FormEingang
,FormEingangDatei
,FormEingangDateiData
,FormElement
,FormTemplate
,FormTemplateFile
,FormTemplateFileData
,FormTemplatePreview
,FormTemplateTag
,FormTemplateThumbnail
,FormVersion
,FormVersionBackup
,FormVersionBackupData
,FormVersionDatei
,FormVersionDateiData
,FrontendServer
,IndirectClientAuthorization
,LDAPAbfrage
,LDAPBenutzer
,LDAPGruppe
,LDAPZugriff
,LicenseFile
,Mandant
,MandantFrontendServer
,MandantLdapData
,MandantMailData
,MandantRessource
,MandantRessourceDatei
,MandantRessourceDateiData
,Modul
,PeAktion
,PeBase
,PeDokumentation
,PeStatus
,Postfach
,ProjectAuthenticatorConfig
,ProjectDOIData
,ProjectIdentityCheckData
,ProjectInviteData
,ProjectPreviewFile
,ProjectPreviewFileData
,Projekt
,ProjektRessource
,ProjektRessourceDatei
,ProjektRessourceDateiData
,ProtocolEntryClient
,ProtocolEntryProcessing
,ProtocolEntrySystem
,Protokoll
,Rolle
,Status
,SystemAuthenticator
,SystemAuthenticatorFile
,SystemAuthenticatorFileData
,SystemMessage
,SystemPlugin
,SystemPluginConfigData
,SystemPluginFile
,SystemPluginFileData
,SystemProperty
,Textbaustein
,UserCredentials
,UserEmail
,UserIdentity
,UserProfile
,UserProfileFile
,UserProfileFileData
,UserProfileMfa
,VirtualBenutzer
,VirtualRolle
,Vorgang
,WebDavAccess
,WorkflowNode
,WorkflowNodeSearchTerm
,WorkflowProcess
,WorkflowState
,WorkflowStateAuthenticatorConfig
,WorkflowTask
,WorkflowTrigger
,WorkflowTriggerSearchTerm
,WorkflowVersion
,WorkflowVersionBackup
,WorkflowVersionBackupData
public interface ILockingVersionProviding
Common interface for all objects (mainly entities) that have a locking version.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getLockingVersion
int getLockingVersion()- Returns:
- The locking version that indicates the version of the object.
-