de.fzj.unicore.uas
Interface StorageManagement
- All Superinterfaces:
- de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime, de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties, de.fzj.unicore.wsrflite.WSRFConstants
- All Known Implementing Classes:
- FixedStorageImpl, HomeStorageImpl, PathedStorageImpl, SMSBaseImpl
public interface StorageManagement
- extends de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties, de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime
| Fields inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties |
WSRP_DELETE_RP, WSRP_GET_MULTIPLE_RP, WSRP_GET_RP, WSRP_GET_RP_DOCUMENT, WSRP_INSERT_RP, WSRP_PUT_RP_DOCUMENT, WSRP_QUERY_RP, WSRP_RP_QueryExpressionDialect, WSRP_SET_RP, WSRP_UPDATE_RP |
| Fields inherited from interface de.fzj.unicore.wsrflite.WSRFConstants |
QUERY_EXPRESSION_DIALECT_XPATH, RPcurrentTimeQName, RPterminationTimeQName, WSRL_BASENS, WSRL_DESTROY, WSRL_DESTROY_PORT, WSRL_SCHEDULED, WSRL_SET_TERMTIME_PORT, WSRP_BASENS, WSRP_DELETE_RP_PORT, WSRP_GET_MULTIPLE_RP_PORT, WSRP_GET_RP_DOCUMENT_PORT, WSRP_GET_RP_PORT, WSRP_INSERT_RP_PORT, WSRP_PUT_RP_DOCUMENT_PORT, WSRP_QUERY_RP_PORT, WSRP_SET_RP_PORT, WSRP_UPDATE_RP_PORT |
|
Method Summary |
org.unigrids.x2006.x04.services.sms.ChangePermissionsResponseDocument |
ChangePermissions(org.unigrids.x2006.x04.services.sms.ChangePermissionsDocument in)
|
org.unigrids.x2006.x04.services.sms.CopyResponseDocument |
Copy(org.unigrids.x2006.x04.services.sms.CopyDocument in)
|
org.unigrids.x2006.x04.services.sms.CreateDirectoryResponseDocument |
CreateDirectory(org.unigrids.x2006.x04.services.sms.CreateDirectoryDocument in)
|
org.unigrids.x2006.x04.services.sms.DeleteResponseDocument |
Delete(org.unigrids.x2006.x04.services.sms.DeleteDocument in)
|
org.unigrids.x2006.x04.services.sms.ExportFileResponseDocument |
ExportFile(org.unigrids.x2006.x04.services.sms.ExportFileDocument in)
|
org.unigrids.x2006.x04.services.sms.FindResponseDocument |
Find(org.unigrids.x2006.x04.services.sms.FindDocument in)
|
org.unigrids.x2006.x04.services.sms.ImportFileResponseDocument |
ImportFile(org.unigrids.x2006.x04.services.sms.ImportFileDocument in)
|
org.unigrids.x2006.x04.services.sms.ListDirectoryResponseDocument |
ListDirectory(org.unigrids.x2006.x04.services.sms.ListDirectoryDocument in)
|
org.unigrids.x2006.x04.services.sms.ListPropertiesResponseDocument |
ListProperties(org.unigrids.x2006.x04.services.sms.ListPropertiesDocument in)
|
org.unigrids.x2006.x04.services.sms.ReceiveFileResponseDocument |
ReceiveFile(org.unigrids.x2006.x04.services.sms.ReceiveFileDocument in)
|
org.unigrids.x2006.x04.services.sms.RenameResponseDocument |
Rename(org.unigrids.x2006.x04.services.sms.RenameDocument in)
|
org.unigrids.x2006.x04.services.sms.SendFileResponseDocument |
SendFile(org.unigrids.x2006.x04.services.sms.SendFileDocument in)
|
| Methods inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties |
DeleteResourceProperties, GetMultipleResourceProperties, GetResourceProperty, GetResourcePropertyDocument, InsertResourceProperties, PutResourcePropertyDocument, QueryResourceProperties, SetResourceProperties, UpdateResourceProperties |
| Methods inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime |
Destroy, SetTerminationTime |
SMS_NS
static final java.lang.String SMS_NS
- See Also:
- Constant Field Values
SMS_PORT
static final javax.xml.namespace.QName SMS_PORT
ACTION_EXPORT
static final java.lang.String ACTION_EXPORT
- See Also:
- Constant Field Values
ACTION_IMPORT
static final java.lang.String ACTION_IMPORT
- See Also:
- Constant Field Values
ACTION_SEND
static final java.lang.String ACTION_SEND
- See Also:
- Constant Field Values
ACTION_RECEIVE
static final java.lang.String ACTION_RECEIVE
- See Also:
- Constant Field Values
ACTION_DELETE
static final java.lang.String ACTION_DELETE
- See Also:
- Constant Field Values
ACTION_RENAME
static final java.lang.String ACTION_RENAME
- See Also:
- Constant Field Values
ACTION_FIND
static final java.lang.String ACTION_FIND
- See Also:
- Constant Field Values
RPProtocol
static final javax.xml.namespace.QName RPProtocol
- protocol(s) used to access the storage
RPFileSystem
static final javax.xml.namespace.QName RPFileSystem
- Filesystem descriptor
ListDirectory
org.unigrids.x2006.x04.services.sms.ListDirectoryResponseDocument ListDirectory(org.unigrids.x2006.x04.services.sms.ListDirectoryDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
ListProperties
org.unigrids.x2006.x04.services.sms.ListPropertiesResponseDocument ListProperties(org.unigrids.x2006.x04.services.sms.ListPropertiesDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Copy
org.unigrids.x2006.x04.services.sms.CopyResponseDocument Copy(org.unigrids.x2006.x04.services.sms.CopyDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
CreateDirectory
org.unigrids.x2006.x04.services.sms.CreateDirectoryResponseDocument CreateDirectory(org.unigrids.x2006.x04.services.sms.CreateDirectoryDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Delete
org.unigrids.x2006.x04.services.sms.DeleteResponseDocument Delete(org.unigrids.x2006.x04.services.sms.DeleteDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Rename
org.unigrids.x2006.x04.services.sms.RenameResponseDocument Rename(org.unigrids.x2006.x04.services.sms.RenameDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
ChangePermissions
org.unigrids.x2006.x04.services.sms.ChangePermissionsResponseDocument ChangePermissions(org.unigrids.x2006.x04.services.sms.ChangePermissionsDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
ImportFile
org.unigrids.x2006.x04.services.sms.ImportFileResponseDocument ImportFile(org.unigrids.x2006.x04.services.sms.ImportFileDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
ExportFile
org.unigrids.x2006.x04.services.sms.ExportFileResponseDocument ExportFile(org.unigrids.x2006.x04.services.sms.ExportFileDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
ReceiveFile
org.unigrids.x2006.x04.services.sms.ReceiveFileResponseDocument ReceiveFile(org.unigrids.x2006.x04.services.sms.ReceiveFileDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
SendFile
org.unigrids.x2006.x04.services.sms.SendFileResponseDocument SendFile(org.unigrids.x2006.x04.services.sms.SendFileDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Find
org.unigrids.x2006.x04.services.sms.FindResponseDocument Find(org.unigrids.x2006.x04.services.sms.FindDocument in)
throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
- Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.