Heracles.ts

@hydra-cg/heracles.ts > ITemplatedResource

Interface: ITemplatedResource

Provides an abstract description of a resource with expandable template.

interface:

Type parameters

T : IPointingResource

Hierarchy

IPointingResource

↳ ITemplatedResource

ITemplatedOperation

ITemplatedLink

Implemented by

Index

Properties

Methods


Properties

baseUrl

● baseUrl: string

Inherited from IPointingResource.baseUrl

Defined in DataModel/IPointingResource.ts:14

Gets a base URL that can be used to resolve target in case it is relative.

readonly:

returns:


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:


operations

● operations: OperationsCollection

Inherited from IHydraResource.operations

Defined in DataModel/IHydraResource.ts:24

Gets operations that can be performed on that resource.

readonly:

returns:


target

● target: IResource

Inherited from IPointingResource.target

Defined in DataModel/IPointingResource.ts:21

Gets a target URL to be called.

readonly:

returns:


type

● type: TypesCollection

Inherited from IResource.type

Defined in DataModel/IResource.ts:20

Gets classes a given resource is of.

readonly:

returns:


Methods

expandTarget

expandTarget(mappedVariables: IDictionary<string> | MappingBuilder): T

Defined in DataModel/ITemplatedResource.ts:17

Expands an URI template with given variables.

Parameters:

Name Type Description
mappedVariables IDictionary<string> | MappingBuilder Template variables with values or {@link MappingsBuilder}.

Returns: T