C# 클래스 Dev2.Runtime.Hosting.ServerExplorerRepository

상속: IExplorerServerResourceRepository
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( IExplorerItem itemToAdd, System.Guid workSpaceId ) : IExplorerRepositoryResult
DeleteFolder ( string path, bool deleteContents, System.Guid workSpaceId ) : IExplorerRepositoryResult
DeleteItem ( IExplorerItem itemToDelete, System.Guid workSpaceId ) : IExplorerRepositoryResult
DirectoryStructureFromPath ( string path ) : string
Load ( System.Guid workSpaceId ) : IExplorerItem
Load ( ResourceType type, System.Guid workSpaceId ) : IExplorerItem
Load ( ResourceType type, string filter ) : IExplorerItem
Load ( string filter ) : IExplorerItem
MessageSubscription ( IExplorerRepositorySync sync ) : void
MoveItem ( IExplorerItem itemToMove, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult
RenameFolder ( string path, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult
RenameItem ( IExplorerItem itemToRename, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult

비공개 메소드들

메소드 설명
MoveVersionFolder ( string path, string newPath ) : void
MoveVersions ( IExplorerItem itemToMove, string newPath ) : void
RenameExplorerItem ( IExplorerItem itemToRename, System.Guid workSpaceId ) : IExplorerRepositoryResult
ServerExplorerRepository ( ) : System
ServerExplorerRepository ( IResourceCatalog resourceCatalog, IExplorerItemFactory explorerItemFactory, IDirectory directory, IExplorerRepositorySync sync, IServerVersionRepository versionRepository, IFile file ) : System

메소드 상세

AddItem() 공개 메소드

public AddItem ( IExplorerItem itemToAdd, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToAdd IExplorerItem
workSpaceId System.Guid
리턴 IExplorerRepositoryResult

DeleteFolder() 공개 메소드

public DeleteFolder ( string path, bool deleteContents, System.Guid workSpaceId ) : IExplorerRepositoryResult
path string
deleteContents bool
workSpaceId System.Guid
리턴 IExplorerRepositoryResult

DeleteItem() 공개 메소드

public DeleteItem ( IExplorerItem itemToDelete, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToDelete IExplorerItem
workSpaceId System.Guid
리턴 IExplorerRepositoryResult

DirectoryStructureFromPath() 공개 정적인 메소드

public static DirectoryStructureFromPath ( string path ) : string
path string
리턴 string

Load() 공개 메소드

public Load ( System.Guid workSpaceId ) : IExplorerItem
workSpaceId System.Guid
리턴 IExplorerItem

Load() 공개 메소드

public Load ( ResourceType type, System.Guid workSpaceId ) : IExplorerItem
type ResourceType
workSpaceId System.Guid
리턴 IExplorerItem

Load() 공개 메소드

public Load ( ResourceType type, string filter ) : IExplorerItem
type ResourceType
filter string
리턴 IExplorerItem

Load() 공개 메소드

public Load ( string filter ) : IExplorerItem
filter string
리턴 IExplorerItem

MessageSubscription() 공개 메소드

public MessageSubscription ( IExplorerRepositorySync sync ) : void
sync IExplorerRepositorySync
리턴 void

MoveItem() 공개 메소드

public MoveItem ( IExplorerItem itemToMove, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToMove IExplorerItem
newPath string
workSpaceId System.Guid
리턴 IExplorerRepositoryResult

RenameFolder() 공개 메소드

public RenameFolder ( string path, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult
path string
newPath string
workSpaceId System.Guid
리턴 IExplorerRepositoryResult

RenameItem() 공개 메소드

public RenameItem ( IExplorerItem itemToRename, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToRename IExplorerItem
newName string
workSpaceId System.Guid
리턴 IExplorerRepositoryResult