Uses of Interface
com.redwood.scheduler.api.model.NavigationBar
-
Packages that use NavigationBar Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of NavigationBar in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type NavigationBar Modifier and Type Field Description static QueryObjectType<NavigationBar>
NavigationBar. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return NavigationBar Modifier and Type Method Description NavigationBar
SchedulerSession. createNavigationBar()
Return a new instance of NavigationBar.NavigationBar
NavigationBarItem. getNavigationBar()
Get the NavigationBar.static NavigationBar
BusinessKeyLookup. getNavigationBarByBusinessKey(SchedulerSession session, String key)
Query an instance ofNavigationBar
, based on its business key.NavigationBar
BusinessKeyResolver. getNavigationBarByKey(BusinessKey key)
Query an instance ofNavigationBar
, based on its business key.NavigationBar
Partition. getNavigationBarByName(String name)
Get the NavigationBar by Name.NavigationBar
SchedulerSession. getNavigationBarByName(Partition partition, String name)
Get theNavigationBar
by Name.NavigationBar
SchedulerSession. getNavigationBarByName(String name)
Get theNavigationBar
by Name.NavigationBar
Partition. getNavigationBarByOwnerSubjectName(Subject ownerSubject, String name)
Get the NavigationBar by OwnerSubjectName.NavigationBar
SchedulerSession. getNavigationBarByOwnerSubjectName(Partition partition, Subject ownerSubject, String name)
Get theNavigationBar
by OwnerSubjectName.NavigationBar
SchedulerSession. getNavigationBarByOwnerSubjectName(Subject ownerSubject, String name)
Get theNavigationBar
by OwnerSubjectName.NavigationBar
SchedulerSession. getNavigationBarByUniqueId(Long uniqueId)
Get theNavigationBar
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type NavigationBar Modifier and Type Method Description RWIterable<NavigationBar>
Application. getChildNavigationBars()
Get anRWIterable
over a collection ofChildNavigationBars
, the collection will be ordered by Name.RWIterable<NavigationBar>
Partition. getNavigationBars()
Get anRWIterable
over an ordered collection ofNavigationBars
.Methods in com.redwood.scheduler.api.model with parameters of type NavigationBar Modifier and Type Method Description NavigationBarItem
NavigationBarItem. getChildNavigationBarItemByNavigationBarDisplayOrder(NavigationBar navigationBar, Long displayOrder)
Get the NavigationBarItem by NameParent.void
AbstractConcreteObjectCallback. handle(NavigationBar theNavigationBar)
void
ConcreteObjectCallback. handle(NavigationBar theNavigationBar)
-
Uses of NavigationBar in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type NavigationBar Modifier and Type Method Description Iterator<NavigationBar>
ApplicationComp. getChildNavigationBars()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildNavigationBars()
instead.Iterator<NavigationBar>
PartitionComp. getNavigationBars()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getNavigationBars()
instead.
-