Changes between Version 13 and Version 14 of Omni


Ignore:
Timestamp:
09/20/10 13:14:06 (14 years ago)
Author:
Josh Karlin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Omni

    v13 v14  
    2727   omnispec.
    2828
    29 
    30 == Omnispecs ==
    31 
    32 Each resource in an omnispec is referred to as an OmniResource. Each
    33 OmniResource has a name, a description, a type, booleans indicating
    34 whether the resource is allocated and whether the request wants to
    35 allocate it, and then hashes for options and misc fields.
    36 
    37 
    38 == Extending Omni ==
    39 
    40 Extending Omni to support additional types of Aggregate Managers with
    41 different RSpec formats requires adding a new omnispec/rspec
    42 conversion file.
    43 
    44 Extending Omni to support additional frameworks with their own
    45 clearinghouse APIs requires adding a new Framework extension class.
    4629
    4730
     
    465448    </resv_rspec>
    466449}}}
     450
     451
     452
     453== Extending Omni ==
     454
     455Extending Omni to support additional types of Aggregate Managers with
     456different RSpec formats requires adding a new omnispec/rspec
     457conversion file.
     458
     459Extending Omni to support additional frameworks with their own
     460clearinghouse APIs requires adding a new Framework extension class.