|
|
QMap< QString, FileListingEntry * > | _collections |
| |
|
FileListingEntry * | _rootNode = 0 |
| |
|
QScrollBar * | bar = 0 |
| |
|
int | oldValue |
| |
|
QMap< QString, FileListingEntry * > | nodes |
| |
|
QMap< QString, QModelIndex > | indexes |
| |
|
QMap< FileListingEntry::EntryColumn, QString > | columns |
| |
|
QList< FileListingEntry::EntryColumn > | visibleColumns |
| |
|
QAbstractItemView * | view = NULL |
| |
| QRODSPrivate::QRODSPrivate |
( |
QRODS * |
qrods | ) |
|
| void QRODSPrivate::addCollection |
( |
QString & |
path | ) |
|
QRODSPrivate::addCollection adds a collection.
This method adds a collection according to the path received as parameter.
- Parameters
-
| path | a string parameter that represents the path where the collection will be created. |
| void QRODSPrivate::addCollectionMetadata |
( |
QString & |
path, |
|
|
MetadataEntry & |
entry |
|
) |
| |
QRODSPrivate::addCollectionMetadata adds a collection to a metadata.
This method adds a metadata entry to a remote object specified in path.
- Parameters
-
| path | a string that represents the path of the collection to be added. |
| map | represents the metadata entry. |
| bool QRODSPrivate::connectToServer |
( |
QString |
path, |
|
|
bool |
secureHttp |
|
) |
| |
QRODSPrivate::connectToServer connets to a server.
This method connects to the server in the iRODS zone specified by parameter.
- Parameters
-
| path | a string that represents the iRODS zone. |
| void QRODSPrivate::deleteCollectionMetadata |
( |
QString & |
path, |
|
|
MetadataEntry & |
entry |
|
) |
| |
QRODSPrivate::getCollectionDataLazy List the collection contents by using a load lazing approach.
List the collection contents by using a load lazing approach.
- Parameters
-
| entry | The iRODS object descriptor. |
| QList< MetadataEntry * > * QRODSPrivate::getDataObjectMetadata |
( |
QString & |
path | ) |
|
QRODSPrivate::getDataObjectMetadata gets the object data of a metadata.
This method gets a list of metadata related to a specified remote object.
- Parameters
-
| path | a string that represents the object path. |
- Returns
- a list of object data of the metadata entry specfied as parameter.
| void QRODSPrivate::getFile |
( |
QString & |
remotePath, |
|
|
QString & |
localPath |
|
) |
| |
QRODSPrivate::getFile get a file.
This method download a file located in remotePath to the localPath
- Parameters
-
| remotePath | a string that represents the path on the iRODS system. |
| localPath | a string that represents the local path. |
QRODSPrivate::getNextPage.
This method is called when a new page is requested by lazy loading collection listing approach.
- Parameters
-
| QString & QRODSPrivate::getQRODSVersion |
( |
| ) |
|
| QString & QRODSPrivate::host |
( |
| ) |
|
| QString & QRODSPrivate::password |
( |
| ) |
|
| int QRODSPrivate::port |
( |
| ) |
|
| void QRODSPrivate::removeCollection |
( |
QString & |
path | ) |
|
QRODSPrivate::removeCollection removes a collection.
This method removes the collection passed as parameter.
- Parameters
-
| path | a string that represents the path of the collection to be removed. |
| void QRODSPrivate::removeDataObject |
( |
QString & |
path, |
|
|
bool |
force |
|
) |
| |
QRODSPrivate::removeDataObject.
This method removes a data object specified as parameter.
- Parameters
-
| path | a string that represents the object to be removed. |
| force | a boolean to force the remove operation. |
| void QRODSPrivate::setDataPath |
( |
QString & |
dataObj | ) |
|
QRODSPrivate::setDataPath Sets the path of a remote object associated with the QRODS metadata model.
Sets the path of a remote object associated with the QRODS metadata model.
- Parameters
-
| void QRODSPrivate::setHost |
( |
QString & |
host | ) |
|
QRODSPrivate::setHost sets the host.
Sets the IRODS host.
- Parameters
-
| host | a string that represents the host. |
| void QRODSPrivate::setPassword |
( |
QString & |
password | ) |
|
QRODSPrivate::setPassword sets the password.
Sets the IRODS password associated with the user.
- Parameters
-
| password | a string that represents the password. |
| void QRODSPrivate::setPort |
( |
int |
port | ) |
|
QRODSPrivate::setPort sets the Port.
Sets the Port.
- Parameters
-
| port | an integer that represents the port to be used for communication with iRODS system. |
| void QRODSPrivate::setUser |
( |
QString & |
user | ) |
|
QRODSPrivate::setUser sets the user.
Sets the IRODS user.
- Parameters
-
| user | a string that represents the user. |
| void QRODSPrivate::uploadFile |
( |
QString & |
remotePath, |
|
|
QString & |
localPath |
|
) |
| |
QRODSPrivate::uploadFile uploads a file.
This method uploads a file from the local path to the remote path specified as parameters.
- Parameters
-
| remotePath | a string that represents the path on the iRODS system. |
| localPath | a string that represents the source path. |
| QString & QRODSPrivate::user |
( |
| ) |
|
The documentation for this class was generated from the following files: