Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

The JSMA project provides functionality for handling projects

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
...


  • No labels