| Operation | Class | Description |
| apply | Buildable | |
| build | Assembler | |
| buildEngine | BuilderFacade | Main Operation of the Builder: create a render engine for a given part of the timeline |
| buildProcessor | PathManager | |
| configure | ToolFactory | |
| enable | Asset | change the enabled status of this asset. Note the corresponding #isActive predicate may depend on the enablement status of parent assets as well |
| get | Appconfig | access the configuation value for a given key. @return empty string for unknown keys, else the corresponding configuration value |
| get_repr | Allocation | |
| getAsset | AssetManager | find and return corresponging object |
| getAutomation | Fixture | |
| getConnection | ConManager | TODO |
| getDependant | Asset | All the other assets requiring this asset to be functional. For example, all the clips depending on a given media file. May be empty. The dependency relation is transitive. |
| getFrame | File | mode = READ, WRITE, ... |
| getParents | Asset | List of entities this asset depends on or requires to be functional. May be empty. The head of this list can be considered the primary prerequisite |
| getPlaylistForRender | Fixture | |
| getStateProxy | RenderState | |
| getValue | Auto | |
| getValue | Parameter | |
| getValue | ParamProvider | |
| isActive | Asset | weather this asset is swithced on and consequently included in the fixture and participates in rendering |
| known | AssetManager | @return true if the given id is registered in the internal asset DB |
| play | RenderEngine | TODO: will probably be handled differently (see Cehteh) |
| register | AssetManager | registers an asset object in the internal DB, providing its unique key |
| remove | AssetManager | remove the given asset <i>together with all its dependants</i> from the internal DB |
| resolve | Placement | create an actual (explicit) placement while trying to satisfy the network of adjacent objects and placements. |
| rootCause | Error | If this exception was caused by a chain of further exceptions, return the first one registered in this throw sequence. This works only, if every exceptions thrown as a consequence of another exception is propperly constructed by passing the original exception to the constructor |
| treat | NodeCreatorTool | |
| treat | NodeCreatorTool | |
| treat | NodeCreatorTool | |
| treat | NodeCreatorTool | |
| treat | SegmentationTool | |
| treat | SegmentationTool | |
| treat | SegmentationTool | |
| treat | Tool | This operation is to be overloaded for the specific MObject subclasses to be treated. |
| useFile | FileProvider | Announces that the application intends to use this file with mode (READ|WRITE|READWRITE) |
| useTemporaryStorage | FileProvider | Provides a pool for interminate frames |
| what | Error | |
| what | std::exception | the base class of all exceptions thrown by the standard library |