Uses of Interface
com.sas.services.information.metadata.dav.DAVEntityInterface

Packages that use DAVEntityInterface
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata.dav Information Service WebDAV metadata. 
 

Uses of DAVEntityInterface in com.sas.services.information
 

Methods in com.sas.services.information with parameters of type DAVEntityInterface
 MetadataInterface DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f)
          Deprecated.  
 MetadataInterface DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f)
          Deprecated.  
 MetadataInterface DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f, java.lang.String name)
          Copy a smart object.
 MetadataInterface DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f, java.lang.String name)
           
 MetadataInterface DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f)
          Deprecated.  
 MetadataInterface DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f)
          Deprecated.  
 MetadataInterface DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f, java.lang.String name)
          Move a smart object.
 MetadataInterface DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f, java.lang.String name)
           
 void DAVRepositoryInterface.setACLFromStore(DAVEntityInterface entity)
           
 void DAVRepository.setACLFromStore(DAVEntityInterface entity)
          Retrieve the ACL property information and create the access control list for manipulating smart object access control information
 void DAVRepositoryInterface.updateEntity(DAVEntityInterface input)
          Update an existing entity in the repository.
 void DAVRepository.updateEntity(DAVEntityInterface input)
          Update an existing entity in the repository.
 

Uses of DAVEntityInterface in com.sas.services.information.metadata.dav
 

Subinterfaces of DAVEntityInterface in com.sas.services.information.metadata.dav
 interface DAVFolderInterface
           
 interface DAVItemInterface
           
 

Classes in com.sas.services.information.metadata.dav that implement DAVEntityInterface
 class DAVApplitem
           
 class DAVBinarypackage
          Represent a sas binary result package in the DAV store.
 class DAVEntity
          DAVEntity is a common class for DAVFolder and DAVItem.
 class DAVEvent
          Represents event data stored on a DAV server.
 class DAVFolder
          DAVFolder represents a collection in a DAV Store.
 class DAVItem
          DAVItem represents a non-collection resource in a DAV Store.
 class DAVPackage
          Represent a sas result package in the DAV store.
 class DAVPackageevent
          Represents a SAS Package event stored on a DAV server.
 class DAVPerson
          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.
 class DAVPersonalrepository
          Represents a personal repository collection in the DAV store.
 class DAVProfile
          DAVProfile is a DAV Folder that represents a user profile.
 class DAVRemarks
          Represents a set of comments, on a particular topic
 class DAVStoredprocessalert
          Represents a stored process alert in the DAV store.
 

Methods in com.sas.services.information.metadata.dav that return DAVEntityInterface
 DAVEntityInterface DAVEntityInterface.copy(DAVFolderInterface folder)
          Copy the entity to another folder
 DAVEntityInterface DAVEntity.copy(DAVFolderInterface folder)
          Copy the entity to another folder.
 DAVEntityInterface DAVFolderInterface.getItem(java.lang.String Name)
          Get an item in a folder by name
 DAVEntityInterface DAVFolder.getItem(java.lang.String name)
          Get an item in a folder by name
 DAVEntityInterface DAVEntityInterface.move(DAVFolderInterface folder)
          Move the entity to another folder
 DAVEntityInterface DAVEntity.move(DAVFolderInterface folder)
          Move the entity to another folder.
static DAVEntityInterface DAVFactory.newDAVEntity(java.lang.String objectType, java.lang.String reposId, RepositoryInterface repos)
          Create an instance of a sublass of DAVEntity.
 

Methods in com.sas.services.information.metadata.dav with parameters of type DAVEntityInterface
 void DAVFolderInterface.addEntity(DAVEntityInterface anEntity)
          Add an entity to a folder
 void DAVFolder.addEntity(DAVEntityInterface anItem)
          Add an entity to a folder
 void DAVEntityInterface.refresh(DAVEntityInterface entity)
          Refresh this entity from the parameter.
 void DAVEntity.refresh(DAVEntityInterface entity)
          Refresh this entity from the parameter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.