The Innovator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Innovator |
The constructor must be __ONLY__ used from internal code (InnovatorCore.dll). The
only reason it's declared public is that IOM and InnovatorCore.dll are separate
DLLs and there is no way in .NET languages to declare a class from one library
visible to only a particular library or class in it (something like "friend" in C++).
|
Methods
Name | Description | |
---|---|---|
![]() | applyAML |
Sends request to Innovator server and returns server response as an item.
|
![]() | applyMethod |
Apply a method by name, passing a string value as its body.
|
![]() | applySQL |
Sends SQL request to Innovator server and returns server response as an Item.
|
![]() | calcMD5 | Obsolete.
Computes the MD5 hash value for the specified string.
|
![]() | ConsumeLicense |
Consumes license for feature
|
![]() | getAssignedActivities | Obsolete.
Returns an Item where the nodeList property of the Item contains Activity Items.
|
![]() | getConnection |
Returns the server connection set on the instance.
|
![]() | getFileUrl |
Returns file full file url. In some cases with AuthenticationBroker's token.
|
![]() | getFileUrls | |
![]() | getI18NSessionContext |
Returns current internationalization context.
|
![]() | getItemById |
Returns an Item object that matches the ItemType name and ID for the Item.
|
![]() | getItemByKeyedName |
Returns an Item object that matches the ItemType name and keyed name for the Item.
|
![]() | getItemInDom |
Returns an Item with the node property referencing the first found <Item> node from the passed ArasXmlDocument.
|
![]() | getNewID |
A new 32 character hex string based on a GUID.
|
![]() | getNextSequence |
Returns the next sequence value by sequence name.
|
![]() | getUserAliases | Obsolete.
Returns aliases of the logged-in user.
|
![]() | getUserID |
Returns id of the user assosiated with a given instance of Innovator if this user is currently logged in, otherwise
throws "Not logged in" exception.
|
![]() | newError |
Returns a new "error" item.
|
![]() | newItem | Overloaded. |
![]() | newResult |
Returns an Item where the text passed in as the argument is the body for the <Result> tag.
|
![]() | newXMLDocument |
Creates new ArasXmlDocument.
|
![]() ![]() | ScalcMD5 |
Computes the MD5 hash value for the specified string.
|