Innovator Class |
Namespace: Aras.IOM
The Innovator type exposes the following members.
| Name | Description | |
|---|---|---|
| Innovator |
The constructor must be __ONLY__ used from internal code (Aras.Server.Core.dll). The
only reason it's declared public is that IOM and Aras.Server.Core.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++).
|
| 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.
| |
| applySQLWithParameters |
Sends SQL request (which consists of query and parameters) 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.
| |
| getChecksum |
Computes the MD5 hash value for the specified file.
| |
| getConnection |
Returns the server connection set on the instance.
| |
| getFileUrl(String, UrlType) |
Returns file full file url. In some cases with AuthenticationBroker's token.
| |
| getFileUrl(String, UrlType, VaultUrlType) |
Returns file full file url by Id and vault url type. In some cases with AuthenticationBroker's token.
| |
| getFileUrls(ArrayList, UrlType) | ||
| getFileUrls(ArrayList, UrlType, VaultUrlType) |
Returns file full file url by Id and vault url type. In some cases with AuthenticationBroker's token.
| |
| 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 |
Returns a new Item.
| |
| newItem(String) |
Returns a new Item with the specified type.
| |
| newItem(String, String) |
Returns a new Item with the specified type and action.
| |
| 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.
|