Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine 4.8.0.4. |
...
Excerpt |
---|
Update one ore more attributes for the provided filter. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
filterName | string | Yes | The name of the filter. |
...
Returns true if the filter was updated. False otherwise.
Example
Code Block |
---|
Info |
The filter can be partially updated by specifying only the attribute needed to be updated in the JFilter structure.string workflowName = "Software Simplified Workflow for Project TEST";
JWorkflowAction[] actions = getAllWorkflowTransitions(workflowName);
return actions;
|