Interface IApplyConfigService

All Superinterfaces:
ID2fsService

public interface IApplyConfigService extends ID2fsService
Provides ability to apply security, autolink and autonaming configurations to a document.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyConfig(Context context, String objectId, boolean acl, boolean autolink, boolean naming)
    Apply security, autolink and autonaming configurations to a document

    Methods 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/session
      objectId - String value of document id
      acl - boolean, if true apply security
      autolink - boolean, if true apply autolink
      naming - boolean, if true apply autonaming
      Throws:
      D2fsException - D2FS exception
      Since:
      4.0.1