All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.chg.chg-2.0.xsd Maven / Gradle / Ivy

Go to download

Apache Causeway schemas, for conversion into canonical DTOs (for use in integration scenarios).

There is a newer version: 3.1.0
Show newest version




    

    
        
            Represents v2.0 of this schema (as per majorVersion.minorVersion @default attribute, below).  The changes (create/update/delete) to one or more domain objects within a transaction.  (nb: only published objects are included in these lists).
            
            
                @javax.inject.Named("causeway.schema.chg.v2.ChangesDto")
            
        
        
            
                
                    
                        The major version of the schema that an XML instance was created using.
                        
                    
                
                
                    
                        The minor version of the schema that an XML instance was created using.
                        
                    
                
                
                    
                        Unique identifier of the interaction id within which this change occurred.
                        
                    
                
                
                    
                        Unique sequence number of the transaction committed within the interaction giving rise to this set of changes.  Although there is usually just one transaction per interaction, in advanced use cases there could be many.
                        
                    
                
                
                    
                        The point in time that these changes were completed.
                        
                    
                
                
                    
                        The name of the user that performed this transaction.
                        
                    
                
                
            
        
    

    
        
            A set of changes to domain objects.
            
                @javax.inject.Named("causeway.schema.chg.v2.ObjectsDto")
            
        
        
            
                
                    The number of objects loaded within the transaction.
                    
                
            
            
                
                    The list of objects created within the transaction.
                    
                
            
            
                
                    The list of objects updated within the transaction.
                    
                
            
            
                
                    The list of objects deleted within the transaction.
                    
                
            
            
                
                    The number of object properties modified within the transaction.
                    
                
            
        
    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy