C# Class SenseNet.Services.CmisService

Inheritance: ICmisService
Show file Open project: maxpavlov/FlexNet

Public Methods

Method 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

Method Description
SetResponseHeaders ( ) : void

Method Details

GetChildren() public method

public GetChildren ( string repositoryId, string folderId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
folderId string
return System.ServiceModel.Syndication.Atom10FeedFormatter

GetEntry() public method

public GetEntry ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
return System.ServiceModel.Syndication.Atom10FeedFormatter

GetParent() public method

public GetParent ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
return System.ServiceModel.Syndication.Atom10FeedFormatter

GetParents() public method

public GetParents ( string repositoryId, string entryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
entryId string
return System.ServiceModel.Syndication.Atom10FeedFormatter

GetRepositories() public method

public GetRepositories ( ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
return System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter

GetRepositoryInfo() public method

public GetRepositoryInfo ( string repositoryId ) : System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
repositoryId string
return System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter

GetRoot() public method

public GetRoot ( string repositoryId ) : System.ServiceModel.Syndication.Atom10FeedFormatter
repositoryId string
return System.ServiceModel.Syndication.Atom10FeedFormatter