Package rst.hdl.in
Class IplGlbPsaRstApiEvtHdlInPostSearchDocuments
- java.lang.Object
-
- de.pisa.psa.rst.hdl.PsaRstApiEvtHdl
-
- de.pisa.psa.rst.hdl.in.PsaRstApiEvtHdlIn
-
- de.pisa.psa.rst.hdl.in.PsaRstApiEvtHdlInPost
-
- rst.hdl.in.IplGlbPsaRstApiEvtHdlInPostSearchDocuments
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class IplGlbPsaRstApiEvtHdlInPostSearchDocuments extends PsaRstApiEvtHdlInPost
PSA_RST_API_EVT_HDL_IN_POST_SEARCH_DOCUMENTS- Direction: IN
- Method: POST
- Path: search-documents
- Author:
- SALESADMIN
-
-
Field Summary
-
Fields inherited from class de.pisa.psa.rst.hdl.PsaRstApiEvtHdl
Default_External_Language, Default_User, Force_IAM_User, Max_Records
-
-
Constructor Summary
Constructors Constructor Description IplGlbPsaRstApiEvtHdlInPostSearchDocuments(PsaRstApiEvtHdlDat data)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
handleEvent()
Handle the event-
Methods inherited from class de.pisa.psa.rst.hdl.in.PsaRstApiEvtHdlIn
getUsedFields, insertRecord, insertRecord, json2object, updateRecord
-
Methods inherited from class de.pisa.psa.rst.hdl.PsaRstApiEvtHdl
buildResponse, cloneRecords, close, fetchContact, fetchEureka, fetchEurekaRecords, fetchIAMContact, fetchRecord, fetchRecord, fetchRecords, findEmail, getActiveEventHandler, getContinuation, getData, getEurekaDtoQuery, getExternalCommunicationLanguage, getFetchRecordKeyField, getField, getIAMUser, getJsonIncludeEmpty, getQuery, getSsn, getSsnUsr, getSysSsn, isIAMUser, loadRecord, newDto, newObject, newPsaRstApiObjLis, noEventLogging, queryEureka, queryEurekaRecords, queryRecord, queryRecords, setActiveEventHandler, setExternalLanguage, setJsonIncludeEmpty, toJson
-
-
-
-
Constructor Detail
-
IplGlbPsaRstApiEvtHdlInPostSearchDocuments
public IplGlbPsaRstApiEvtHdlInPostSearchDocuments(PsaRstApiEvtHdlDat data)
Constructor- Parameters:
data
- event data
-
-
Method Detail
-
handleEvent
public javax.ws.rs.core.Response handleEvent() throws java.lang.Exception
Handle the event- Specified by:
handleEvent
in classPsaRstApiEvtHdl
- Returns:
- response
- Throws:
java.lang.Exception
- See Also:
PsaRstApiEvtHdl.handleEvent()
-
-