Uses of Class
wt.csm.navigation.CSMClassificationNavigationException

Packages that use CSMClassificationNavigationException
wt.csm   
wt.csm.html.query   
wt.csm.navigation   
wt.csm.navigation.litenavigation   
wt.csm.navigation.service   
wt.csm.ranking.literanking   
 

Uses of CSMClassificationNavigationException in wt.csm
 

Methods in wt.csm that throw CSMClassificationNavigationException
static void ReclassifyTool.copyCSMConstraints(ClassificationNode classificationnode, CSMContainerConstraint[] acsmcontainerconstraint, CSMSingleDefConstraint[] acsmsingledefconstraint)
          Copy constraints to a given Classification Node
static ClassificationNodeNodeView ReclassifyTool.getClassificationNodeNodeView(ClassificationNode node)
          return the ClassificationNodeNodeView from a Classification Node
static ClassificationNodeDefaultView ReclassifyTool.getClassificationNodeDefaultView(ClassificationNode node)
          return the ClassificationNodeDefaultView from a Classification Node
static CSMContainerConstraint[] ReclassifyTool.getCSMContainerConstraints(ObjectIdentifier objectidentifier)
          Get Container Constraints of a given Classification Node
static CSMSingleDefConstraint[] ReclassifyTool.getCSMSingleDefConstraints(ObjectIdentifier objectidentifier)
          Get SingleDef Constraints of a given Classification Node
static ClassificationNode[] ReclassifyTool.getClassificationNodeChildren(ClassificationNode classificationnode)
          Get all childrens of a given Classification Node
 

Uses of CSMClassificationNavigationException in wt.csm.html.query
 

Methods in wt.csm.html.query that throw CSMClassificationNavigationException
private static QueryFormElementDefaultView HTMLQueryUtilities.getQFElement(Object obj)
           
 void FindNodeSelector.showNavigationNodes(Properties props, Locale locale, OutputStream os)
          

Supported API: false
 

Uses of CSMClassificationNavigationException in wt.csm.navigation
 

