com.togethersoft.openapi.modelnavigator
Class NavigatorFactory
- public abstract class NavigatorFactory
Class that can be used for creation ReferenceCollection instances
to be in navigator's View object. An instance of NavigatorFactory
is created for you on creating navigator's View object.
- Author:
- TogetherSoft
ourInstance
private static NavigatorFactory ourInstance
- Stores
NavigatorFactory instance.
createReferenceCollection
public abstract ReferenceCollection createReferenceCollection(String modelUin)
- Creates
ReferenceCollection to be used as a reference collection
for a navigator's model View.- Parameters:
- modelUin Unique name of a model which reference collection should
be created in - Returns: Created
ReferenceCollection object
getInstance
public static NavigatorFactory getInstance()
- Returns an instance of
NavigatorFactory object.- Returns:
NavigatorFactory instance
setInstance
protected static void setInstance(NavigatorFactory instance)
- Sets the instance of
NavigatorFactory.- Parameters:
- instance
NavigatorFactory instance
to Class com.togethersoft.openapi.modelnavigator.NavigatorFactory- Stores
NavigatorFactory instance.