CommandAction Enumeration |
Allowable SOAP actions
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public enum CommandAction
Public Enumeration CommandAction
Members
| Member name | Value | Description |
---|
| ActivateActivity | 0 | |
| AddItem | 1 | |
| ApplyAML | 2 | |
| ApplyItem | 3 | |
| ApplyMethod | 4 | |
| ApplySQL | 5 | |
| ApplyUpdate | 6 | |
| BuildProcessReport | 7 | |
| CacheDiag | 8 | |
| CancelWorkflow | 9 | |
| ChangeUserPassword | 10 | |
| CheckImportedItemType | 11 | |
| ClearCache | 12 | |
| ClearHistory | 13 | |
| CloneForm | 14 | |
| CloseWorkflow | 15 | |
| CompileMethod | 16 | |
| CopyItem | 17 | |
| CopyItem2 | 18 | |
| CreateItem | 19 | |
| DeleteItem | 20 | |
| DeleteUsers | 21 | |
| DeleteVersionFile | 22 | |
| DownloadFile | 23 | Command action specific to this library used for downloading files |
| EditItem | 24 | |
| EvaluateActivity | 25 | |
| ExecuteEscalations | 26 | |
| ExecuteReminders | 27 | |
| ExportItemType | 28 | |
| GenerateNewGUID | 29 | |
| GenerateNewGUIDEx | 30 | |
| GenerateParametersGrid | 31 | |
| GenerateRelationshipsTabbar | 32 | |
| GenerateRelationshipsTable | 33 | |
| GetAffectedItems | 34 | |
| GetAssignedActivities | 35 | |
| GetAssignedTasks | 36 | |
| GetConfigurableGridMetadata | 37 | |
| GetCurrentUserID | 38 | |
| GetFormForDisplay | 39 | |
| GetHistoryItems | 40 | |
| GetIdentityList | 41 | |
| GetItem | 42 | |
| GetItemAllVersions | 43 | |
| GetItemLastVersion | 44 | |
| GetItemNextStates | 45 | |
| GetItemRelationships | 46 | |
| GetItemTypeByFormID | 47 | |
| GetItemTypeForClient | 48 | |
| GetItemWhereUsed | 49 | |
| GetMainTreeItems | 50 | |
| GetNextSequence | 51 | |
| GetPermissionsForClient | 52 | |
| GetUsersList | 53 | |
| GetUserWorkingDirectory | 54 | |
| InstantiateWorkflow | 55 | |
| LoadCache | 56 | |
| LoadProcessInstance | 57 | |
| LoadVersionFile | 58 | |
| LockItem | 59 | |
| LogMessage | 60 | |
| LogOff | 61 | |
| MergeItem | 62 | |
| NewItem | 63 | |
| NewRelationship | 64 | |
| PopulateRelationshipsGrid | 65 | |
| PopulateRelationshipsTables | 66 | |
| ProcessReplicationQueue | 67 | |
| PromoteItem | 68 | |
| PurgeItem | 69 | |
| ReassignActivity | 70 | |
| RebuildKeyedName | 71 | |
| RebuildView | 72 | |
| ReplicationExecutionResult | 73 | |
| ResetAllItemsAccess | 74 | |
| ResetItemAccess | 75 | |
| ResetLifeCycle | 76 | |
| ResetServerCache | 77 | |
| SaveCache | 78 | |
| ServerErrorTest | 79 | |
| SetDefaultLifeCycle | 80 | |
| SetNullBooleanTo0 | 81 | |
| SetUserWorkingDirectory | 82 | |
| SkipItem | 83 | |
| StartDefaultWorkflow | 84 | |
| StartNamedWorkflow | 85 | |
| StartWorkflow | 86 | |
| StoreVersionFile | 87 | |
| TransformVaultServerURL | 88 | |
| UnlockAll | 89 | |
| UnlockItem | 90 | |
| UpdateItem | 91 | |
| ValidateUser | 92 | |
| ValidateVote | 93 | |
| ValidateWorkflowMap | 94 | |
See Also