Package de.xima.fc.entities.interfaces
Interface ITransferableLockableEntity
-
- All Superinterfaces:
Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
,de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,ILockingVersionProviding
,ITransferable
,ITransferableEntity
,Serializable
- All Known Implementing Classes:
AAuthenticator
,AAuthenticatorConfig
,AbstractDatei
,AbstractDateiData
,AbstractLockableEntity
,AbstractMandantDependentEntity
,AClientDependentEntity
,AEncryptedFileDataEntity
,AFileDataEntity
,AFileEntity
,AFormEncryptedFileDataEntity
,Aktion
,AktuellerBenutzer
,ALockableEntity
,APluginEntity
,APluginFileEntity
,Appointment
,AppointmentClosingTime
,AppointmentSlot
,AppointmentTemplate
,AppointmentType
,AProtocolEntry
,Attachment
,AttachmentDatei
,AttachmentDateiData
,AWorkflowElement
,AWorkflowElementSearchTerm
,Bedingung
,Benutzer
,BenutzerGruppe
,ClientAuthenticator
,ClientAuthenticatorFile
,ClientAuthenticatorFileData
,ClientCounter
,ClientPlugin
,ClientPluginConfigData
,ClientPluginFile
,ClientPluginFileData
,DatenbankZugriff
,Datenquelle
,Entityberechtigung
,ExportAktionData
,ExportBedingungData
,ExportStatusData
,FormEingang
,FormEingangDatei
,FormEingangDateiData
,FormElement
,FormTemplate
,FormTemplateFile
,FormTemplateFileData
,FormTemplatePreview
,FormTemplateTag
,FormTemplateThumbnail
,FormVersion
,FormVersionBackup
,FormVersionBackupData
,FormVersionDatei
,FormVersionDateiData
,FrontendServer
,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
,VirtualBenutzer
,VirtualRolle
,Vorgang
,WorkflowNode
,WorkflowNodeSearchTerm
,WorkflowProcess
,WorkflowState
,WorkflowStateAuthenticatorConfig
,WorkflowTask
,WorkflowTrigger
,WorkflowTriggerSearchTerm
,WorkflowVersion
,WorkflowVersionBackup
,WorkflowVersionBackupData
public interface ITransferableLockableEntity extends ITransferableEntity, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILockingVersionProviding
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Method Summary
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Methods inherited from interface de.xima.fc.entities.interfaces.ILockingVersionProviding
getLockingVersion
-
-