-
Notifications
You must be signed in to change notification settings - Fork 612
SRevision
Ruben de Laat edited this page Nov 17, 2016
·
2 revisions
This page describes a Revision from an API perspective. When using the API, all BIMserver objects are prefixed with an "S". So this object's name is "SRevision".
Some of the most used fields of this object are:
- oid, This is a unique identifier for this object. This is what is also called an "roid" when referenced outside of the Revision context. Make sure to not mix this id up with the next field
- id, this is an incrementing integer, it starts at 1 for the first revision of a project, 2 for the second etc...
The SRevision object is referred to from serveral other objects. It's referred from SProject 2 times:
Get Started
- Quick Guide
- Requirements Version 1.2
- Requirements Version 1.3
- Requirements Version 1.4
- Requirements Version 1.4 > 2015-09-12
- Requirements Version 1.5
- Download
- JAR Starter
- Setup
Deployment
- Ubuntu installation 1.3
- Windows installation
- Security
- Memory Usage
- More memory
- Performance statistics
- Large databases
Developers
- Service Interfaces
- Common functions
- Data Model
- Low Level Calls
- Endpoints
Clients
BIMServer Developers
- Plugins in 1.5
- Plugin Development
- Eclipse
- Eclipse Modeling Framework
- Embedding
- Terminology
- Database/Versioning
- IFC STEP Encoding
- Communication
- Global changes in 1.5
- Writing a service
- Services/Notifications
- BIMserver 1.5 Developers
- Extended data
- Extended data schema
- Object IDM
New developments
- New remote service interface
- Plugins new
- Deprecated
- New query language
- Visual query language
- Reorganizing BIMserver JavaScript API
General