UESEntityType@UESComponent @EnableScriptAPI @WebServiceAccessible(wspHandlerChain="ues/platform/sysc/beregistry/UESBERegistryHandlerChain.xml") @Deprecated public interface UESBERegistry
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEOBJECT_CODE
Deprecated.
Common parent object is not used anymore in Entity Type Registry and has no direct replacement.
|
static UESURI |
BETYPE_OBJECT
Deprecated.
Common parent object is not used anymore in Entity Type Registry and has no direct replacement.
|
static java.lang.String |
BETYPE_URI_PREFIX
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UESBEType |
getBETypeAttributes(UESURI beType)
Deprecated.
|
UESURI |
getBETypeURI(UESURI object)
Deprecated.
|
boolean |
isAssignableFrom(UESURI mainBEType,
Deprecated.
|
boolean |
isInstanceOf(UESURI testedObject,
Deprecated.
|
object - UESURI of object for which to get BE TypeUESBERegistryRTException - In case obtaining of BE Type UESURI failsbeType - UESURI of BE Type to be loadedUESBERegistryRTException - In case reading of BE Type failsmainBEType - UESURI of main BE Type (parent)testedBEType - UESURI of tested BE Type (child)UESBERegistryRTException - In case check fails.testedObject - UESURI of object to be testedtestedBEType - UESURI of expected BE TypeUESBERegistryRTException - In case check fails.