Package org.nuclos.api
Interface Direction<PK>
- All Superinterfaces:
Serializable
TODO: Javadoc
TODO: Move this class to org.nuclos.api.command (see NUCLOS-5221)
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns navigation options where not based on entityReturns the name of the entity the BusinesObject bases onReturns the UID of the entity the BusinesObject bases ongetId()
Returns the primary key of this objectReturn the UID of the searchfilter which will be applied to the result list of the BusinessObject one is navigating togetUrl()
Returns URL to navigate toboolean
isNewTab()
Returns is it to publish in new client tab / browser tab
-
Method Details
-
getId
PK getId()Returns the primary key of this object -
getEntityUid
UID getEntityUid()Returns the UID of the entity the BusinesObject bases on -
getEntity
String getEntity()Returns the name of the entity the BusinesObject bases on -
getSearchFilterUid
UID getSearchFilterUid()Return the UID of the searchfilter which will be applied to the result list of the BusinessObject one is navigating to -
isNewTab
boolean isNewTab()Returns is it to publish in new client tab / browser tab -
getUrl
URL getUrl()Returns URL to navigate to
-