Methods in wt.csm.navigation that throw CSMClassificationNavigationException
 void RangeQFElementValue.setLowValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 void RangeQFElementValue.setHighValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 void LikeQFElementValue.setValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 void DiscreteQFElementValue.setValue(Vector value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
protected  void AbstractQFElementValue.verifyAttributeDefinition(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 

Constructors in wt.csm.navigation that throw CSMClassificationNavigationException
RangeQFElementValue(AbstractValue lowValue, AbstractValue highValue, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
RangeQFElementValue()
          

Supported API: false
LikeQFElementValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition, int queryOperator)
          

Supported API: false
LikeQFElementValue()
          

Supported API: false
DiscreteQFElementValue(Vector value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
DiscreteQFElementValue()
          

Supported API: false
 

Uses of CSMClassificationNavigationException in wt.csm.navigation.litenavigation
 

Methods in wt.csm.navigation.litenavigation that throw CSMClassificationNavigationException
protected  void NodeQueryFormDefaultView.copyFromTemplate(AbstractQueryFormView form)
           
 String IndirectQueryTargetDefaultView.getTargetClassName()
          

Supported API: false
 void IndependentNodeNodeView.setParent(IndependentNodeNodeView parent)
          

Supported API: false
 AbstractNodeNodeView IndependentNodeDefaultView.toAbstractNodeNodeView()
          

Supported API: false
 AbstractNavigationView IndependentNavStructDefaultView.toNavStructListView()
          

Supported API: false
 NodeQueryFormDefaultView DefaultQueryFormDefaultView.toNodeQueryFormDefaultView(boolean copyFromDefault)
          Creating a new NodeQueryFormDefaultView.
 void ClassificationNodeNodeView.setParent(ClassificationNodeNodeView parent)
          

Supported API: false
 void ClassificationNodeDefaultView.setParent(ClassificationNodeDefaultView parent)
          

Supported API: false
 void ClassificationNodeDefaultView.addCSMAttributeConstraint(AbstractCSMAttributeConstraintView constraint)
          

Supported API: false
 void ClassificationNodeDefaultView.deleteCSMAttributeConstraint(AbstractCSMAttributeConstraintView constraint)
          

Supported API: false
 AbstractCSMAttributeConstraintView[] ClassificationNodeDefaultView.getCSMAttributeConstraints()
          

Supported API: false
 AbstractCSMAttributeConstraintView[] ClassificationNodeDefaultView.getDeletedCSMAttributeConstraints()
          

Supported API: false
 AbstractCSMAttributeConstraintView[] ClassificationNodeDefaultView.getNewCSMAttributeConstraints()
          

Supported API: false
 AbstractNodeNodeView ClassificationNodeDefaultView.toAbstractNodeNodeView()
          

Supported API: false
 AbstractNavigationView ClassificationNavStructDefaultView.toNavStructListView()
          

Supported API: false
abstract  String AbstractQueryTargetView.getTargetClassName()
          

Supported API: false
 void AbstractQueryFormView.addQueryFormElement(AbstractQueryFormElementView queryFormElement)
          

Supported API: false
 void AbstractQueryFormView.deleteQueryFormElement(AbstractQueryFormElementView queryFormElement)
          

Supported API: false
 void AbstractQueryFormView.updateQueryFormElement(AbstractQueryFormElementView queryFormElement)
          

Supported API: false
 AbstractQueryFormElementView[] AbstractQueryFormView.getQueryFormElements()
          

Supported API: false
 AbstractQueryFormElementView[] AbstractQueryFormView.getDeletedQueryFormElements()
          

Supported API: false
 AbstractQueryFormElementView[] AbstractQueryFormView.getChangedQueryFormElements()
          

Supported API: false
 AbstractQueryFormElementView[] AbstractQueryFormView.getNewQueryFormElements()
          

Supported API: false
 void AbstractNodeDefaultView.addNodeQueryForm(NodeQueryFormDefaultView nodeQueryForm)
          

Supported API: false
 void AbstractNodeDefaultView.deleteNodeQueryForm(NodeQueryFormDefaultView nodeQueryForm)
          

Supported API: false
 void AbstractNodeDefaultView.updateNodeQueryForm(NodeQueryFormDefaultView nodeQueryForm)
          

Supported API: false
 AbstractQueryFormView AbstractNodeDefaultView.getQueryForm(AbstractQueryTargetView target)
          

Supported API: false
 NodeQueryFormDefaultView AbstractNodeDefaultView.getNodeQueryForm(AbstractQueryTargetView target)
          

Supported API: false
abstract  AbstractNodeNodeView AbstractNodeDefaultView.toAbstractNodeNodeView()
          

Supported API: false
 NodeQueryFormDefaultView[] AbstractNodeDefaultView.getDeletedNodeQueryForms()
          

Supported API: false
 NodeQueryFormDefaultView[] AbstractNodeDefaultView.getNewNodeQueryForms()
          

Supported API: false
 NodeQueryFormDefaultView[] AbstractNodeDefaultView.getChangedNodeQueryForms()
          

Supported API: false
private  void AbstractNodeDefaultView.deleteQF(NodeQueryFormDefaultView nodeQueryForm)
           
 void AbstractNavStructView.addIndirectQueryTarget(IndirectQueryTargetDefaultView indirectQueryTarget)
          

Supported API: false
 void AbstractNavStructView.deleteIndirectQueryTarget(IndirectQueryTargetDefaultView indirectQueryTarget)
          

Supported API: false
 void AbstractNavStructView.updateIndirectQueryTarget(IndirectQueryTargetDefaultView indirectQueryTarget)
          

Supported API: false
 IndirectQueryTargetDefaultView[] AbstractNavStructView.getIndirectQueryTargets()
          

Supported API: false
 IndirectQueryTargetDefaultView[] AbstractNavStructView.getNewIndirectQueryTargets()
          

Supported API: false
 IndirectQueryTargetDefaultView[] AbstractNavStructView.getDeletedIndirectQueryTargets()
          

Supported API: false
 IndirectQueryTargetDefaultView[] AbstractNavStructView.getChangedIndirectQueryTargets()
          

Supported API: false
abstract  AbstractNavigationView AbstractNavStructView.toNavStructListView()
          

Supported API: false
 

Constructors in wt.csm.navigation.litenavigation that throw CSMClassificationNavigationException
RangeQFElementValueDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition, AbstractValueView lowValue, AbstractValueView highValue)
          

Supported API: false
QueryFormElementDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition, boolean visible, boolean enforceDependencies, int displayOrder)
          

Supported API: false
QueryFormElementDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition)
          

Supported API: false
QueryFormElementDefaultView(AttributeDefDefaultView attributeDefinition, boolean visible, boolean enforceDependencies, int displayOrder)
          

Supported API: false
QueryFormElementDefaultView(AttributeDefDefaultView attributeDefinition)
          

Supported API: false
NodeQueryFormDefaultView(int updateCount, ObjectIdentifier objectID, DefaultQueryFormReferenceView defaultQueryForm)
          

Supported API: false
NodeQueryFormDefaultView(DefaultQueryFormReferenceView defaultQueryForm)
          

Supported API: false
NodeQueryFormDefaultView(DefaultQueryFormReferenceView defaultQueryForm, AbstractQueryFormView templateQueryForm)
          

Supported API: false
NavStructListView(String name)
          

Supported API: false
NavStructListView(int updateCount, ObjectIdentifier objectID, String name)
          

Supported API: false
NavStructListView(int updateCount, ObjectIdentifier objectID, String name, boolean showGraphicalTab, boolean showAllAttributes)
          

Supported API: false
LikeQFElementValueDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition, AbstractValueView value, int queryOperator)
          

Supported API: false
IndirectQueryTargetDefaultView(int updateCount, ObjectIdentifier objectID, String label, ReferenceDefView referenceDef)
          

Supported API: false
IndirectQueryTargetDefaultView(String label, ReferenceDefView referenceDef)
          

Supported API: false
IndependentNodeNodeView(String name, ObjectIdentifier parent)
          

Supported API: false
IndependentNodeNodeView(int updateCount, ObjectIdentifier objectID, String name, ObjectIdentifier parent)
          

Supported API: false
IndependentNodeDefaultView(String name, ObjectIdentifier parent)
          

Supported API: false
IndependentNodeDefaultView(int updateCount, ObjectIdentifier objectID, String name, ObjectIdentifier parent)
          

Supported API: false
IndependentNavStructDefaultView(String name, DirectQueryTargetDefaultView directQueryTarget)
          

Supported API: false
IndependentNavStructDefaultView(int updateCount, ObjectIdentifier objectID, String name, DirectQueryTargetDefaultView directQueryTarget)
          

Supported API: false
DiscreteQFElementValueDefaultView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition, Vector value)
          

Supported API: false
DirectQueryTargetDefaultView(int updateCount, ObjectIdentifier objectID, String label, String targetClassName)
          

Supported API: false
DirectQueryTargetDefaultView(String label, String targetClassName)
          

Supported API: false
DefaultQueryFormReferenceView(int updateCount, ObjectIdentifier objectID)
          

Supported API: false
DefaultQueryFormDefaultView(int updateCount, ObjectIdentifier objectID)
          

Supported API: false
ClassificationStructDefaultView(String primaryClassName, ReferenceDefView referenceDef)
          

Supported API: false
ClassificationStructDefaultView(int updateCount, ObjectIdentifier objectID, String primaryClassName, ReferenceDefView referenceDef)
          

Supported API: false
ClassificationNodeNodeView(String name, ObjectIdentifier parent)
          

Supported API: false
ClassificationNodeNodeView(int updateCount, ObjectIdentifier objectID, String name, ObjectIdentifier parent)
          

Supported API: false
ClassificationNodeDefaultView(String name, ObjectIdentifier parent)
          

Supported API: false
ClassificationNodeDefaultView(int updateCount, ObjectIdentifier objectID, String name, ObjectIdentifier parent, String IBAReferenceableDisplayString, String hierarchyID)
          

Supported API: false
ClassificationNodeDefaultView(int updateCount, ObjectIdentifier objectID, String name, ObjectIdentifier parent, String IBAReferenceableDisplayString, String hierarchyID, String counterpartID)
          Added to manage the counterpartID field which is used by the R7 CounterPartService.
ClassificationNavStructDefaultView(String name, DirectQueryTargetDefaultView directQueryTarget, ClassificationStructDefaultView classificationStruct)
          

Supported API: false
ClassificationNavStructDefaultView(int updateCount, ObjectIdentifier objectID, String name, DirectQueryTargetDefaultView directQueryTarget, ClassificationStructDefaultView classificationStruct)
          

Supported API: false
AbstractQueryTargetView(int updateCount, ObjectIdentifier objectID, String label)
          

Supported API: false
AbstractQueryTargetView(String label)
          

Supported API: false
AbstractQueryFormView(int updateCount, ObjectIdentifier objectID)
          

Supported API: false
AbstractQueryFormElementView(int updateCount, ObjectIdentifier objectID, AttributeDefDefaultView attributeDefinition)
          

Supported API: false
AbstractQueryFormElementView(AttributeDefDefaultView attributeDefinition)
          

Supported API: false
AbstractQFElementValueView(int updateCount, ObjectIdentifier objectID)
          

Supported API: false
AbstractNodeView(String name)
          

Supported API: false
AbstractNodeView(int updateCount, ObjectIdentifier objectID, String name)
          

Supported API: false
AbstractNodeNodeView(String name)
          

Supported API: false
AbstractNodeNodeView(int updateCount, ObjectIdentifier objectID, String name)
          

Supported API: false
AbstractNodeDefaultView(String name)
          

Supported API: false
AbstractNodeDefaultView(int updateCount, ObjectIdentifier objectID, String name)
          

Supported API: false
AbstractNavStructView(String name, DirectQueryTargetDefaultView directQueryTarget)
          

Supported API: false
AbstractNavStructView(int updateCount, ObjectIdentifier objectID, String name, DirectQueryTargetDefaultView directQueryTarget)
          

Supported API: false
AbstractNavigationView(int updateCount, ObjectIdentifier objectID, String name)
          

Supported API: false
AbstractNavigationView(String name)
          

Supported API: false
AbstractFormView(int updateCount, ObjectIdentifier objectID)
          

Supported API: false
 

Uses of CSMClassificationNavigationException in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that throw CSMClassificationNavigationException
 NavStructListView[] StandardNavigationService.getAllNavigationStructures()
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void StandardNavigationService.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNodeNodeView[] StandardNavigationService.getNavigationStructureRootNodes(NavStructListView navStruct)
          

Supported API: false
 AbstractNodeNodeView[] StandardNavigationService.getNavigationNodeChildren(AbstractNodeNodeView node)
          

Supported API: false
 AbstractNodeDefaultView StandardNavigationService.getParentNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView StandardNavigationService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView StandardNavigationService.refreshNavigationNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNodeNodeView StandardNavigationService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 IndependentNodeDefaultView StandardNavigationService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNodeNodeView StandardNavigationService.copyNavigationNode(IndependentNodeNodeView sourceNavigationNode, IndependentNodeNodeView targetParentNavigationNode)
          

Supported API: false
 void StandardNavigationService.deleteNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 IndependentNodeNodeView StandardNavigationService.updateNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView StandardNavigationService.updateNavigationNode(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureFromID(String structid)
          

Supported API: false
 AbstractNodeNodeView StandardNavigationService.getNavigationNodeFromID(String nodeid)
          

Supported API: false
 AbstractNodeNodeView[] StandardNavigationService.getParentNodes(AbstractNodeNodeView navigationNode)
          

Supported API: false
 Vector StandardNavigationService.findNavigationNodes(NavStructListView navStrTarget, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
 Vector StandardNavigationService.findNavigationNodes(String structName, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
private  AbstractNavStructView StandardNavigationService.insertIndirectQueryTargetDefaultView(AbstractNavStruct structure)
           
private  AbstractNavStructView StandardNavigationService.insertDirectQueryTargetDefaultView(AbstractNavStructView ansv)
           
private  AbstractNodeDefaultView StandardNavigationService.insertNodeQueryFormDefaultView(AbstractNode node)
           
private  AbstractQueryFormView StandardNavigationService.insertQueryFormElementDefaultView(AbstractQueryFormView liteForm)
           
 ClassificationStructDefaultView[] StandardClassificationService.getAllClassificationStructures()
          

Supported API: false
 ClassificationStructDefaultView StandardClassificationService.getClassificationStructDefaultView(String primaryClassName)
          

Supported API: false
 ClassificationNodeNodeView[] StandardClassificationService.getClassificationStructureRootNodes(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNodeNodeView[] StandardClassificationService.getClassificationNodeChildren(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView StandardClassificationService.updateClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 void StandardClassificationService.deleteClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStructDefaultView StandardClassificationService.refreshClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStructDefaultView StandardClassificationService.createClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 ClassificationNodeNodeView StandardClassificationService.copyClassificationNode(ClassificationNodeNodeView sourceClassificationNode, ClassificationNodeNodeView targetParentClassificationNode)
          

Supported API: false
 void StandardClassificationService.deleteClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView StandardClassificationService.refreshClassificationNodeNodeView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView StandardClassificationService.updateClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView StandardClassificationService.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView[] StandardClassificationService.getClassificationNodeLineage(ClassificationNodeNodeView parentNode, ClassificationNodeNodeView childNode)
          

Supported API: false
 ClassificationNodeNodeView[] StandardClassificationService.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
private  ClassificationNodeDefaultView StandardClassificationService.insertCSMConstraint(ClassificationNode node)
           
 NavStructListView[] NavigationServiceFwd.getAllNavigationStructures()
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationServiceFwd.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNodeNodeView[] NavigationServiceFwd.getNavigationStructureRootNodes(NavStructListView navStruct)
          

Supported API: false
 AbstractNodeNodeView[] NavigationServiceFwd.getNavigationNodeChildren(AbstractNodeNodeView node)
          

Supported API: false
 AbstractNodeDefaultView NavigationServiceFwd.getParentNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView NavigationServiceFwd.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView NavigationServiceFwd.refreshNavigationNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNodeNodeView NavigationServiceFwd.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 IndependentNodeDefaultView NavigationServiceFwd.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNodeNodeView NavigationServiceFwd.copyNavigationNode(IndependentNodeNodeView sourceNavigationNode, IndependentNodeNodeView targetParentNavigationNode)
          

Supported API: false
 void NavigationServiceFwd.deleteNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 IndependentNodeNodeView NavigationServiceFwd.updateNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView NavigationServiceFwd.updateNavigationNode(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureFromID(String structid)
          

Supported API: false
 AbstractNodeNodeView NavigationServiceFwd.getNavigationNodeFromID(String nodeid)
          

Supported API: false
 AbstractNodeNodeView[] NavigationServiceFwd.getParentNodes(AbstractNodeNodeView navigationNode)
          

Supported API: false
 Vector NavigationServiceFwd.findNavigationNodes(NavStructListView navStrTarget, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
 Vector NavigationServiceFwd.findNavigationNodes(String structName, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
 NavStructListView[] NavigationService.getAllNavigationStructures()
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView NavigationService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationService.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNodeNodeView[] NavigationService.getNavigationStructureRootNodes(NavStructListView navStruct)
          

Supported API: false
 AbstractNodeNodeView[] NavigationService.getNavigationNodeChildren(AbstractNodeNodeView node)
          

Supported API: false
 AbstractNodeDefaultView NavigationService.getParentNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView NavigationService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView NavigationService.refreshNavigationNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNodeNodeView NavigationService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 IndependentNodeDefaultView NavigationService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNodeNodeView NavigationService.copyNavigationNode(IndependentNodeNodeView sourceNavigationNode, IndependentNodeNodeView targetParentNavigationNode)
          

Supported API: false
 void NavigationService.deleteNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 IndependentNodeNodeView NavigationService.updateNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 AbstractNodeDefaultView NavigationService.updateNavigationNode(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureFromID(String structid)
          

Supported API: false
 AbstractNodeNodeView NavigationService.getNavigationNodeFromID(String nodeid)
          

Supported API: false
 AbstractNodeNodeView[] NavigationService.getParentNodes(AbstractNodeNodeView navigationNode)
          

Supported API: false
 Vector NavigationService.findNavigationNodes(NavStructListView navStrTarget, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
 Vector NavigationService.findNavigationNodes(String structName, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
static NavStructListView NavigationObjectsFactory.newNavStructListView(AbstractNavStruct classNavStruct)
          

Supported API: false
static NavStructListView NavigationObjectsFactory.newNavStructListView(AbstractNavStructView classNavStructView)
          

Supported API: false
static ClassificationNavStructDefaultView NavigationObjectsFactory.newClassificationNavStructDefaultView(ClassificationNavStruct classNavStruct)
          

Supported API: false
static ClassificationNavStruct NavigationObjectsFactory.newClassificationNavStruct(ClassificationNavStructDefaultView classNavStruct)
          

Supported API: false
static IndependentNavStructDefaultView NavigationObjectsFactory.newIndependentNavStructDefaultView(IndependentNavStruct indepNavStruct)
          

Supported API: false
static IndependentNavStruct NavigationObjectsFactory.newIndependentNavStruct(IndependentNavStructDefaultView indepNavStruct)
          

Supported API: false
static IndependentNodeDefaultView NavigationObjectsFactory.newIndependentNodeDefaultView(IndependentNode indepNode)
          

Supported API: false
static IndependentNodeNodeView NavigationObjectsFactory.newIndependentNodeNodeView(IndependentNode indepNode)
          

Supported API: false
static IndependentNode NavigationObjectsFactory.newIndependentNode(IndependentNodeDefaultView indepNode, IndependentNavStruct indepNavStruct)
          

Supported API: false
static DefaultQueryFormDefaultView NavigationObjectsFactory.newDefaultQueryFormDefaultView(DefaultQueryForm queryForm)
          

Supported API: false
static DefaultQueryForm NavigationObjectsFactory.newDefaultQueryForm(DefaultQueryFormDefaultView queryForm)
          

Supported API: false
static DefaultQueryFormReferenceView NavigationObjectsFactory.newDefaultQueryFormReferenceView(DefaultQueryForm queryForm)
          

Supported API: false
static NodeQueryFormDefaultView NavigationObjectsFactory.newNodeQueryFormDefaultView(NodeQueryForm queryForm)
          

Supported API: false
static NodeQueryForm NavigationObjectsFactory.newNodeQueryForm(NodeQueryFormDefaultView queryForm, AbstractNode node)
          

Supported API: false
static QueryFormElement NavigationObjectsFactory.newQueryFormElement(QueryFormElementDefaultView element, AbstractQueryForm form)
          

Supported API: false
static QueryFormElementDefaultView NavigationObjectsFactory.newQueryFormElementDefaultView(QueryFormElement element)
          

Supported API: false
static DirectQueryTargetDefaultView NavigationObjectsFactory.newDirectQueryTargetDefaultView(DirectQueryTarget target)
          

Supported API: false
static DirectQueryTarget NavigationObjectsFactory.newDirectQueryTarget(DirectQueryTargetDefaultView target)
          

Supported API: false
static IndirectQueryTarget NavigationObjectsFactory.newIndirectQueryTarget(IndirectQueryTargetDefaultView target, AbstractNavStruct navStruct)
          

Supported API: false
static IndirectQueryTargetDefaultView NavigationObjectsFactory.newIndirectQueryTargetDefaultView(IndirectQueryTarget target)
          

Supported API: false
static DiscreteQFElementValueDefaultView NavigationObjectsFactory.newDiscreteQFElementValueDefaultView(DiscreteQFElementValue discreteQFEValue, AbstractAttributeDefinition definition)
          

Supported API: false
static DiscreteQFElementValue NavigationObjectsFactory.newDiscreteQFElementValue(DiscreteQFElementValueDefaultView discreteQFEValue, AttributeDefDefaultView definition)
          

Supported API: false
static RangeQFElementValueDefaultView NavigationObjectsFactory.newRangeQFElementValueDefaultView(RangeQFElementValue rangeQFEValue, AbstractAttributeDefinition definition)
          

Supported API: false
static RangeQFElementValue NavigationObjectsFactory.newRangeQFElementValue(RangeQFElementValueDefaultView rangeQFEValue, AttributeDefDefaultView definition)
          

Supported API: false
static ClassificationNodeDefaultView NavigationObjectsFactory.newClassificationNodeDefaultView(ClassificationNode classificationNode)
          

Supported API: false
static ClassificationNode NavigationObjectsFactory.newClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
static IndependentNode NavigationObjectsFactory.newIndependentNode(IndependentNode indepNode)
          

Supported API: false
static NodeQueryForm NavigationObjectsFactory.newNodeQueryForm(NodeQueryForm queryForm, IndependentNode node)
          

Supported API: false
static QueryFormElement NavigationObjectsFactory.newQueryFormElement(QueryFormElement element, NodeQueryForm form)
          

Supported API: false
static LikeQFElementValueDefaultView NavigationObjectsFactory.newLikeQFElementValueDefaultView(LikeQFElementValue likeQFEValue, AbstractAttributeDefinition definition)
          

Supported API: false
static LikeQFElementValue NavigationObjectsFactory.newLikeQFElementValue(LikeQFElementValueDefaultView likeQFEValue, AttributeDefDefaultView definition)
          

Supported API: false
 AbstractNavStruct[] NavigationDBService.getAllNavigationStructures()
          

Supported API: false
 AbstractNavStruct NavigationDBService.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStruct NavigationDBService.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStruct NavigationDBService.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStruct NavigationDBService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 IndirectQueryTarget[] NavigationDBService.getIndirectQueryTargets(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStruct NavigationDBService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationDBService.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStruct NavigationDBService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNode[] NavigationDBService.getNavigationStructureRootNodes(NavStructListView navStruct)
          

Supported API: false
 AbstractNode[] NavigationDBService.getNavigationNodeChildren(AbstractNodeNodeView node)
          

Supported API: false
 AbstractNode NavigationDBService.getParentNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 NodeQueryForm[] NavigationDBService.getNodeQueryForms(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 QueryFormElement[] NavigationDBService.getQueryFormElements(AbstractQueryFormView queryForm)
          

Supported API: false
 AbstractNode NavigationDBService.refreshNavigationNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 IndependentNode NavigationDBService.copyNavigationNode(IndependentNodeNodeView sourceNavigationNode, IndependentNodeNodeView targetParentNavigationNode)
          

Supported API: false
 IndependentNode NavigationDBService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationDBService.deleteNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 IndependentNode NavigationDBService.updateNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.updateNavigationNode(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStruct NavigationDBService.getNavigationStructureFromID(String structid)
          

Supported API: false
 AbstractNode NavigationDBService.getNavigationNodeFromID(String nodeid)
          

Supported API: false
 AbstractNode[] NavigationDBService.getParentNodes(AbstractNodeNodeView navigationNode)
          

Supported API: false
 Vector NavigationDBService.findNavigationNodes(NavStructListView navStrTarget, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
 Vector NavigationDBService.findNavigationNodes(String structName, String srcForString, String matching, AbstractNodeNodeView navParentNode)
          

Supported API: false
private  AbstractNode[] NavigationDBService.getNavigationStructureRootNodes(AbstractNavStructView navStruct)
           
protected  AbstractNode[] NavigationDBService.getHeavyIndependentNodeChildren(IndependentNode node)
           
private  AbstractNavStructView NavigationDBService.insertIndirectQueryTargetDefaultView(AbstractNavStruct structure)
           
private  AbstractNodeDefaultView NavigationDBService.insertNodeQueryFormDefaultView(AbstractNode node)
           
private  AbstractQueryFormView NavigationDBService.insertQueryFormElementDefaultView(AbstractQueryFormView liteForm)
           
private  void NavigationDBService.persistIndirectQueryTarget(AbstractNavStructView navStruct, AbstractNavStruct heavyNavStruct)
           
private  DirectQueryTarget NavigationDBService.persistDirectQueryTarget(AbstractNavStructView navStruct)
           
private  void NavigationDBService.persistNodeQueryForm(AbstractNode persistedNode, AbstractNodeDefaultView node)
           
private  void NavigationDBService.persistQueryFormElement(AbstractQueryFormView liteForm, AbstractQueryForm form)
           
private  void NavigationDBService.copyNodeQueryForm(IndependentNode newNode, IndependentNode oldNode)
           
protected  void NavigationDBService.recurseCopyNode(IndependentNode parent, AbstractNode[] children)
           
private  void NavigationDBService.deleteNodeQueryForm(AbstractNode node)
           
private  void NavigationDBService.deleteQueryFormElement(AbstractQueryForm form)
           
protected  void NavigationDBService.recurseDeleteNode(AbstractNode[] children)
           
private  void NavigationDBService.deleteDefaultQueryForm(AbstractQueryTarget target)
           
private  void NavigationDBService.deleteIndirectQueryTarget(AbstractNavStructView navStruct)
           
private  void NavigationDBService.deleteDirectQueryTarget(AbstractNavStructView navStruct)
           
 AbstractNode[] NavigationDBService.getHeavyNavigationNodeChildren(AbstractNode node)
           
private  void NavigationDBService.recurseDeleteNavigationNode(AbstractNode[] nodes)
           
private  long NavigationDBService.findClassifiStructIdA3A6BasedOnIdA2A2(long idA2A2)
           
private  AbstractNavStruct NavigationDBService.findNavStructBasedOnName(String navStructureName)
           
 ClassificationStructDefaultView[] ClassificationServiceFwd.getAllClassificationStructures()
          

Supported API: false
 ClassificationStructDefaultView ClassificationServiceFwd.getClassificationStructDefaultView(String primaryClassName)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationServiceFwd.getClassificationStructureRootNodes(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationServiceFwd.getClassificationNodeChildren(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView ClassificationServiceFwd.updateClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 void ClassificationServiceFwd.deleteClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStructDefaultView ClassificationServiceFwd.refreshClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStructDefaultView ClassificationServiceFwd.createClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 ClassificationNodeNodeView ClassificationServiceFwd.copyClassificationNode(ClassificationNodeNodeView sourceClassificationNode, ClassificationNodeNodeView targetParentClassificationNode)
          

Supported API: false
 void ClassificationServiceFwd.deleteClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView ClassificationServiceFwd.refreshClassificationNodeNodeView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView ClassificationServiceFwd.updateClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView ClassificationServiceFwd.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationServiceFwd.getClassificationNodeLineage(ClassificationNodeNodeView parentNode, ClassificationNodeNodeView childNode)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationServiceFwd.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView[] ClassificationService.getAllClassificationStructures()
          

Supported API: false
 ClassificationStructDefaultView ClassificationService.getClassificationStructDefaultView(String primaryClassName)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationService.getClassificationStructureRootNodes(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationService.getClassificationNodeChildren(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView ClassificationService.updateClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 void ClassificationService.deleteClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStructDefaultView ClassificationService.refreshClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStructDefaultView ClassificationService.createClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 ClassificationNodeNodeView ClassificationService.copyClassificationNode(ClassificationNodeNodeView sourceClassificationNode, ClassificationNodeNodeView targetParentClassificationNode)
          

Supported API: false
 void ClassificationService.deleteClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView ClassificationService.refreshClassificationNodeNodeView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView ClassificationService.updateClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView ClassificationService.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationService.getClassificationNodeLineage(ClassificationNodeNodeView parentNode, ClassificationNodeNodeView childNode)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationService.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
static ClassificationStruct ClassificationObjectsFactory.newClassificationStruct(ClassificationStructDefaultView classification)
          

Supported API: false
static ClassificationNodeDefaultView ClassificationObjectsFactory.newClassificationNodeDefaultView(ClassificationNode classificationNode)
          

Supported API: false
static ClassificationNodeNodeView ClassificationObjectsFactory.newClassificationNodeNodeView(ClassificationNode classificationNode)
          

Supported API: false
static ClassificationNode ClassificationObjectsFactory.newClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruct)
          

Supported API: false
static ClassificationNode ClassificationObjectsFactory.newClassificationNode(ClassificationNode classificationNode)
          

Supported API: false
static ClassificationStructDefaultView ClassificationObjectsFactory.newClassificationStructDefaultView(ClassificationStruct classification)
          

Supported API: false
 ClassificationStruct[] ClassificationDBService.getAllClassificationStructures()
          

Supported API: false
 ClassificationStruct ClassificationDBService.getClassificationStructDefaultView(String primaryClassName)
          

Supported API: false
 ClassificationNode[] ClassificationDBService.getClassificationStructureRootNodes(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNode[] ClassificationDBService.getClassificationNodeChildren(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationStruct ClassificationDBService.updateClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 void ClassificationDBService.deleteClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStruct ClassificationDBService.refreshClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationStruct ClassificationDBService.createClassificationStructure(ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNode ClassificationDBService.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 void ClassificationDBService.deleteClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.copyClassificationNode(ClassificationNodeNodeView sourceClassificationNode, ClassificationNodeNodeView targetParentClassificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.refreshClassificationNodeNodeView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNode ClassificationDBService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.updateClassificationNode(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStruct ClassificationDBService.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNode[] ClassificationDBService.getClassificationNodeLineage(ClassificationNodeNodeView parentNode, ClassificationNodeNodeView childNode)
          

Supported API: false
 ClassificationNode[] ClassificationDBService.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
protected  ClassificationNode[] ClassificationDBService.getHeavyClassificationNodeChildren(ClassificationNode node)
           
protected  void ClassificationDBService.recurseDeleteNode(ClassificationNode[] children)
           
protected  void ClassificationDBService.recurseUpdateClassificationNode(ClassificationNode parent, ClassificationNode[] children)
           
protected  void ClassificationDBService.recurseCopyNode(ClassificationNode parent, ClassificationNode[] children)
           
private  void ClassificationDBService.persistCSMConstraints(ClassificationNodeDefaultView node, ClassificationNode heavyNode, boolean recurse)
           
private  void ClassificationDBService.deleteCSMConstraints(ClassificationNode node)
           
private  void ClassificationDBService.copyCSMConstraints(ClassificationNode newNode, ObjectIdentifier oldID)
           
protected  CSMContainerConstraint[] ClassificationDBService.getCSMContainerConstraints(ObjectIdentifier oi)
           
protected  CSMSingleDefConstraint[] ClassificationDBService.getCSMSingleDefConstraints(ObjectIdentifier oi)
           
protected  boolean ClassificationDBService.isInUse(ClassificationStruct struct)
           
protected  boolean ClassificationDBService.isInUse(ClassificationNode node)
           
 

Uses of CSMClassificationNavigationException in wt.csm.ranking.literanking
 

Methods in wt.csm.ranking.literanking that throw CSMClassificationNavigationException
 RankingDataDefaultView[] RankingDataContainer.getRankingData()
          

Supported API: false