|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewException | |
com.ptc.core.command.server | |
wt.vc.views |
Uses of ViewException in com.ptc.core.command.server |
Methods in com.ptc.core.command.server that throw ViewException | |
static TypeInstanceIdentifier |
ServerCommandUtility.getViewTypeInstanceIdentifier(String viewName)
Given a view name, returns a TypeInstanceIdentifier |
static TypeInstanceIdentifier |
ServerCommandUtility.getViewTypeInstanceIdentifier(Object view)
Given an object identifying a view, returns a TypeInstanceIdentifier |
Uses of ViewException in wt.vc.views |
Methods in wt.vc.views that throw ViewException | |
ViewManageable |
ViewServiceFwd.newBranchForView(ViewManageable version,
String viewName)
Creates a new version from the original version and assigns it to the specified view. |
ViewManageable |
ViewServiceFwd.newBranchForView(ViewManageable version,
View view)
Creates a new version from the original version and assigns it to the specified view. |
ViewManageable |
ViewServiceFwd.newBranchForView(ViewManageable version,
ObjectIdentifier viewId)
Creates a new version from the original version and assigns it to the specified view. |
View |
ViewServiceFwd.getView(String viewName)
Returns the view object for this view name, if it exists. |
View |
ViewServiceFwd.getView(ObjectIdentifier objId)
Returns the view object for this view identifier, if one exists. |
View |
ViewServiceFwd.getParent(View view)
Gets the immediate parent of this view, if one exists. |
View[] |
ViewServiceFwd.getAllParents(View view)
Returns all the parents of the view, if any. |
boolean |
ViewServiceFwd.isParentOf(View view,
View viewToCheck)
Returns true if the viewToCheck is a parent of the view, false otherwise. |
View[] |
ViewServiceFwd.getChildren(View view)
Returns the immediate children of this view. |
View[] |
ViewServiceFwd.getAllChildren(View view)
Returns all the children of this view. |
boolean |
ViewServiceFwd.isChildOf(View view,
View viewToCheck)
Returns true if the viewToCheck is a child of the view, false otherwise. |
boolean |
ViewServiceFwd.isMemberOf(View view,
View viewToCheck)
Returns true if the viewToCheck is contained in the same view association as the view, false otherwise. |
View[] |
ViewServiceFwd.getAllViews()
Return all defined views. |
View[] |
ViewServiceFwd.getAllRootViews()
Return all root views, that is all views with no parent views. |
void |
ViewServiceFwd.insert(View parent,
View child,
View viewToInsert)
Inserts a view between other associated views. |
View[] |
ViewServiceFwd.getEligibleViews(ViewManageable viewManageable)
For a particular version, returns all the valid views the version may be branched into. |
ViewManageable |
ViewService.newBranchForView(ViewManageable version,
String viewName)
Creates a new version from the original version and assigns it to the specified view. |
ViewManageable |
ViewService.newBranchForView(ViewManageable version,
View view)
Creates a new version from the original version and assigns it to the specified view. |
ViewManageable |
ViewService.newBranchForView(ViewManageable version,
ObjectIdentifier viewId)
Creates a new version from the original version and assigns it to the specified view. |
View |
ViewService.getView(String viewName)
Returns the view object for this view name, if it exists. |
View |
ViewService.getView(ObjectIdentifier objId)
Returns the view object for this view identifier, if one exists. |
View |
ViewService.getParent(View view)
Gets the immediate parent of this view, if one exists. |
View[] |
ViewService.getAllParents(View view)
Returns all the parents of the view, if any. |
boolean |
ViewService.isParentOf(View view,
View viewToCheck)
Returns true if the viewToCheck is a parent of the view, false otherwise. |
View[] |
ViewService.getChildren(View view)
Returns the immediate children of this view. |
View[] |
ViewService.getAllChildren(View view)
Returns all the children of this view. |
boolean |
ViewService.isChildOf(View view,
View viewToCheck)
Returns true if the viewToCheck is a child of the view, false otherwise. |
boolean |
ViewService.isMemberOf(View view,
View viewToCheck)
Returns true if the viewToCheck is contained in the same view association as the view, false otherwise. |
View[] |
ViewService.getAllViews()
Return all defined views. |
View[] |
ViewService.getAllRootViews()
Return all root views, that is all views with no parent views. |
void |
ViewService.insert(View parent,
View child,
View viewToInsert)
Inserts a view between other associated views. |
View[] |
ViewService.getEligibleViews(ViewManageable viewManageable)
For a particular version, returns all the valid views the version may be branched into. |
static void |
ViewHelper.assignToView(ViewManageable version,
View view)
Assigns the view to a version. |
ViewManageable |
StandardViewService.newBranchForView(ViewManageable version,
String viewName)
Creates a new version from the original version and assigns it to the specified view. |
ViewManageable |
StandardViewService.newBranchForView(ViewManageable version,
View view)
Creates a new version from the original version and assigns it to the specified view. |
ViewManageable |
StandardViewService.newBranchForView(ViewManageable version,
ObjectIdentifier viewId)
Creates a new version from the original version and assigns it to the specified view. |
View |
StandardViewService.getView(String viewName)
Returns the view object for this view name, if it exists. |
View |
StandardViewService.getView(ObjectIdentifier objId)
Returns the view object for this view identifier, if one exists. |
View |
StandardViewService.getParent(View view)
Gets the immediate parent of this view, if one exists. |
View[] |
StandardViewService.getAllParents(View view)
Returns all the parents of the view, if any. |
boolean |
StandardViewService.isParentOf(View view,
View viewToCheck)
Returns true if the viewToCheck is a parent of the view, false otherwise. |
View[] |
StandardViewService.getChildren(View view)
Returns the immediate children of this view. |
View[] |
StandardViewService.getAllChildren(View view)
Returns all the children of this view. |
boolean |
StandardViewService.isChildOf(View view,
View viewToCheck)
Returns true if the viewToCheck is a child of the view, false otherwise. |
boolean |
StandardViewService.isMemberOf(View view,
View viewToCheck)
Returns true if the viewToCheck is contained in the same view association as the view, false otherwise. |
View[] |
StandardViewService.getAllViews()
Return all defined views. |
View[] |
StandardViewService.getAllRootViews()
Return all root views, that is all views with no parent views. |
void |
StandardViewService.insert(View parent,
View child,
View viewToInsert)
Inserts a view between other associated views. |
View[] |
StandardViewService.getEligibleViews(ViewManageable viewManageable)
For a particular version, returns all the valid views the version may be branched into. |
protected void |
StandardViewService.validateNewViewAssociation(ViewAssociation vA)
Validates that the new association does not cause recursion or a view to have more than one parent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |