C# Class SenseNet.Services.CmisService

Inheritance: ICmisService
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetChildren ( string repositoryId, string folderId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetEntry ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetParent ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetParents ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
GetRepositories ( ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
GetRepositoryInfo ( string repositoryId ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
GetRoot ( string repositoryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter

Private Methods

Méthode Description
SetResponseHeaders ( ) : void

Method Details

GetChildren() public méthode

public GetChildren ( string repositoryId, string folderId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
folderId string
Résultat System.ServiceModel.Syndication.Atom10FeedFormatter

GetEntry() public méthode

public GetEntry ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
Résultat System.ServiceModel.Syndication.Atom10FeedFormatter

GetParent() public méthode

public GetParent ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
Résultat System.ServiceModel.Syndication.Atom10FeedFormatter

GetParents() public méthode

public GetParents ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
Résultat System.ServiceModel.Syndication.Atom10FeedFormatter

GetRepositories() public méthode

public GetRepositories ( ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Résultat System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter

GetRepositoryInfo() public méthode

public GetRepositoryInfo ( string repositoryId ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
repositoryId string
Résultat System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter

GetRoot() public méthode

public GetRoot ( string repositoryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
Résultat System.ServiceModel.Syndication.Atom10FeedFormatter