Package com.axemble.vdoc.sdk.interfaces
Interface ILock
- All Superinterfaces:
IProtocolSupport
,Serializable
Resource lock interface
- Author:
- bchapoton
-
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getUser
IUser getUser()Gets the locks user- Returns:
- a
IUser
object.
-
getLockProperties
Get the locked properties- Returns:
- a Collection of
IProperty
object.
-
getLockSession
String getLockSession()Get the lock sessionId- Returns:
- sessionId
-
getExpirationDate
Date getExpirationDate()Get the lock expiration date- Returns:
- expirationDate
-
getResourceId
Long getResourceId()Get the lock resource id- Returns:
- resource id
-
isSDK
boolean isSDK()Is SDK Lock- Returns:
- isSDK
-