Uses of Interface
com.sas.services.information.metadata.dav.DAVEntityInterface
Packages that use DAVEntityInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service WebDAV metadata.
-
Uses of DAVEntityInterface in com.sas.services.information
Methods in com.sas.services.information with parameters of type DAVEntityInterfaceModifier and TypeMethodDescriptionDAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f, String name) Copy a smart object.DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f, String name) Move a smart object.voidDAVRepository.setACLFromStore(DAVEntityInterface entity) Retrieves the ACL property information and create the access control list for manipulating smart object access control information.voidDAVRepositoryInterface.setACLFromStore(DAVEntityInterface entity) voidDAVRepository.updateEntity(DAVEntityInterface input) Update an existing entity in the repository.voidDAVRepositoryInterface.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.davClasses in com.sas.services.information.metadata.dav that implement DAVEntityInterfaceModifier and TypeClassDescriptionclassclassRepresent a sas binary result package in the DAV store.classDAVEntity is a common class for DAVFolder and DAVItem.classRepresents event data stored on a DAV server.classDAVFolder represents a collection in a DAV Store.classDAVItem represents a non-collection resource in a DAV Store.classRepresent a sas result package in the DAV store.classRepresents a SAS Package event stored on a DAV server.classThis 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.classRepresents a personal repository collection in the DAV store.classDAVProfile is a DAV Folder that represents a user profile.classRepresents a set of comments, on a particular topicclassRepresents a stored process alert in the DAV store.Methods in com.sas.services.information.metadata.dav that return DAVEntityInterfaceModifier and TypeMethodDescriptionDAVEntity.copy(DAVFolderInterface folder) Copy the entity to another folder.DAVEntityInterface.copy(DAVFolderInterface folder) Copy the entity to another folderDAVFolder.getItem(String name) Get an item in a folder by nameDAVFolderInterface.getItem(String Name) Get an item in a folder by nameDAVEntity.move(DAVFolderInterface folder) Move the entity to another folder.DAVEntityInterface.move(DAVFolderInterface folder) Move the entity to another folderstatic DAVEntityInterfaceDAVFactory.newDAVEntity(String objectType, String reposId, RepositoryInterface repos) Create an instance of a sublass of DAVEntity.Methods in com.sas.services.information.metadata.dav with parameters of type DAVEntityInterfaceModifier and TypeMethodDescriptionvoidDAVFolder.addEntity(DAVEntityInterface anItem) Add an entity to a foldervoidDAVFolderInterface.addEntity(DAVEntityInterface anEntity) Add an entity to a foldervoidDAVEntity.refresh(DAVEntityInterface entity) Refresh this entity from the parameter.voidDAVEntityInterface.refresh(DAVEntityInterface entity) Refresh this entity from the parameter.