Package com.axemble.vdoc.sdk.interfaces
Interface ILock
- All Superinterfaces:
- IProtocolSupport,- Serializable
Resource lock interface
- Author:
- bchapoton
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getUserIUser getUser()Gets the locks user- Returns:
- a IUserobject.
 
- 
getLockPropertiesGet the locked properties- Returns:
- a Collection of IPropertyobject.
 
- 
getLockSessionString getLockSession()Get the lock sessionId- Returns:
- sessionId
 
- 
getExpirationDateDate getExpirationDate()Get the lock expiration date- Returns:
- expirationDate
 
- 
getResourceIdLong getResourceId()Get the lock resource id- Returns:
- resource id
 
- 
isSDKboolean isSDK()Is SDK Lock- Returns:
- isSDK
 
 
-