Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CollectionsDeskComponent

Hierarchy

  • CollectionsDeskComponent

Implements

  • OnInit

Index

Constructors

constructor

Properties

canShow

canShow: boolean = false

childResourceCollectionId

childResourceCollectionId: string = ""

childResourceOwcData

childResourceOwcData: OwcResource

Private collectionsService

collectionsService: CollectionsService

createCollectionModal

createCollectionModal: ModalDirective

editOwcDoc

editOwcDoc: OwcContext

editorActive

editorActive: boolean = false

fileparseerror

fileparseerror: boolean = true

importOwcDoc

importOwcDoc: any

loading

loading: boolean = false

myCollections

myCollections: OwcContext[] = []

myRightsMatrix

myRightsMatrix: OwcContextsRightsMatrix[] = []

newdocintro

newdocintro: any

Private notificationService

notificationService: NotificationService

owcResourceDetailModalComponentRef

owcResourceDetailModalComponentRef: OwcResourceDetailModalComponent

Private portalApiUrl

portalApiUrl: string

userFiles

userFiles: UserFile[] = []

userMetaRecords

userMetaRecords: UserMetaRecord[] = []

Private workbenchService

workbenchService: WorkbenchService

Methods

createCollection

  • createCollection(title: string, subtitle: string): void
  • shouldn't trust the client I guess, request fresh empty custom collection and adds initial edits

    Parameters

    • title: string
    • subtitle: string

    Returns void

findVisibilityForCollection

generateNZmapcontexts

handleShowChildResourceModal

  • handleShowChildResourceModal($event: any): void

hideCreateCollectionModal

  • hideCreateCollectionModal(): void

importCollectionFromFile

  • importCollectionFromFile(owcdoc: OwcContext): void

ngOnInit

  • ngOnInit(): void

onEditCollectionRequest

  • onEditCollectionRequest($event: any): void

onReturnCloseEditor

  • onReturnCloseEditor(): void

reloadCollections

  • reloadCollections(): void

showCreateCollectionModal

  • showCreateCollectionModal(): void

testImportJsonFile

  • testImportJsonFile(event: Event): void

Generated using TypeDoc