Package rst.hdl.in
Class IplGlbPsaRstApiEvtHdlInPostDocuments
- 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.IplGlbPsaRstApiEvtHdlInPostDocuments
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class IplGlbPsaRstApiEvtHdlInPostDocuments extends PsaRstApiEvtHdlInPost
PSA_RST_API_EVT_HDL_IN_POST_DOCUMENTS- Direction: IN
- Method: POST
- Path: documents
- Author:
- RESTAPI
-
-
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 IplGlbPsaRstApiEvtHdlInPostDocuments(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
-
IplGlbPsaRstApiEvtHdlInPostDocuments
public IplGlbPsaRstApiEvtHdlInPostDocuments(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()
-
-