@UESComponent @EnableScriptAPI @WebServiceAccessible(wspHandlerChain="ues/platform/sysc/entitytype/UESEntityTypeHandlerChain.xml") public interface UESEntityType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ET_ENTITY_TYPE_CODE
Code of entity type entity.
|
static UESURI |
ET_ENTITY_TYPE_URI
URI of entity type entity.
|
Modifier and Type | Method and Description |
---|---|
UESEntityTypeAttributes |
getAttributes(UESURI entityType)
Reads Entity Type attributes according to given UESURI.
|
UESEntityTypeAttributes |
getEntityTypeAttributes(UESURI entityType)
Deprecated.
|
UESURI |
getEntityTypeUri(UESURI entity)
Returns UESURI of Entity Type for given object.
|
UESResultList<UESEntityTypeAttributes,UESEntityTypeGetChildrenList> |
getChildrenList(UESURI entityType,
Returns children of given entity type.
|
boolean |
isAssignableFrom(UESURI mainEntityType,
Checks if Entity Type is assignable from other Entity Type.
|
boolean |
isInstanceOf(UESURI testedEntity,
Checks if some object is instance of given Entity Type.
|
entity
- UESURI of object for which to get Entity TypeUESEntityTypeRTException
- In case obtaining of BE Type UESURI failsUESEntityType.getAttributes(UESURI)
entityType
- UESURI of Entity Type to be loadedUESEntityTypeRTException
- In case reading of BE Type failsentityType
- UESURI of Entity Type to be loadedUESEntityTypeRTException
- In case reading of BE Type failsmainEntityType
- UESURI of main Entity Type (parent)testedEntityType
- UESURI of tested Entity Type (child)UESEntityTypeRTException
- In case check fails.testedEntity
- UESURI of object to be testedtestedEntityType
- UESURI of expected Entity TypeUESEntityTypeRTException
- In case check fails.entityTypeUri
- UESURI of main Entity Type (parent)UESEntityTypeGetChildrenList
- Criteria for filtering of resultUESEntityTypeRTException
- In case obtaining of children fails