public class SFIrmPrimaryAccessRightParams extends SFODataObject
| Constructor and Description |
|---|
SFIrmPrimaryAccessRightParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCopyData()
Allows user to copy the content into clipboard from the document.
|
java.lang.Boolean |
getEdit()
Allows user to edit the documents
|
java.lang.Boolean |
getFullControl()
Allows user to have full control over the document.
|
java.lang.Boolean |
getLightViewer()
Allows user to use LightViewer client to view the documents
|
java.lang.Boolean |
getMacro()
Allows user to run macros.
|
java.lang.Boolean |
getOfflineAccess()
Allows user to access the documents offline
|
java.lang.Boolean |
getPrint()
Allows user to print the documents
|
java.lang.Boolean |
getScreenCapture()
Allows user to use native screen capture tools.
|
java.lang.Boolean |
getView()
Allows user to view the documents
|
void |
setCopyData(java.lang.Boolean copydata)
Allows user to copy the content into clipboard from the document.
|
void |
setEdit(java.lang.Boolean edit)
Allows user to edit the documents
|
void |
setFullControl(java.lang.Boolean fullcontrol)
Allows user to have full control over the document.
|
void |
setLightViewer(java.lang.Boolean lightviewer)
Allows user to use LightViewer client to view the documents
|
void |
setMacro(java.lang.Boolean macro)
Allows user to run macros.
|
void |
setOfflineAccess(java.lang.Boolean offlineaccess)
Allows user to access the documents offline
|
void |
setPrint(java.lang.Boolean print)
Allows user to print the documents
|
void |
setScreenCapture(java.lang.Boolean screencapture)
Allows user to use native screen capture tools.
|
void |
setView(java.lang.Boolean view)
Allows user to view the documents
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.Boolean getView()
public void setView(java.lang.Boolean view)
public java.lang.Boolean getLightViewer()
public void setLightViewer(java.lang.Boolean lightviewer)
public java.lang.Boolean getPrint()
public void setPrint(java.lang.Boolean print)
public java.lang.Boolean getEdit()
public void setEdit(java.lang.Boolean edit)
public java.lang.Boolean getFullControl()
public void setFullControl(java.lang.Boolean fullcontrol)
public java.lang.Boolean getCopyData()
public void setCopyData(java.lang.Boolean copydata)
public java.lang.Boolean getScreenCapture()
public void setScreenCapture(java.lang.Boolean screencapture)
public java.lang.Boolean getMacro()
public void setMacro(java.lang.Boolean macro)
public java.lang.Boolean getOfflineAccess()
public void setOfflineAccess(java.lang.Boolean offlineaccess)