public static class RepositoryInfo.StatusInfo extends Object
Constructor and Description |
---|
StatusInfo() |
Modifier and Type | Method and 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() |
public boolean getIsReadOnly()
public RepositoryInfo.StatusInfo setReadOnly(boolean readOnly)
public boolean getIsAuditEnabled()
public RepositoryInfo.StatusInfo setAuditEnabled(boolean auditEnabled)
public boolean getIsQuickShareEnabled()
public RepositoryInfo.StatusInfo setQuickShareEnabled(boolean quickShareEnabled)
public boolean getIsThumbnailGenerationEnabled()
public RepositoryInfo.StatusInfo setThumbnailGenerationEnabled(boolean isThumbnailGenerationEnabled)
Copyright © 2005–2017 Alfresco Software. All rights reserved.