@UESComponent public interface MainEntityService
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Returns the value
true if the main entity exists; the values false if the main entity doesn't exist. |
UESURI |
getEntityId()
Deprecated.
Please use method
MainEntityService.getEntityUri() . |
UESURI |
getEntityUri()
Returns main entity ID represented by UES URI.
|
boolean |
isOptional()
Returns true, when UESService has declared, that its main entity can be optional.
|
MainEntityService.getEntityUri()
.MainEntityServiceRTException
- In case main entity does not existMainEntityServiceRTException
- In case main entity does not existtrue
if the main entity exists; the values false
if the main entity doesn't exist.true
if the main entity exists; the values false
if the main entity doesn't exist.