Class BcsDocumentReadAccessInfo

  • All Implemented Interfaces:
    dm.soap.DmSoapConstants

    public class BcsDocumentReadAccessInfo
    extends TechDocBcsService
    This class holds all of the document read access values in a manner that will work with SharePoint BCS.
    • Constructor Detail

      • BcsDocumentReadAccessInfo

        public BcsDocumentReadAccessInfo()
        Creates a new instance of BcsDocumentReadAccessInfo.
      • BcsDocumentReadAccessInfo

        public BcsDocumentReadAccessInfo​(java.lang.String readAccess)
                                  throws td.lang.TdException
        Creates a new instance of BcsDocumentReadAccessInfo.
        Parameters:
        readAccess - The read access populate this object with.
        Throws:
        td.lang.TdException - if an error occurs.
    • Method Detail

      • getReadAccess

        public java.lang.String getReadAccess()
        Returns the read access for this object.
        Returns:
        A String object.