| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<ERType extends org.gcube.informationsystem.model.ER,E extends org.gcube.informationsystem.model.entity.Entity,R extends org.gcube.informationsystem.model.entity.Resource> |
ResourceRegistryClientImpl.getInstancesFromEntity(Class<ERType> clazz,
Boolean polymorphic,
E reference,
Direction direction) |
<ERType extends org.gcube.informationsystem.model.ER,E extends org.gcube.informationsystem.model.entity.Entity,R extends org.gcube.informationsystem.model.entity.Resource> |
ResourceRegistryClient.getInstancesFromEntity(Class<ERType> clazz,
Boolean polymorphic,
E reference,
Direction direction) |
<ERType extends org.gcube.informationsystem.model.ER,R extends org.gcube.informationsystem.model.entity.Resource> |
ResourceRegistryClientImpl.getInstancesFromEntity(Class<ERType> clazz,
Boolean polymorphic,
UUID reference,
Direction direction) |
<ERType extends org.gcube.informationsystem.model.ER,R extends org.gcube.informationsystem.model.entity.Resource> |
ResourceRegistryClient.getInstancesFromEntity(Class<ERType> clazz,
Boolean polymorphic,
UUID reference,
Direction direction) |
String |
ResourceRegistryClientImpl.getInstancesFromEntity(String type,
Boolean polymorphic,
UUID reference,
Direction direction) |
String |
ResourceRegistryClient.getInstancesFromEntity(String type,
Boolean polymorphic,
UUID reference,
Direction direction) |
Copyright © 2017. All Rights Reserved.