Collaboration diagram for DomainSyncApi:Public Member Functions | |
| __construct (Dir &$domain=null, DomainApi &$domainApi=null) | |
| getSharedDocuments ($config) | |
| revertDocument ($config) | |
| removeUserDocument ($config) | |
| bookDocument ($config) | |
| unbookDocument ($config) | |
| getUserDocuments ($config) | |
| getUserDocumentsAcknowledgement ($config) | |
| getSharedDocumentsAcknowledgement ($config) | |
| pushFile ($config) | |
| pushDocument ($config) | |
| resetWaitingDocs () | |
| getReport ($config) | |
| beginTransaction () | |
| verifyPrivilege (Doc &$doc) | |
| endTransaction ($config) | |
Static Public Member Functions | |
| static | isUpToDate (Doc &$doc, array &$stillRecorded) |
Data Fields | |
| const | abortTransaction = "abortTransaction" |
| const | successTransaction = "successTransaction" |
| const | partialTransaction = "partialTransaction" |
| const | documentNotRecorded = "documentNotRecorded" |
| const | newPrefix = "DLID-" |
Definition at line 22 of file Class.DomainSyncApi.php.
| __construct | ( | Dir & | $domain = null, |
| DomainApi & | $domainApi = null |
||
| ) |
Definition at line 39 of file Class.DomainSyncApi.php.
| beginTransaction | ( | ) |
Begin Transaction
Definition at line 536 of file Class.DomainSyncApi.php.
| bookDocument | ( | $config | ) |
book document into user space
Definition at line 185 of file Class.DomainSyncApi.php.
| endTransaction | ( | $config | ) |
| getReport | ( | $config | ) |
update report file store file user folder
Definition at line 522 of file Class.DomainSyncApi.php.
| getSharedDocuments | ( | $config | ) |
get share folder documents
Definition at line 68 of file Class.DomainSyncApi.php.
Here is the call graph for this function:| getSharedDocumentsAcknowledgement | ( | $config | ) |
get Acknowledgement after user folder documents
Definition at line 300 of file Class.DomainSyncApi.php.
| getUserDocuments | ( | $config | ) |
get user folder documents
Definition at line 234 of file Class.DomainSyncApi.php.
Here is the call graph for this function:| getUserDocumentsAcknowledgement | ( | $config | ) |
get Acknowledgement after user folder documents
Definition at line 290 of file Class.DomainSyncApi.php.
|
static |
test if document must be returned to the client
| Doc | $doc | |
| array | $stillRecorded |
Definition at line 55 of file Class.DomainSyncApi.php.
| pushDocument | ( | $config | ) |
Modify waiting doc
Definition at line 417 of file Class.DomainSyncApi.php.
Here is the call graph for this function:| pushFile | ( | $config | ) |
| removeUserDocument | ( | $config | ) |
unlink document from user space
Definition at line 162 of file Class.DomainSyncApi.php.
| resetWaitingDocs | ( | ) |
reset all waitings Transaction
Definition at line 506 of file Class.DomainSyncApi.php.
| revertDocument | ( | $config | ) |
revert document into user space
Definition at line 133 of file Class.DomainSyncApi.php.
| unbookDocument | ( | $config | ) |
unbook document from user space
Definition at line 209 of file Class.DomainSyncApi.php.
| verifyPrivilege | ( | Doc & | $doc | ) |
Definition at line 568 of file Class.DomainSyncApi.php.
| const abortTransaction = "abortTransaction" |
Definition at line 24 of file Class.DomainSyncApi.php.
| const documentNotRecorded = "documentNotRecorded" |
Definition at line 27 of file Class.DomainSyncApi.php.
| const newPrefix = "DLID-" |
Definition at line 28 of file Class.DomainSyncApi.php.
| const partialTransaction = "partialTransaction" |
Definition at line 26 of file Class.DomainSyncApi.php.
| const successTransaction = "successTransaction" |
Definition at line 25 of file Class.DomainSyncApi.php.
| ← centre documentaire |
|