IViewManager public interface IViewManager : IDisposable Documentation Task<int> CreateSingleAsync(int workspaceArtifactID, View viewDTO) Task<ViewAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID) Task<bool> GetIsViewLockedAsync(int workspaceArtifactID, View viewDTO) Task<List<ObjectTypeRef>> GetObjectTypesAsync(int workspaceArtifactID) Task<List<UserRef>> GetViewOwnersAsync(int workspaceArtifactID) Task<View> ReadSingleAsync(int workspaceArtifactID, int viewArtifactID) Task<ViewResponse[]> RetrieveViewsByContextArtifactIDAsync(int workspaceArtifactID, int artifactTypeID) Task<SearchViewResponse[]> RetrieveViewsByContextArtifactIDForSearchAsync(int workspaceArtifactID) Task UpdateSingleAsync(int workspaceArtifactID, View viewDTO)