| java.lang.Object | |
| ↳ | org.mule.module.documentum.DocumentumConnector |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Documentum Cloud Connector. The Documentum Connector will allow to use the DFS SOAP API. Almost every operation that can be done via the API can be done thru this connector.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | APIURL | The relative URL where all API calls are made. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessControlClient | Access Control Client | ||||||||||
| context | Service Context | ||||||||||
| identity | Repository Identity | ||||||||||
| objectClient | Object Client | ||||||||||
| queryClient | Query Client | ||||||||||
| server | URL of the DFS server API | ||||||||||
| versionControlClient | Version Control Client | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Apply Acl
| |||||||||||
Cancel Checkout
| |||||||||||
Checkin
| |||||||||||
Checkout
| |||||||||||
Connect
| |||||||||||
Connection Identifier
| |||||||||||
Copy Object
| |||||||||||
Create Acl
| |||||||||||
Create Document
| |||||||||||
Create Folder
| |||||||||||
Create Path
| |||||||||||
Delete Acl
| |||||||||||
Delete All Versions
| |||||||||||
Delete Object
| |||||||||||
Delete Version
| |||||||||||
Disconnect
| |||||||||||
Get Acl
| |||||||||||
Get Acls
| |||||||||||
Get checkout info
| |||||||||||
Get Current
| |||||||||||
Get Object
| |||||||||||
Get Version Info
| |||||||||||
Are we connected
| |||||||||||
Move Object
| |||||||||||
Query
| |||||||||||
Update Acl
| |||||||||||
Update Document
| |||||||||||
Update Folder
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The relative URL where all API calls are made.
Access Control Client
Object Client
Query Client
URL of the DFS server API
Version Control Client
Apply Acl
| objectIdentity | The object identity to receive the Acl. |
|---|---|
| aclIdentity | The acl identity to apply to the object identity. |
| SerializableException | . |
|---|---|
| ServiceException | . |
Cancel Checkout
| objIdentity | Identify the object to cancel the checkout. |
|---|
| SerializableException | . |
|---|
Checkin
| objIdentity | Identify the object to checkin. |
|---|---|
| newContentPath | The path to the file with the new content. |
| versionStrategy | The strategy to do the checkin. |
| labels | The labels of this checkin. |
| isRetainLock | Specifies whether the object is to remain checked out and locked by the user after the new version is saved. |
| transferMode | The transfer mode. |
| IOException | . |
|---|---|
| SerializableException | . |
Checkout
| objIdentity | Identify the object to checkout. |
|---|
| SerializableException | . |
|---|
Connect
| username | A username |
|---|---|
| password | A password |
| repository | A repository |
| server | A server |
| ConnectionException |
|---|
Connection Identifier
Copy Object
| objectIdentity | Identify the object to copy. |
|---|---|
| folderIdentity | Identify the folder to copy to. |
| SerializableException | . |
|---|
Create Acl
| aclName | The name of the acl. |
|---|---|
| aclDescription | The description of the acl. |
| aclEntries | The entries of the acl. |
| aclVisibility | The visibility of the acl. |
| aclType | The type of the acl. |
| CoreServiceException_Exception | . |
|---|---|
| ServiceException | . |
Create Document
| filePath | Path to an existing file in the local system. |
|---|---|
| folderPath | Path to an existing folder in the content server. |
| transferMode | The transfer mode. |
| SerializableException | . |
|---|---|
| IOException | . |
Create Folder
| folderName | Of the folder to create. |
|---|---|
| folderPath | Path to an existing folder in the content server. |
| SerializableException | . |
|---|---|
| IOException | . |
Create Path
| folderPath | Path to create in the content server. |
|---|
| SerializableException | . |
|---|
Delete Acl
| aclNames | The names of the acls. |
|---|
| CoreServiceException_Exception | . |
|---|---|
| ServiceException | . |
Delete All Versions
| objIdentity | Identify the object to delete. |
|---|
| SerializableException | . |
|---|
Delete Object
| objectIdentity | The ObjectIdentity of the object to delete. |
|---|
| SerializableException | . |
|---|
Delete Version
| objIdentity | Identify the object to delete. |
|---|
| SerializableException | . |
|---|
Disconnect
Get Acl
| aclNames | The names of the acls. |
|---|
| CoreServiceException_Exception | . |
|---|---|
| ServiceException | . |
Get checkout info
| objIdentity | Identify the object to get the checkout info. |
|---|
| SerializableException | . |
|---|
Get Current
| objIdentity | Identify the object to get the current version. |
|---|
| SerializableException | . |
|---|
Get Object
| objectIdentity | The ObjectIdentity of the object to download. |
|---|---|
| outputPath | Download path plus the fileName. |
| transferMode | The transfer mode. |
| SerializableException | . |
|---|---|
| IOException | . |
Get Version Info
| objIdentity | Identify the object to get the version info. |
|---|
| SerializableException | . |
|---|
Are we connected
Move Object
| objectIdentity | Identify the object to move. |
|---|---|
| toFolderIdentity | Identify the folder to move from. |
| fromFolderIdentity | Identify the folder to move to. |
| SerializableException | . |
|---|
| server |
|---|
Update Acl
| aclName | The name of the acl. |
|---|---|
| aclDescription | The description of the acl. |
| aclEntries | The entries of the acl. |
| aclVisibility | The visibility of the acl. |
| aclType | The type of the acl. |
| CoreServiceException_Exception | . |
|---|---|
| ServiceException | . |
Update Document
| objectIdentity | The ObjectIdentity of the object to update. |
|---|---|
| newContentFilePath | The path to file with the new content. |
| transferMode | The transfer mode. |
| newProperties | A map with the new properties. |
| oldParentFolder | The old parent folder ObjectIdentity. |
| newParentFolder | The new parent folder ObjectIdentity. |
| IOException | . |
|---|---|
| SerializableException | . |
Update Folder
| objectIdentity | The ObjectIdentity of the object to update. |
|---|---|
| newProperties | A map with the new properties. |
| oldParentFolder | The old parent folder ObjectIdentity. |
| newParentFolder | The new parent folder ObjectIdentity. |
| IOException | . |
|---|---|
| SerializableException | . |