JSMA project

Overview

The JSMA project provides functionality for handling projects

Only available up to IFE 3!

This JSMA is no longer available at IFE 4 and can only be used up to IFE 3!

What can JSMA project do for me?

You could easily use the JSMA project to edit a project

Index

Usage

writing data

Here is an example on how to write data to a JSMA project:

...
project.createSource(server, package, username, password)
...

reading data

Here is an example on how to read data from a JSMA project:

... 
project.uuid
...

Methods

The JSMA project provides the following methods:

project.compare

With this function you can compare this project with another

Example

... 
project.compare
...

project.createSource(server, package, username, password)

Creates a source

Example

... 
project.createSource(server, package, username, password)
...

project.id

Returns the id of the project

Example

... 
project.id
...

project.sources

Returns an arry of sources

Example

... 
project.sources
...

project.update

Updates the project

Example

... 
project.update
...

project.uuid

Returns the uuid of the project

Example

... 
project.uuid
...