Class OrganizationWorkspacesPolicyJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.OrganizationWorkspacesPolicyJson
- All Implemented Interfaces:
Serializable
public class OrganizationWorkspacesPolicyJson extends BaseJson
An organization workspace plicy
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OrganizationWorkspacesPolicyJson()
-
Method Summary
Modifier and Type Method Description boolean
getAllowEditDescription()
Deprecated.boolean
getFileUploadNotifyWorkspaceMembersDefault()
Deprecated.boolean
getLogAccessActionsToFiles()
Deprecated.Set<String>
getSupportedTypes()
File types that are supported in this organizationboolean
isAllowEditDescription()
Allow edit descriptionboolean
isAllowNonControllableFileTypes()
Flag indicating that non-controllable file types are permitted.boolean
isAllowPrintingToPdf()
Flag indicating that printing to PDF is permittedboolean
isDisableCurtain()
Flag indicating that curtain is disabled.boolean
isDisablePasscodeLock()
Flag indicating that passcode lock on disabled.boolean
isEnableReadConfirmation()
is enable read confirmationboolean
isFileUploadNotifyWorkspaceMembersDefault()
default value to notify members when users uploads a documentboolean
isLogAccessActionsToFiles()
Log access actions to filesboolean
isProtectImagesInWorkspaces()
Protect images in workspacesboolean
isReadConfirmByDefault()
is request read confirmation is the default for for the senderboolean
isUseAutoComplete()
Use auto completevoid
setAllowEditDescription(boolean allowEditDescription)
Allow edit descriptionvoid
setAllowNonControllableFileTypes(boolean allowNonControllableFileTypes)
Flag indicating that non-controllable file types are permitted.void
setAllowPrintingToPdf(boolean allowPrintingToPdf)
Flag indicating that printing to PDF is permittedvoid
setDisableCurtain(boolean disableCurtain)
Flag indicating that curtain is disabled.void
setDisablePasscodeLock(boolean disablePasscodeLock)
Flag indicating that passcode lock on disabled.void
setEnableReadConfirmation(boolean enableReadConfirmation)
is enable read confirmationvoid
setFileUploadNotifyWorkspaceMembersDefault(boolean fileUploadNotifyWorkspaceMembersDefault)
default value to notify members when users uploads a documentvoid
setLogAccessActionsToFiles(boolean logAccessActionsToFiles)
Log access actions to filesvoid
setProtectImagesInWorkspaces(boolean protectImagesInWorkspaces)
Protect images in workspacesvoid
setReadConfirmByDefault(boolean readConfirmByDefault)
is request read confirmation is the default for for the sendervoid
setSupportedTypes(Set<String> supportedTypes)
File types that are supported in this organizationvoid
setUseAutoComplete(boolean useAutoComplete)
Use auto completeMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
OrganizationWorkspacesPolicyJson
public OrganizationWorkspacesPolicyJson()
-
-
Method Details
-
isUseAutoComplete
public boolean isUseAutoComplete()Use auto complete- Returns:
- Use auto complete
-
setUseAutoComplete
public void setUseAutoComplete(boolean useAutoComplete)Use auto complete- Parameters:
useAutoComplete
- Use auto complete
-
isProtectImagesInWorkspaces
public boolean isProtectImagesInWorkspaces()Protect images in workspaces- Returns:
- Protect images in workspaces
-
setProtectImagesInWorkspaces
public void setProtectImagesInWorkspaces(boolean protectImagesInWorkspaces)Protect images in workspaces- Parameters:
protectImagesInWorkspaces
- Protect images in workspaces
-
isAllowNonControllableFileTypes
public boolean isAllowNonControllableFileTypes()Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.- Returns:
- Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.
-
setAllowNonControllableFileTypes
public void setAllowNonControllableFileTypes(boolean allowNonControllableFileTypes)Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.- Parameters:
allowNonControllableFileTypes
- Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.
-
isLogAccessActionsToFiles
public boolean isLogAccessActionsToFiles()Log access actions to files- Returns:
- Log access actions to files
-
getLogAccessActionsToFiles
Deprecated.Log access actions to files- Returns:
- Log access actions to files
-
setLogAccessActionsToFiles
public void setLogAccessActionsToFiles(boolean logAccessActionsToFiles)Log access actions to files- Parameters:
logAccessActionsToFiles
- Log access actions to files
-
isFileUploadNotifyWorkspaceMembersDefault
public boolean isFileUploadNotifyWorkspaceMembersDefault()default value to notify members when users uploads a document- Returns:
- default value to notify members when users uploads a document
-
getFileUploadNotifyWorkspaceMembersDefault
Deprecated.default value to notify members when users uploads a document- Returns:
- default value to notify members when users uploads a document
-
setFileUploadNotifyWorkspaceMembersDefault
public void setFileUploadNotifyWorkspaceMembersDefault(boolean fileUploadNotifyWorkspaceMembersDefault)default value to notify members when users uploads a document- Parameters:
fileUploadNotifyWorkspaceMembersDefault
- default value to notify members when users uploads a document
-
isDisableCurtain
public boolean isDisableCurtain()Flag indicating that curtain is disabled.- Returns:
- Flag indicating that curtain is disabled.
-
setDisableCurtain
public void setDisableCurtain(boolean disableCurtain)Flag indicating that curtain is disabled.- Parameters:
disableCurtain
- Flag indicating that curtain is disabled.
-
isEnableReadConfirmation
public boolean isEnableReadConfirmation()is enable read confirmation- Returns:
- is enable read confirmation
-
setEnableReadConfirmation
public void setEnableReadConfirmation(boolean enableReadConfirmation)is enable read confirmation- Parameters:
enableReadConfirmation
- is enable read confirmation
-
isDisablePasscodeLock
public boolean isDisablePasscodeLock()Flag indicating that passcode lock on disabled.- Returns:
- Flag indicating that passcode lock on disabled.
-
setDisablePasscodeLock
public void setDisablePasscodeLock(boolean disablePasscodeLock)Flag indicating that passcode lock on disabled.- Parameters:
disablePasscodeLock
- Flag indicating that passcode lock on disabled.
-
isReadConfirmByDefault
public boolean isReadConfirmByDefault()is request read confirmation is the default for for the sender- Returns:
- is request read confirmation is the default for for the sender
-
setReadConfirmByDefault
public void setReadConfirmByDefault(boolean readConfirmByDefault)is request read confirmation is the default for for the sender- Parameters:
readConfirmByDefault
- is request read confirmation is the default for for the sender
-
isAllowPrintingToPdf
public boolean isAllowPrintingToPdf()Flag indicating that printing to PDF is permitted- Returns:
- Flag indicating that printing to PDF is permitted
-
setAllowPrintingToPdf
public void setAllowPrintingToPdf(boolean allowPrintingToPdf)Flag indicating that printing to PDF is permitted- Parameters:
allowPrintingToPdf
- Flag indicating that printing to PDF is permitted
-
getSupportedTypes
File types that are supported in this organization- Returns:
- File types that are supported in this organization
-
setSupportedTypes
File types that are supported in this organization- Parameters:
supportedTypes
- File types that are supported in this organization
-
isAllowEditDescription
public boolean isAllowEditDescription()Allow edit description- Returns:
- Allow edit description
-
getAllowEditDescription
Deprecated.Allow edit description- Returns:
- Allow edit description
-
setAllowEditDescription
public void setAllowEditDescription(boolean allowEditDescription)Allow edit description- Parameters:
allowEditDescription
- Allow edit description
-