Package wt.associativity
Class StandardIteratedNavigationCriteriaService
java.lang.Object
wt.services.StandardManager
wt.associativity.StandardIteratedNavigationCriteriaService
- All Implemented Interfaces:
Serializable,wt.associativity.IteratedNavigationCriteriaService,wt.fc._NetFactor,NetFactor,wt.services.Manager
@Deprecated
public class StandardIteratedNavigationCriteriaService
extends StandardManager
implements wt.associativity.IteratedNavigationCriteriaService, Serializable
Deprecated.
- As of 13.0.1.0, for internal use
Use the newStandardIteratedNavigationCriteriaService static factory method(s), not
the StandardIteratedNavigationCriteriaService constructor, to construct instances of
this class. Instances must be constructed using the static factory(s), in
order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionView[]getExpansionCriteriaViews(NCServerHolder nc_server_holder) Deprecated.- As of 13.0.1.0, for internal useView[]getExpansionCriteriaViews(NCServerHolder nc_server_holder, boolean bUnique) Deprecated.- As of 13.0.1.0, for internal use
Supported API: truenavigateBranchLatestIteratedLinks(Persistable obj, String role, Class<?> linkClass, boolean bIsRemoteRole) Deprecated.- As of 13.0.1.0, for internal use
Supported API: truenavigateIteratedLinks(Persistable obj, String role, Class<?> linkClass, boolean bIsRemoteRole) Deprecated.- As of 13.0.1.0, for internal use
Supported API: trueMethods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, initialize, performShutdownProcess, registerEvents
-
Method Details
-
getExpansionCriteriaViews
Deprecated.- As of 13.0.1.0, for internal useReturn all views in the passed in NavigationCriteriaHolder including duplicates and nulls
Supported API: true- Specified by:
getExpansionCriteriaViewsin interfacewt.associativity.IteratedNavigationCriteriaService- Parameters:
nc_server_holder- The navigation criteria to use to filter the iterations for the masters used- Returns:
- View [] - list of views in EC
- Throws:
WTException
-
getExpansionCriteriaViews
public View[] getExpansionCriteriaViews(NCServerHolder nc_server_holder, boolean bUnique) throws WTException Deprecated.- As of 13.0.1.0, for internal use
Supported API: trueReturn all views in the passed in NavigationCriteriaHolder- Specified by:
getExpansionCriteriaViewsin interfacewt.associativity.IteratedNavigationCriteriaService- Parameters:
nc_server_holder- The navigation criteria to use to filter the iterations for the masters usedbUnique- - if set to true doesn't permit duplicates or nulls in list returned- Returns:
- View [] - list of views in EC
- Throws:
WTException
-