public class RequestStatusImpl extends Object implements RequestStatus
RequestStatus.Status
Constructor and Description |
---|
RequestStatusImpl(Resource requestResource) |
RequestStatusImpl(Resource requestResource,
Set<Resource> associatedResources) |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
getAssociatedResources()
Get the resources involved in the operation initiated by the request.
|
Resource |
getRequestResource()
Get the resource of type request for the asynchronous request.
|
RequestStatus.Status |
getStatus()
Get the status of the operation initiated by the request.
|
public RequestStatusImpl(Resource requestResource)
public Set<Resource> getAssociatedResources()
RequestStatus
getAssociatedResources
in interface RequestStatus
public Resource getRequestResource()
RequestStatus
getRequestResource
in interface RequestStatus
public RequestStatus.Status getStatus()
RequestStatus
getStatus
in interface RequestStatus
Copyright © 2014. All rights reserved.