Package com.logicaldoc.webservice
Class WebserviceCall
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.webservice.WebserviceCall
- All Implemented Interfaces:
- Serializable,- Comparable<History>
Represents a call to the webservice
- Since:
- 8.7
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFieldsFields inherited from class com.logicaldoc.core.PersistentObjectDELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetUri()inthashCode()voidsetEvent(WebserviceCallEvent event) voidSets the event keyvoidsetPayload(String payload) voidsetProtocol(String protocol) voidtoString()Methods inherited from class com.logicaldoc.core.history.HistorycompareTo, eventTables, getComment, getDate, getDevice, getEvent, getGeolocation, getIp, getKeyLabel, getNotified, getPath, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, isNotifyEvent, setClient, setComment, setDate, setDevice, setGeolocation, setIp, setKeyLabel, setNotified, setNotifyEvent, setPath, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsernameMethods inherited from class com.logicaldoc.core.PersistentObjectgetCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
- 
Field Details- 
SOAP- See Also:
 
- 
REST- See Also:
 
- 
ASPECT- See Also:
 
 
- 
- 
Constructor Details- 
WebserviceCallpublic WebserviceCall()
- 
WebserviceCall
 
- 
- 
Method Details- 
setEvent
- 
setEventDescription copied from class:HistorySets the event key
- 
getEventEnum
- 
getPayload
- 
setPayload
- 
getUri
- 
setUri
- 
getProtocol
- 
setProtocol
- 
toString
- 
hashCodepublic int hashCode()
- 
equals
 
-