Options
All
  • Public
  • Public/Protected
  • All
Menu

Captures the behavior of container identifiers in a certain storage configuration.

Hierarchy

  • IdentifierStrategy

Index

Properties

getParentContainer

getParentContainer: (identifier: ResourceIdentifier) => ResourceIdentifier

Generates the identifier of the container this resource would be a member of. This does not check if that identifier actually exists. Will throw an error if the input identifier is a root container or is not supported.

Type declaration

isRootContainer

isRootContainer: (identifier: ResourceIdentifier) => boolean

Checks if the input corresponds to the identifier of a root container. This does not check if this identifier actually exists.

Type declaration

supportsIdentifier

supportsIdentifier: (identifier: ResourceIdentifier) => boolean

Verifies if this identifier is supported. This does not check if this identifier actually exists, but checks if the identifier is in scope for this class.

Type declaration