create

open fun create(objID: ObjectId): Array<Form>

Creates the SVS Forms related to the specified Object Identifier.

Return

The SVS Forms related to the specified Object Identifier.

Since

2.5.0 Creation

Parameters

objID

An Object Identifier.


open fun create(objID: ObjectId, getAttributes: Boolean): Array<Form>

Creates the SVS Forms related to the specified Object Identifier.

Return

The SVS Forms related to the specified Object Identifier.

Since

3.4.0 Creation

Parameters

objID

An Object Identifier.

getAttributes

Indicates if existing attributes must be extracted.