class UploadManager

Provide methods to upload resources locally and on resource server.

Public Methods

[more]list<map<string, string>*> * uploadResources(list<map<string, list<string>*>*>* props, list<string>* owners, list<string>* groups, map<string, list<string>*>* rights, list<string>*resourceUri)
Upload the specified Resources to the Resource Server and prepare a List of Map containing Status Code and Resource Name and return it.


Documentation

Provide methods to upload resources locally and on resource server.

olist<map<string, string>*> * uploadResources(list<map<string, list<string>*>*>* props, list<string>* owners, list<string>* groups, map<string, list<string>*>* rights, list<string>*resourceUri)
Upload the specified Resources to the Resource Server and prepare a List of Map containing Status Code and Resource Name and return it.

Parameters:
props - an Object of List&lt;Map&lt;String, List&lt;String&gt;&gt;&gt;
owners - an Object of List&lt;String&gt;
groups - an Object of List&lt;String&gt;
rights - an Object of List&lt;Map&lt;String, List&lt;String&gt;&gt;&gt;
resourceUri - a String value of Resource URI
Returns:
an Object of List&lt;Map&lt;String, String&gt;&gt;


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.