Package occi :: Module backend :: Class UserDefinedMixinBackend
[hide private]
[frames] | no frames]

Class UserDefinedMixinBackend

source code

 object --+        
          |        
KindBackend --+    
              |    
   MixinBackend --+
                  |
                 UserDefinedMixinBackend

A Backend for mixins defined by users.

DO NOT USE THIS CLASS IN YOUR IMPLEMENTATION!

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

    Inherited from KindBackend
 
create(self, entity, extras)
Call the Resource Management and create this entity.
source code
 
delete(self, entity, extras)
Call the Resource Management and delete this entity.
source code
 
replace(self, old, new, extras)
Call the Resource Management and update this entity.
source code
 
retrieve(self, entity, extras)
Call the Resource Management and refresh this entity so the client gets up to date information.
source code
 
update(self, old, new, extras)
Call the Resource Management and update this entity.
source code
Properties [hide private]

Inherited from object: __class__