-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
Fix Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP3 (5.2.7)
-
Component/s: DM, Legacy Components > API
-
Labels:None
-
Environment:All
Three new convenience methods has been added to com.liferay.portlet.documentlibrary.model.DLFileEntry
public com.liferay.portal.model.Lock getLock();
public boolean hasLock(long userId);
public boolean isLocked();
- is related to
-
LPS-6652 Add helper in DLFileEntry to get associated Lock information
- Closed