Class Handler

Hierarchy

Constructors

Methods

  • Parameters

    • context: KosmosUserContext<object>
    • access: AccessControl
    • edgeName: any
    • src_uuid: any
    • src_label: any
    • dest_uuid: any
    • dest_label: any
    • properties: any
    • unique: any
    • Optional validate: boolean
    • Optional extraInfo: {
          destVertex: any;
          srcVertex: any;
      }
      • destVertex: any
      • srcVertex: any

    Returns Promise<void>

  • Parameters

    • context: KosmosUserContext<object>
    • access: AccessControl
    • label: any
    • sourceId: any
    • direction: any
    • edgeProperties: any
    • destinationType: any
    • vertexProperties: any

    Returns Promise<void>

  • Parameters

    • context: KosmosUserContext<object>
    • access: AccessControl
    • label: any
    • sourceId: any
    • direction: any
    • edgeProperties: any
    • destinationType: any
    • vertexProperties: any

    Returns Promise<void>

  • This function is used to get the destination vertex that the source vertex is pointing to via the defined edge/relationship.

    Returns

    Returns the vertex conencted by the source vertex and edge.

    Parameters

    • vertex: string

      The label of the vertex.

    • edge: string

      The label of the edge.

    Returns string

  • Deprecated

    Use ZeroToManyRelationVertexLoader service

    Parameters

    • context: KosmosUserContext<object>
    • sourceUUID: any
    • sourceType: any
    • edgeType: any
    • offset: any
    • limit: undefined | number
    • destinationType: any
    • bypassAccess: undefined | boolean
    • filter: any
    • Optional orderByProperty: string
    • Optional orderBy: FilterOrderDirection
    • Optional edgeProperties: {
          name: string;
          value: any;
      }[]

    Returns Promise<void>

  • Deprecated

    Use ZeroToManyRelationVertexLoader service

    Parameters

    • context: KosmosUserContext<object>
    • sourceUUID: any
    • sourceType: any
    • edgeType: any
    • offset: undefined | number
    • limit: undefined | number
    • destinationType: any
    • filter: any
    • Optional orderByProperty: string
    • Optional orderBy: FilterOrderDirection

    Returns Promise<void>

Generated using TypeDoc