public interface ILockOnServer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientName()
Returns the name of the client that created the lock.
|
java.lang.Long |
getCreationTime()
Returns the creation time of the lock.
|
java.lang.String |
getLockedItemType()
Returns the type of the locked item.
|
java.lang.String |
getLockedItemUID()
Returns the UID of the locked item.
|
java.lang.String |
getLockTypeID()
Returns the ID of the lock type.
|
java.lang.String |
getProjectUID()
Returns the UID of the project this lock belongs to.
|
java.lang.String |
getUID()
Returns the UID of the lock.
|
java.lang.String |
getUserName()
Returns the name of the user that created the lock.
|
java.lang.String getUID()
java.lang.String getProjectUID()
java.lang.String getLockTypeID()
java.lang.String getLockedItemUID()
java.lang.String getLockedItemType()
java.lang.String getClientName()
java.lang.String getUserName()
java.lang.Long getCreationTime()
Use IDateTimeProvider to format the time.