Function AggregateContainer.get

Get a container, or an object that is contained by managed containers.

Object get (
  string identity
);

Get a container, or an object that is contained by managed containers.

Parameters

NameDescription
identity identity of object that is to be supplied.

Throws

NotFoundException when no requested object by identity is present in container

Returns

Object the object contained in one of containers or a container itself.