Class orion.metatype.MetaTypeRegistry
Defined in: </shared/eclipse/e4/orion/I201206221139/plugins/org.eclipse.orion.client.core/web/orion/metatype.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.metatype.MetaTypeRegistry(serviceRegistry)
|
Method Attributes | Method Name and Description |
---|---|
getObjectClass(pid)
Returns the object class for a given PID.
|
Class Detail
orion.metatype.MetaTypeRegistry(serviceRegistry)
- Parameters:
- {orion.serviceRegistry.ServiceRegistry} serviceRegistry
Method Detail
{orion.metatype.ObjectClass}
getObjectClass(pid)
Returns the object class for a given PID.
- Parameters:
- {String} pid
- The PID to look up.
- Returns:
- {orion.metatype.ObjectClass} The object class, or
null
if no object class has been designated for the given PID.