![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
URI: /comb/v1/d/tshf/label/apply/{id}
HTTP Method: POST
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
labelid |
Query |
![]() |
LabelHandle of the Label to be applied |
type |
Query |
![]() Restricted to:
|
Label application type |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
Request Payload: No Request Payload
Response Payload: labelApplication
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Required query parameter not specified | |
Unsupported value in Accept header | |
Internal error occurred |
Sample: (expand)
URI: /comb/v1/d/tshf/label/apply
HTTP Method: POST
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
labelid |
Query |
![]() |
LabelHandle of the Label to be applied |
type |
Query |
![]() Restricted to:
|
Label application type |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
content-type |
Header |
![]() Restricted to:
|
The standard HTTP Content-Type Header, indicating the MIME type of the payload |
Request Payload: beeIdList<entity>
Response Payload: listResult<labelApplication>
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Batch size exceeded | |
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid header specified | |
Invalid payload specified | |
Invalid value specified for query parameter | |
JSON payload received with a wrong data member type | |
No payload specified | |
Required header not specified | |
Required query parameter not specified | |
Type of payload specified does not match what is expected | |
Unsupported value in Accept header | |
Internal error occurred |
Sample: (expand)
URI: /comb/v1/d/tshf/discuss/{id}
HTTP Method: POST
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
subject |
Query |
![]() |
The subject of the first message in the new Topic |
projection |
Query |
![]() Restricted to:
|
The projection specifying the details that should be returned in the Topic snapshot. Projection.EMPTY is the base case. |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
content-type |
Header |
![]() Restricted to:
|
The standard HTTP Content-Type Header, indicating the MIME type of the payload |
Request Payload: topicUpdater
Response Payload: topic
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid header specified | |
Invalid payload specified | |
Invalid value specified for query parameter | |
JSON payload received with a wrong data member type | |
No payload specified | |
Required header not specified | |
Required query parameter not specified | |
Type of payload specified does not match what is expected | |
Unsupported value in Accept header | |
Internal error occurred |
URI: /comb/v1/d/tshf/empty/{id}
HTTP Method: DELETE
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
Request Payload: No Request Payload
Response Payload: No Response Payload
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Required query parameter not specified | |
Unsupported value in Accept header | |
Internal error occurred |
URI: /comb/v1/d/tshf/gem/{id}
HTTP Method: GET
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
snapshotid |
Query |
![]() |
The starting point to begin search |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
Request Payload: No Request Payload
Response Payload: elementModifications
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Given snapshotid is too old | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Required query parameter not specified | |
Unsupported value in Accept header | |
Internal error occurred |
Sample: (expand)
Example:
WorkspaceControl wspcControl = ControlLocator.getInstance().getControl(WorkspaceControl.class); TrashHandle trashHandle = ... ListResulttrashFlds = wspcControl.listTrashItems(trashHandle, Trash.BASIC_WITH_SUBFOLDERS); for(Folder trashFld : trashFlds) { if (trashFld instanceof HeterogeneousFolder) { ListResult subFolders = ((HeterogeneousFolder)trashFld).getSubFolders() ; } else if (trashFld instanceof AddressBook) { ListResult addrBooks = ((AddressBook)trashFld).getSubAddressBooks(); } else if (trashFld instanceof Forum) { ListResult subForums = ((Forum) trashFld).getSubForums(); ListResult topics = ((Forum) trashFld).getTopics(); } else if (trashFld instanceof Topic) { // no sub folders under a topic } ...
URI: /comb/v1/d/tshf/list/subfolders/{id}
HTTP Method: POST
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
projection |
Query |
![]() Restricted to:
|
|
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
Request Payload: No Request Payload
Response Payload: listResult<folder>
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Required query parameter not specified | |
Unsupported value in Accept header | |
Internal error occurred |
URI: /comb/v1/d/tshf/{id}
HTTP Method: GET
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
projection |
Query |
![]() Restricted to:
|
Projection representing the portion of the Trash to load. |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
Request Payload: No Request Payload
Response Payload: trash
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Unsupported value in Accept header | |
Internal error occurred |
Sample: (expand)
URI: /comb/v1/d/tshf/ac/{id}
HTTP Method: GET
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
Request Payload: No Request Payload
Response Payload: accessControlFields
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Unsupported value in Accept header | |
Internal error occurred |
URI: /comb/v1/d/tshf/label/remove/{id}
HTTP Method: POST
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
labelid |
Query |
![]() |
LabelHandle of the Label to be removed |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
Request Payload: No Request Payload
Response Payload: No Response Payload
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid value specified for query parameter | |
Required header not specified | |
Required query parameter not specified | |
Unsupported value in Accept header | |
Internal error occurred |
URI: /comb/v1/d/tshf/label/remove
HTTP Method: POST
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
labelid |
Query |
![]() |
LabelHandle of the Label to be removed |
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
content-type |
Header |
![]() Restricted to:
|
The standard HTTP Content-Type Header, indicating the MIME type of the payload |
Request Payload: beeIdList<entity>
Response Payload: No Response Payload
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Batch size exceeded | |
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid header specified | |
Invalid payload specified | |
Invalid value specified for query parameter | |
JSON payload received with a wrong data member type | |
No payload specified | |
Required header not specified | |
Required query parameter not specified | |
Type of payload specified does not match what is expected | |
Unsupported value in Accept header | |
Internal error occurred |
URI: /comb/v1/d/tshf/{id}
HTTP Method: PUT
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
snapshotid |
Query |
![]() |
determine if the entity should always be updated or if optimistic locking should be used. |
projection |
Query |
![]() Restricted to:
|
|
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
content-type |
Header |
![]() Restricted to:
|
The standard HTTP Content-Type Header, indicating the MIME type of the payload |
Request Payload: trashUpdater
Response Payload: trash
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid header specified | |
Invalid payload specified | |
Invalid value specified for query parameter | |
JSON payload received with a wrong data member type | |
No payload specified | |
Required header not specified | |
Required query parameter not specified | |
Type of payload specified does not match what is expected | |
Unsupported value in Accept header | |
Internal error occurred |
Sample: (expand)
URI: /comb/v1/d/tshf/ac/{id}
HTTP Method: PUT
Request Parameters: (expand)
Name | Style | Required | Description |
---|---|---|---|
accept |
Header |
![]() Restricted to:
|
Directive to the server, indicating the format of the returned payload (or error class) |
runas |
Query |
![]() |
Identity under-which to execute this operation. Callers require permission to run as a different identity. |
suppress_20x_code |
Query |
![]() Restricted to:
|
Indicates if HTTP status codes in the 200-299 range are suppressed and always returned as 200. Required when client technology assumes that any return code other than 200 is a fault. |
anticsrf |
Query |
![]() |
Specifies the anti-CSRF token |
content-type |
Header |
![]() Restricted to:
|
The standard HTTP Content-Type Header, indicating the MIME type of the payload |
Request Payload: accessControlFieldsUpdater
Response Payload: No Response Payload
Fault: restFault
Details: (expand)
HTTP Status | Description |
---|---|
Error processing "runas" value | |
Format of ID specified is incorrect | |
Id type is incorrect | |
Invalid header specified | |
Invalid payload specified | |
Invalid value specified for query parameter | |
JSON payload received with a wrong data member type | |
No payload specified | |
Required header not specified | |
Required query parameter not specified | |
Type of payload specified does not match what is expected | |
Unsupported value in Accept header | |
Internal error occurred |
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices