Package org.alfresco.rest.api.model
Class RepositoryInfo.StatusInfo
java.lang.Object
org.alfresco.rest.api.model.RepositoryInfo.StatusInfo
- Enclosing class:
- RepositoryInfo
Representation of the repository status information.
- Author:
- Jamal Kaabi-Mofrad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
setAuditEnabled
(boolean auditEnabled) setDirectAccessUrlEnabled
(boolean isDirectAccessUrlEnabled) setQuickShareEnabled
(boolean quickShareEnabled) setReadOnly
(boolean readOnly) setThumbnailGenerationEnabled
(boolean isThumbnailGenerationEnabled) toString()
-
Constructor Details
-
StatusInfo
public StatusInfo()
-
-
Method Details
-
getIsReadOnly
public boolean getIsReadOnly() -
setReadOnly
-
getIsAuditEnabled
public boolean getIsAuditEnabled() -
setAuditEnabled
-
getIsThumbnailGenerationEnabled
public boolean getIsThumbnailGenerationEnabled() -
setThumbnailGenerationEnabled
public RepositoryInfo.StatusInfo setThumbnailGenerationEnabled(boolean isThumbnailGenerationEnabled) -
getIsDirectAccessUrlEnabled
public boolean getIsDirectAccessUrlEnabled() -
setDirectAccessUrlEnabled
-
toString
-