public interface ISurveyLock
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLockMessage()
This method will be called if the survey has been locked by the implentor,
and returns a customized lock message.
|
boolean |
isLocked(long surveyId)
This method will be called for all implementors of the interface, and will
decide if the survey is locked by any of them.
|
boolean isLocked(long surveyId)
surveyId
- The survey idjava.lang.String getLockMessage()
Built on January 16 2019