Uses of Class
be.SIRAPRISE.client.ServerSingleAssignmentCommand

Packages that use ServerSingleAssignmentCommand
be.SIRAPRISE.client   
be.SIRAPRISE.messages   
 

Uses of ServerSingleAssignmentCommand in be.SIRAPRISE.client
 

Subclasses of ServerSingleAssignmentCommand in be.SIRAPRISE.client
 class ServerAddCommand
          A ServerAddCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be added
 class ServerAssertCommand
          A ServerAssertCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be unioned with the current value of the relvar.
 class ServerBasicAssignmentCommand
          A ServerBasicAssignmentCommand is a server update command that constitutes a single basic operation type on a single relvar target.
 class ServerDeleteCommand
          A ServerDeleteCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be removed from the current value of the relvar.
 class ServerUnassertCommand
          A ServerDeleteCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be removed-if-present from the current value of the relvar.
 class ServerUpdateCommand
          A ServerUpdateCommand consists of three portions : The target relvar name The relational expression defining which tuples in the target relvar will be affected (=deleted) by the update The specification of the changes that have to be applied to all affected tuples, i.e. the specification of how to compute, for each affected tuple, what the replacing tuple will be.
 

Methods in be.SIRAPRISE.client that return ServerSingleAssignmentCommand
 ServerSingleAssignmentCommand[] ServerMultipleAssignmentCommand.getIndividualAssignmentCommands()
          Gets The individual assignments that make up the multiple assignment
 

Constructors in be.SIRAPRISE.client with parameters of type ServerSingleAssignmentCommand
ServerMultipleAssignmentCommand(ServerSingleAssignmentCommand[] individualAssignmentCommands)
          Creates the ServerMultipleAssignmentCommand
 

Uses of ServerSingleAssignmentCommand in be.SIRAPRISE.messages
 

Methods in be.SIRAPRISE.messages with parameters of type ServerSingleAssignmentCommand
 be.SIRAPRISE.messages.ExecuteAssignmentMessageV1_0 ExecuteAssignmentMessageTypeV1_0.message(ServerSingleAssignmentCommand[] cmds)
           
abstract  ExecuteAssignmentMessage ExecuteAssignmentMessageType.message(ServerSingleAssignmentCommand[] cmds)
          Factory method for producing a message of this type holding the given Assignment command