Heracles.ts

@hydra-cg/heracles.ts > IIriTemplate

Interface: IIriTemplate

Describes an abstract Hydra IRI template

interface:

Hierarchy

IHydraResource

↳ IIriTemplate

Index

Properties


Properties

collections

● collections: ResourceFilterableCollection<ICollection>

Inherited from IHydraResource.collections

Defined in DataModel/IHydraResource.ts:17

Gets collections exposed by that resource.

readonly:

returns:


iri

● iri: string

Inherited from IResource.iri

Defined in DataModel/IResource.ts:13

Gets an Iri of a resource.

readonly:

returns:


● links: LinksCollection

Inherited from IHydraResource.links

Defined in DataModel/IHydraResource.ts:31

Gets links related to that resource.

readonly:

returns:


mappings

● mappings: MappingsCollection

Defined in DataModel/IIriTemplate.ts:29

Gets the variable mappings.

readonly:

returns:


operations

● operations: OperationsCollection

Inherited from IHydraResource.operations

Defined in DataModel/IHydraResource.ts:24

Gets operations that can be performed on that resource.

readonly:

returns:


template

● template: string

Defined in DataModel/IIriTemplate.ts:15

Gets an URI template.

readonly:

returns:


type

● type: TypesCollection

Inherited from IResource.type

Defined in DataModel/IResource.ts:20

Gets classes a given resource is of.

readonly:

returns:


variableRepresentation

● variableRepresentation: IResource

Defined in DataModel/IIriTemplate.ts:22

Gets a variable representation type.

readonly:

returns: