Package com.emc.d2fs.interfaces
Interface IApplyConfigService
- All Superinterfaces:
ID2fsService
Provides ability to apply security, autolink and autonaming configurations to a document.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyConfig
(Context context, String objectId, boolean acl, boolean autolink, boolean naming) Apply security, autolink and autonaming configurations to a documentMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
applyConfig
void applyConfig(Context context, String objectId, boolean acl, boolean autolink, boolean naming) throws D2fsException Apply security, autolink and autonaming configurations to a document- Parameters:
context
-Context
object containing informations about client/sessionobjectId
- String value of document idacl
- boolean, if true apply securityautolink
- boolean, if true apply autolinknaming
- boolean, if true apply autonaming- Throws:
D2fsException
- D2FS exception- Since:
- 4.0.1
-