The ManagedFile noun is used to model a managed file. A managed file is any file that is uploaded to WebSphere Commerce using the Attachments tool.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
ProcessManagedFile | Delete | Deletes a managed file. |
Request
Response |
ManagedFileFacadeClient.processManagedFile() | |
GetManagedFile | IBM_Summary | /ManagedFile/ManagedDirectoryIdentifier[UniqueID=] | Retrieves the metadata of a managed file within a managed directory. |
Request
Response |
ManagedFileFacadeClient.getManagedFile() |
IBM_Summary |
/ManagedFile[search(contains(ManagedFileIdentifier/ExternalIdentifer/FilePath, '$FilePath$'))] /ManagedFile[search(starts-with(ManagedFileIdentifier/ExternalIdentifer/FilePath, '$FilePath$'))] /ManagedFile[search(ends-with(ManagedFileIdentifier/ExternalIdentifer/FilePath, '$FilePath$'))] /ManagedFile[search(ManagedFileIdentifier/ExternalIdentifer/FilePath='$FilePath$')] |
Searches for a managed file using the full path of the file, including the file name. |
Request
Response |
ManagedFileFacadeClient.getManagedFile() |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned |
---|---|
IBM_Summary |
|