Workflow Commands — FileUpload
Domein-overzicht van 6 workflow commands uit DLL Ultimo.Process.Business.Command.FileUpload.
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("CreateObjectDocument") - Alle FileUpload-commands:
find_commands("", dll="FileUpload") - Zoek binnen dit domein:
find_commands("<term>", dll="FileUpload")
Overzichtbewerken
| Command | Inputs | Outputs | Beschrijving |
|---|---|---|---|
CreateObjectDocument |
DomainObject: IDomainObject, Document: IDocument |
ObjectDocument: IObjectDocument |
|
DeleteObjectImage |
DomainObject: IDomainObject, ObjectImageFileColumnName?: string |
— | |
MoveFileToFileService |
FileSystemPath: IFileSystemPath, FileToMove: string, DomainObjectToGeneratePrefix: IDomainObject |
— | |
UploadDocuments |
FileSystemPath: IFileSystemPath, DocumentContext: Context, UploadedFiles: IList<string>, DocumentType?: IDocumentType, Site?: ISite, DocumentDescription?: UltimoString |
UploadedDocuments: IList<IDocument> |
|
UploadObjectFile |
FileSystemPath?: IFileSystemPath, UploadedFile: string, DomainObject: IDomainObject, ObjectFileColumnName: string |
— | |
UploadObjectImage |
UploadedImageFile: string, DomainObject: IDomainObject, ObjectImageFileColumnName?: string, KeepOldVersion?: bool |
— |
Details per commandbewerken
CreateObjectDocumentbewerken
Inputs
DomainObject:IDomainObjectDocument:IDocument
Outputs
ObjectDocument:IObjectDocument
Bron: Ultimo.Process.Business.Command.FileUpload/Ultimo.Process.Business.Command.FileUpload/CreateObjectDocument.cs
DeleteObjectImagebewerken
Inputs
DomainObject:IDomainObjectObjectImageFileColumnName:string(optional)
Bron: Ultimo.Process.Business.Command.FileUpload/Ultimo.Process.Business.Command.FileUpload/DeleteObjectImage.cs
MoveFileToFileServicebewerken
Inputs
FileSystemPath:IFileSystemPathFileToMove:stringDomainObjectToGeneratePrefix:IDomainObject
Bron: Ultimo.Process.Business.Command.FileUpload/Ultimo.Process.Business.Command.FileUpload/MoveFileToFileService.cs
UploadDocumentsbewerken
Inputs
FileSystemPath:IFileSystemPathDocumentContext:ContextUploadedFiles:IList<string>DocumentType:IDocumentType(optional)Site:ISite(optional)DocumentDescription:UltimoString(optional)
Outputs
UploadedDocuments:IList<IDocument>
Bron: Ultimo.Process.Business.Command.FileUpload/Ultimo.Process.Business.Command.FileUpload/UploadDocuments.cs
UploadObjectFilebewerken
Inputs
FileSystemPath:IFileSystemPath(optional)UploadedFile:stringDomainObject:IDomainObjectObjectFileColumnName:string
Bron: Ultimo.Process.Business.Command.FileUpload/Ultimo.Process.Business.Command.FileUpload/UploadObjectFile.cs
UploadObjectImagebewerken
Inputs
UploadedImageFile:stringDomainObject:IDomainObjectObjectImageFileColumnName:string(optional)KeepOldVersion:bool(optional)
Bron: Ultimo.Process.Business.Command.FileUpload/Ultimo.Process.Business.Command.FileUpload/UploadObjectImage.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.FileUpload.dll). - Domein-zoekopdracht —
find_commands(query, dll="FileUpload")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.