Workflow Commands — ScreenFilter
Domein-overzicht van 5 workflow commands uit DLL Ultimo.Process.Business.Command.ScreenFilter.
Deze pagina lijst de classes die worden aangeroepen vanuit <Command CommandName="..."> in workflow-XML.
Baseline: Ultimo 19.10.11.414 (november 2019). Method-bodies kunnen in nieuwere versies afwijken; class-signatures (inputs/outputs) zijn doorgaans stabiel. Voor live-XML gebruik
lookup_workflow(...)en raadpleeg de daadwerkelijke<Command>-aanroep.
Snel zoekenbewerken
- Eén command opvragen:
lookup_command("DeleteScreenFilter") - Alle ScreenFilter-commands:
find_commands("", dll="ScreenFilter") - Zoek binnen dit domein:
find_commands("<term>", dll="ScreenFilter")
Overzichtbewerken
| Command | Inputs | Outputs | Beschrijving |
|---|---|---|---|
DeleteScreenFilter |
Group?: IGroup, User?: IUser, ScreenName: UltimoString, Name: UltimoString |
— | |
GetDefaultScreenFilter |
ScreenName: UltimoString, User?: IUser |
ScreenFilter?: IScreenFilter |
|
GetScreenFilter |
ScreenName: UltimoString, Name: UltimoString, Group?: IGroup, User?: IUser |
ScreenFilter?: IScreenFilter |
|
GetScreenFilters |
ScreenName: UltimoString, User: IUser |
ScreenFilters?: IList<IScreenFilter> |
|
InsertOrUpdateScreenFilter |
Group?: IGroup, User?: IUser, ScreenName: UltimoString, Name: UltimoString, FilterColumns?: FilterColumns, FilterFeatures?: FilterFeatures, SortColumns?: SortColumns, DefaultFilter: bool |
ScreenFilter: IScreenFilter |
Details per commandbewerken
DeleteScreenFilterbewerken
Inputs
Group:IGroup(optional)User:IUser(optional)ScreenName:UltimoStringName:UltimoString
Bron: Ultimo.Process.Business.Command.ScreenFilter/Ultimo.Process.Business.Command.ScreenFilter/DeleteScreenFilter.cs
GetDefaultScreenFilterbewerken
Inputs
ScreenName:UltimoStringUser:IUser(optional)
Outputs
ScreenFilter:IScreenFilter
Bron: Ultimo.Process.Business.Command.ScreenFilter/Ultimo.Process.Business.Command.ScreenFilter/GetDefaultScreenFilter.cs
GetScreenFilterbewerken
Inputs
ScreenName:UltimoStringName:UltimoStringGroup:IGroup(optional)User:IUser(optional)
Outputs
ScreenFilter:IScreenFilter
Bron: Ultimo.Process.Business.Command.ScreenFilter/Ultimo.Process.Business.Command.ScreenFilter/GetScreenFilter.cs
GetScreenFiltersbewerken
Inputs
ScreenName:UltimoStringUser:IUser
Outputs
ScreenFilters:IList<IScreenFilter>
Bron: Ultimo.Process.Business.Command.ScreenFilter/Ultimo.Process.Business.Command.ScreenFilter/GetScreenFilters.cs
InsertOrUpdateScreenFilterbewerken
Inputs
Group:IGroup(optional)User:IUser(optional)ScreenName:UltimoStringName:UltimoStringFilterColumns:FilterColumns(optional)FilterFeatures:FilterFeatures(optional)SortColumns:SortColumns(optional)DefaultFilter:bool
Outputs
ScreenFilter:IScreenFilter
Bron: Ultimo.Process.Business.Command.ScreenFilter/Ultimo.Process.Business.Command.ScreenFilter/InsertOrUpdateScreenFilter.cs
Brondatabewerken
Let op: De tabel hierboven is gegenereerd uit decompiled 19.10 broncode. Voor het exact aanroepen van een command in een workflow gebruik de tool-calls hieronder.
- Eén Command opvragen —
lookup_command("<CommandName>")Officiële beschrijving + typed inputs/outputs. Bron:Data/commands_index.json(geëxtraheerd uit decompiledUltimo.Process.Business.Command.ScreenFilter.dll). - Domein-zoekopdracht —
find_commands(query, dll="ScreenFilter")Scored search over naam + beschrijving binnen alleen dit domein. - Workflow waarin deze Command voorkomt —
lookup_workflow("<WorkflowName>")Live-XML uitworkflows.xml; bevat de<Command>-aanroep met property-mappings.