WARNING! This URL (in the Main cluster) is no longer the authoritative source for this page; it has been moved to the VOS or ODS cluster as appropriate instead.
See Tim Haynes in case of confusion.
Briefcase's Programmers Guide
Briefcase Controllers
Resource activity
Get resource
- Description: get resource
- API name:
ODS.ODS_API."briefcase.resource.get"
- Parameters:
path
: the dav path to the resource
Store resource
- Description: store resource
- API name:
ODS.ODS_API."briefcase.resource.store"
- Parameters:
path
content
type
permissions
Delete resource
- Description: delete resource
- API name:
ODS.ODS_API."briefcase.resource.delete"
- Parameters:
Collection activity
Create collection
- Description: create collection
- API name:
ODS.ODS_API."briefcase.collection.create"
- Parameters:
Delete collection
- Description: delete collection
- API name:
ODS.ODS_API."briefcase.collection.delete"
- Parameters:
Actions
Copy
- Description: performs copy action
- API name:
ODS.ODS_API."briefcase.copy"
- Parameters:
from_path
to_path
overwrite
permissions
Move
- Description: performs mode action
- API name:
ODS.ODS_API."briefcase.move"
- Parameters:
Property activity
Set property
- Description: set property
- API name:
ODS.ODS_API."briefcase.property.set"
- Parameters:
Remove property
- Description: remove property
- API name:
ODS.ODS_API."briefcase.property.remove"
- Parameters:
Get property
- Description: get property
- API name:
ODS.ODS_API."briefcase.property.get"
- Parameters:
CategoryODS CategoryBriefcase CategoryOpenSource CategoryOdsBriefcase