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 Summary
FieldsFields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUri()inthashCode()voidsetEvent(WebserviceCallEvent event) voidsetPayload(String payload) voidsetProtocol(String protocol) voidtoString()Methods inherited from class com.logicaldoc.core.history.History
compareTo, 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.PersistentObject
getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
-
Field Details
-
SOAP
- See Also:
-
REST
- See Also:
-
ASPECT
- See Also:
-
-
Constructor Details
-
WebserviceCall
public WebserviceCall() -
WebserviceCall
-
-
Method Details