|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ItemSendRequestManager
Method Summary | |
---|---|
void |
acceptRequest(java.lang.String id)
Accept a request. |
void |
acceptRequest(java.lang.String id,
java.lang.String destinationFolderId)
Accept a request indicating where to save the sent object. |
void |
declineRequest(java.lang.String id)
Decline a request. |
java.util.List<ItemSendRequest> |
getRequests()
Return all pending requests. |
void |
sendRequest(java.lang.String workspaceItemId,
java.util.List<java.lang.String> addressees)
Create a new send request. |
void |
sendRequestToUsers(java.lang.String workspaceItemId,
java.util.List<User> addressees)
Create a new send request. |
Method Detail |
---|
void sendRequestToUsers(java.lang.String workspaceItemId, java.util.List<User> addressees) throws ItemNotFoundException, InternalErrorException
workspaceItemId
- the sent object.addressees
- the request addressees.
ItemNotFoundException
InternalErrorException
void sendRequest(java.lang.String workspaceItemId, java.util.List<java.lang.String> addressees) throws ItemNotFoundException, InternalErrorException
workspaceItemId
- the sent object.addressees
- the request portal login addressees.
ItemNotFoundException
InternalErrorException
java.util.List<ItemSendRequest> getRequests()
void acceptRequest(java.lang.String id) throws InternalErrorException
id
- the request id.
InternalErrorException
- if an internal error occurs.void acceptRequest(java.lang.String id, java.lang.String destinationFolderId) throws InternalErrorException, WrongDestinationException
id
- the request id.destinationFolderId
- the destination folder.
InternalErrorException
- if an internal error occurs.
WrongDestinationException
void declineRequest(java.lang.String id)
id
- the request id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |