API Documentation > Interfaces > Interface WFamilyTableRow
Interface WFamilyTableRow

package com.ptc.wfc.wfcFamily;

public interface
WFamilyTableRow
extends
com.ptc.pfc.pfcFamily.FamilyTableRow


Description
Interface WFamilyTableRow adds more functionality to FamilyTableRow.
Method Summary
Retrieves an instance of a model from disk.
Retrieves the handle to the instance model, if it is in session.
boolean
Checks if the family table instance is a sheetmetal flat state instance or not.
boolean
IsModifiable (boolean ShowUI)
Check if a given instance is modifiable.
Methods Inherited from Interface com.ptc.pfc.pfcFamily.FamilyTableRow :
Method Detail
IsFlatState
boolean
IsFlatState
()
Checks if the family table instance is a sheetmetal flat state instance or not.
Exceptions thrown (but not limited to):
XToolkitBadContext - The instance is not of flat state type, but normal family table instance
Manual References:
Returns:
true if it is a flat state instance and false if not.
IsModifiable
boolean
IsModifiable
(boolean ShowUI)
Check if a given instance is modifiable.
Manual References:
Parameters:
ShowUI
Indicates whether the Conflicts dialog should be shown to user to resolve conflicts (if they are detected); when set to false no UI is enabled and the instance is considered as modifiable if there are no conflicts that could not be overridden or resolved by default resolution actions.
Returns:
true if modifiable and false if not.
GetModelFromSession
GetModelFromSession
()
Retrieves the handle to the instance model, if it is in session.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified instance model is not in session.
Manual References:
Returns:
The model from session.
GetModelFromDisk
GetModelFromDisk
()
Retrieves an instance of a model from disk.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified instance model was not found on disk.
Manual References:
Returns:
The model from disk.
Was this helpful?