Returns the file type, size, modification date, and in the case of job folders the number of files for the specified job(s).
When using this function, you should always check the status member of the returned AdditionalInfo: if busy or failed, the data is not reliable.
Returns the thumbnail icon, number of pages and dimensions for the job.
When using this function, you should always check the status member of the returned HeavyInfo: if busy or failed, the data is not reliable.
The stamp member of the returned HeavyInfo is used to determine whether the heavy info should be refreshed: if calling this function more than once for the same job, you should set it to the value last returned by the Switch Server, to prevent unnecessary calculations.
SOAP method | ReplaceFile |
Parameters | ReplaceEntry inEntry: information about the job replacement |
Base64Binary inSubmitData: the job to submit; this must be a zip file containing either a single file or a single folder | |
PushJobStatus jobInfo: the necessary information to push the (replaced) job to the connection(s) | |
Returns | Integer isReplaced: 1 if the job was replaced, 0 if not |
SOAP method | SubmitFile10 |
Parameters | SubmitEntry inEntry: information about the job to submit |
Base64Binary inSubmitData: the job to submit; this must be a zip file containing either a single file or a single folder | |
MetadataToFillClass list metadata: the required metadata | |
Returns | String outJobId: reserved |