Interface ConfigurationLockInfo
public interface ConfigurationLockInfo
Provides methods to get information about the locked state of a hst configuration item.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the user that has locked this configuration item ornull
if it is not locked.Returns the timestamp at which this configuration item became locked ornull
if it is not locked.
-
Method Details
-
getLockedBy
String getLockedBy()Returns the name of the user that has locked this configuration item ornull
if it is not locked.- Returns:
- user name or
null
-
getLockedOn
Calendar getLockedOn()Returns the timestamp at which this configuration item became locked ornull
if it is not locked.- Returns:
- locking timestamp or
null
-