---++Briefcase Ubiquity Commands
1 Establish OAuth session key for ODS Briefcase instance:
Syntax: ods-set-briefcase-oauth
Example: ods-set-briefcase-oauth c4746c96bd8faa99798ad88448ba3bab
* Example usage you can find [[VirtuosoOdsUbiquityTutorialsBriefcaseOAuthD][here]].
1 Add information resource:
Syntax: ods-store-briefcase-resource with
Example: ods-store-briefcase-resource /DAV/home/demo/ubiquity.txt with Hello, ODS Ubiquity
* Example usage you can find [[VirtuosoOdsUbiquityTutorialsResourceBriefcase][here]].
1 Get information resource content:
Syntax: ods-get-briefcase-resource-info-by-path
Example: ods-get-briefcase-resource /DAV/home/demo/ubiquity.txt
1 Delete information resource:
Syntax: ods-delete-briefcase-resource
Example: ods-delete-briefcase-resource /DAV/home/demo/ubiquity.txt
1 Create resource collection (folder/directory):
Syntax: ods-create-briefcase-collection
Example: ods-create-briefcase-collection /DAV/home/demo/Ubiquity
1 Delete resource collection:
Syntax: ods-delete-briefcase-collection
Example: ods-delete-briefcase-collection /DAV/home/demo/Ubiquity
1 Copy resource/collection to collection:
Syntax: ods-copy-briefcase to [with ]
Example: ods-copy-briefcase /DAV/home/demo/Source/ to /DAV/home/demo/Destination/ with 1
1 Move resource/collection to collection:
Syntax: ods-move-briefcase to
Example: ods-move-briefcase /~/demo/Source/ to /~/demo/Destination/
1 Set resource/collection property:
Syntax: ods-set-briefcase-property property with
Example: ods-set-briefcase-property /~/demo/ubiquity.txt property remark with send to Mary
1 Get resource/collection property information:
Syntax: ods-get-briefcase-property property
Example: ods-get-briefcase-property /~/demo/ubiquity.txt property remark
1 Remove resource/collection property:
Syntax: ods-delete-briefcase-property property
Example: ods-delete-briefcase-property /~/demo/ubiquity.txt property remark
1 set briefcase instance options/properties:
Syntax: ods-set-briefcase-options with
Syntax: ods-set-briefcase-options 39 with rows=20
1 get briefcase instance options/properties:
Syntax: ods-get-briefcase-options
Example: ods-get-briefcase-options 10
---+++References
* [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]]