Class DeleteObjectResult


  • public class DeleteObjectResult
    extends Object
    Contains information about object deletion result; primarily needed by repository caching algorithms. Because it is bound to the current (SQL) implementation of the repository, avoid using this information for any other purposes. EXPERIMENTAL.
    • Constructor Detail

      • DeleteObjectResult

        public DeleteObjectResult​(String objectTextRepresentation,
                                  String language)
    • Method Detail

      • getObjectTextRepresentation

        public String getObjectTextRepresentation()
        The textual representation of the object as stored in repository. It is to be parsed when really necessary. Note that it does not contain information that is stored elsewhere (user photo, lookup table rows, certification cases, task result, etc).
      • getLanguage

        public String getLanguage()
        Language in which the text representation is encoded.