public interface ConfigurationLockInfo
Modifier and Type | Method and Description |
---|---|
String |
getLockedBy()
Returns the name of the user that has locked this configuration item or
null if it is not locked. |
Calendar |
getLockedOn()
Returns the timestamp at which this configuration item became locked or
null if it is not locked. |
String getLockedBy()
null
if it is not locked.null
Calendar getLockedOn()
null
if it is not locked.null
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.