*** This class provides Binary Compatibility only, not Source Compatibility ***

Class DAVPerson

java.lang.Object
All Implemented Interfaces:
AttributesInterface, DAVEntityInterface, DAVFolderInterface, Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class DAVPerson extends DAVFolder
This class represents a user/person and reflects a collection in the DAV store which acts as an anchor for all the personal folders and personal repository information. For example, a user with userid Joe might have a personal anchor something like http://host:port/Users/Joe. The DAV resource has the SAS resourcetype set to "person"
See Also:
  • Constructor Details

    • DAVPerson

      public DAVPerson(RepositoryInterface repos, String reposId)
      Creates a new DAVPerson for the entity with a repository id reposId in the repository repos
    • DAVPerson

      public DAVPerson(RepositoryData entity)
      Creates a new DAVPerson from the information in the entity