Uses of Class
c408h008.common.exceptions.ConflictException

Packages that use ConflictException
c408h008.server.service   
 

Uses of ConflictException in c408h008.server.service
 

Methods in c408h008.server.service that throw ConflictException
 OEMessage[] OmniEditorService.upload(OEMessage[] in0)
          Merges all the commands encapsulated by an array of OEMessage objects into the server buffer.
 OEMessage[] OmniEditorService.insert(OEMessage in0)
          Inserts a block of text at the current cursor position.
 OEMessage[] OmniEditorService.delete(OEMessage in0)
          Delete the given block of text at the current cursor position.
 OEMessage[] OmniEditorService.guard(OEMessage in0)
          Guard a block of text to prevent others from editting or modifying it.