Package org.alfresco.rest.api.model
Class RepositoryInfo.StatusInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.RepositoryInfo.StatusInfo
-
- Enclosing class:
- RepositoryInfo
public static class RepositoryInfo.StatusInfo extends Object
Representation of the repository status information.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description StatusInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsAuditEnabled()
boolean
getIsQuickShareEnabled()
boolean
getIsReadOnly()
boolean
getIsThumbnailGenerationEnabled()
RepositoryInfo.StatusInfo
setAuditEnabled(boolean auditEnabled)
RepositoryInfo.StatusInfo
setQuickShareEnabled(boolean quickShareEnabled)
RepositoryInfo.StatusInfo
setReadOnly(boolean readOnly)
RepositoryInfo.StatusInfo
setThumbnailGenerationEnabled(boolean isThumbnailGenerationEnabled)
String
toString()
-
-
-
Method Detail
-
getIsReadOnly
public boolean getIsReadOnly()
-
setReadOnly
public RepositoryInfo.StatusInfo setReadOnly(boolean readOnly)
-
getIsAuditEnabled
public boolean getIsAuditEnabled()
-
setAuditEnabled
public RepositoryInfo.StatusInfo setAuditEnabled(boolean auditEnabled)
-
getIsQuickShareEnabled
public boolean getIsQuickShareEnabled()
-
setQuickShareEnabled
public RepositoryInfo.StatusInfo setQuickShareEnabled(boolean quickShareEnabled)
-
getIsThumbnailGenerationEnabled
public boolean getIsThumbnailGenerationEnabled()
-
setThumbnailGenerationEnabled
public RepositoryInfo.StatusInfo setThumbnailGenerationEnabled(boolean isThumbnailGenerationEnabled)
-
-