class ResServerUploadManager

Provide Method to Upload Resources to Resource Server.

Public Methods

[more] ResServerUploadManager(string resServerUrl, string userName, string password, string docRoot)
Store Resource Server URI, UserName and Password for further upload Request.
[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.
[more]map<string, string> * uploadResource(map<string, list<string>*>* props, list<string>* owners, list<string>* groups, map<string, list<string>*>* rights, string resourceUri)
Upload the specified Resource to the Resource Server and prepare a Map containing Status Code and Resource Name and return it.


Documentation

Provide Method to Upload Resources to Resource Server.

o ResServerUploadManager(string resServerUrl, string userName, string password, string docRoot)
Store Resource Server URI, UserName and Password for further upload Request.

Parameters:
resServerUrl - a String value of Resource Server URI
userName - a String value of Resource Server UserName
password - a String value of Resource Server Password

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<Map<String, List<String>>>
owners - an Object of List<String>
groups - an Object of List<String>
rights - an Object of List<Map<String, List<String>>>
resourceUri - a String value of Resource URI
Returns:
an Object of List<Map<String, String>>

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

Parameters:
props - an Object of Map<String, List<String>>
owners - an Object of List<String>
groups - an Object of List<String>
rights - an Object of Map<String, List<String>>
resourceUri - a String value of Resource URI
Returns:
an Object of Map<String, String>


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

Alphabetic index HTML hierarchy of classes or Java



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