|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.components.OperationContext
public class OperationContext
Holds context information associated with an operation.
Constructor Summary | |
---|---|
OperationContext()
Default constructor |
Method Summary | |
---|---|
Map<String,Object> |
getAdditionalProperties()
Gets the free form map of additional properties. |
String |
getOperationName()
Gets the operation name. |
OperationResponse |
getOperationResponse()
Gets the operation response. |
IProviderFactory |
getProviderFactory()
Gets the operation provider factory. |
RequestContext |
getRequestContext()
Gets the underlying request context. |
RequestOptions |
getRequestOptions()
Gets the request options. |
ServiceProperties |
getServiceProperties()
Gets the service options. |
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Sets the free form map of additional properties. |
void |
setOperationName(String operationName)
Sets the operation name. |
void |
setOperationResponse(OperationResponse operationResponse)
Sets the operation response. |
void |
setProviderFactory(IProviderFactory factory)
Sets the operation provider factory. |
void |
setRequestContext(RequestContext requestContext)
Sets the underlying request context. |
void |
setRequestOptions(RequestOptions requestOptions)
Sets the request options. |
void |
setServiceProperties(ServiceProperties serviceProperties)
Sets the service properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationContext()
Method Detail |
---|
public Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties
- the additional propertiespublic String getOperationName()
public void setOperationName(String operationName)
operationName
- the operation namepublic OperationResponse getOperationResponse()
public void setOperationResponse(OperationResponse operationResponse)
operationResponse
- the operation responsepublic IProviderFactory getProviderFactory()
public void setProviderFactory(IProviderFactory factory)
factory
- the operation provider factorypublic RequestContext getRequestContext()
public void setRequestContext(RequestContext requestContext)
requestContext
- the request contextpublic RequestOptions getRequestOptions()
public void setRequestOptions(RequestOptions requestOptions)
requestOptions
- the request optionspublic ServiceProperties getServiceProperties()
public void setServiceProperties(ServiceProperties serviceProperties)
serviceProperties
- the service properties
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |