C# 클래스 Kartverket.MetadataEditor.Models.MetadataService

파일 보기 프로젝트 열기: kartverket/MetadataEditor 1 사용 예제들

공개 메소드들

메소드 설명
GetAllMetadata ( string searchString, int offset, int limit ) : MetadataIndexViewModel
GetMetadataModel ( string uuid ) : MetadataViewModel
GetMyMetadata ( string organizationName, int offset, int limit ) : MetadataIndexViewModel
MetadataService ( ) : System
MetadataService ( GeoNorgeAPI.GeoNorge geonorge ) : System
SaveMetadataAsXml ( MetadataViewModel model ) : System.Stream
SaveMetadataModel ( MetadataViewModel model, string username ) : void
SearchMetadata ( string organizationName, string searchString, int offset, int limit ) : MetadataIndexViewModel

비공개 메소드들

메소드 설명
AddKeywordForService ( string distributionProtocol, List keywordsOther ) : List
ConvertCoordinateWithCommaToPoint ( string input ) : string
CreateAdditionalHeadersWithUsername ( string username, string published = "" ) : string>.Dictionary
CreateDictionaryOfEnglishKeywords ( List keywords ) : string>.Dictionary
CreateListOfKeywords ( string selectedKeywords ) : List
CreateListOfKeywords ( List input ) : List
CreateMetadata ( MetadataCreateViewModel model, string username ) : string
CreateMetadataForFeature ( string uuid, List layers, string keywords, string username ) : List
CreateMetadataForLayers ( string uuid, List layers, string keywords, string username ) : List
DeleteMetadata ( string uuid, string username ) : void
GetServiceKeyword ( string distributionProtocol ) : string
GetServiceType ( string distributionProtocol ) : string
LogEventsDebug ( string log ) : void
LogEventsError ( string log, Exception ex ) : void
ParseSearchResults ( int offset, int limit, SearchResultsType results ) : MetadataIndexViewModel
ReIndexOperatesOn ( MetadataViewModel metadata ) : void
RemoveCache ( MetadataViewModel metadata ) : void
SetDefaultValuesOnMetadata ( SimpleMetadata metadata ) : void
UpdateMetadataFromModel ( MetadataViewModel model, SimpleMetadata metadata ) : void
createMetadataForFeature ( SimpleMetadata parentMetadata, List selectedKeywordsFromParent, WfsLayerViewModel layerModel ) : SimpleMetadata
createMetadataForLayer ( SimpleMetadata parentMetadata, List selectedKeywordsFromParent, WmsLayerViewModel layerModel ) : SimpleMetadata
getQualitySpecifications ( MetadataViewModel model, SimpleMetadata metadata ) : void
stripPrefixFromKeyword ( string input ) : string

메소드 상세

GetAllMetadata() 공개 메소드

public GetAllMetadata ( string searchString, int offset, int limit ) : MetadataIndexViewModel
searchString string
offset int
limit int
리턴 MetadataIndexViewModel

GetMetadataModel() 공개 메소드

public GetMetadataModel ( string uuid ) : MetadataViewModel
uuid string
리턴 MetadataViewModel

GetMyMetadata() 공개 메소드

public GetMyMetadata ( string organizationName, int offset, int limit ) : MetadataIndexViewModel
organizationName string
offset int
limit int
리턴 MetadataIndexViewModel

MetadataService() 공개 메소드

public MetadataService ( ) : System
리턴 System

MetadataService() 공개 메소드

public MetadataService ( GeoNorgeAPI.GeoNorge geonorge ) : System
geonorge GeoNorgeAPI.GeoNorge
리턴 System

SaveMetadataAsXml() 공개 메소드

public SaveMetadataAsXml ( MetadataViewModel model ) : System.Stream
model MetadataViewModel
리턴 System.Stream

SaveMetadataModel() 공개 메소드

public SaveMetadataModel ( MetadataViewModel model, string username ) : void
model MetadataViewModel
username string
리턴 void

SearchMetadata() 공개 메소드

public SearchMetadata ( string organizationName, string searchString, int offset, int limit ) : MetadataIndexViewModel
organizationName string
searchString string
offset int
limit int
리턴 MetadataIndexViewModel