|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractValueView in com.ptc.core.HTMLtemplateutil.server.processors |
Methods in com.ptc.core.HTMLtemplateutil.server.processors that return AbstractValueView | |
AbstractValueView[] |
TypeInstanceAttributesService.getAttributeHolder(DefaultAttributeContainer dac)
Deprecated. |
Methods in com.ptc.core.HTMLtemplateutil.server.processors with parameters of type AbstractValueView | |
private static AttributeIdentifier |
EntityTaskDelegate.getAttributeIdentifier(AbstractValueView value,
TypeInstanceIdentifier type_instance_identifier)
Deprecated. |
Uses of AbstractValueView in com.ptc.core.meta.type.admin.server.impl |
Methods in com.ptc.core.meta.type.admin.server.impl that return AbstractValueView | |
private AbstractValueView |
StandardTypeAdminService.convertAttributeValues(AttributeIdentifier ids,
AttributeContainer metaAC,
Hashtable refVals)
|
Uses of AbstractValueView in com.ptc.core.meta.type.runtime.server.impl |
Methods in com.ptc.core.meta.type.runtime.server.impl with parameters of type AbstractValueView | |
private static Object |
TypeInstanceUtilityImplementation.getContent(AbstractValueView value)
|
static State |
TypeInstanceUtilityImplementation.getState(AbstractValueView value)
|
Uses of AbstractValueView in com.ptc.core.rule.server.delegate.init |
Methods in com.ptc.core.rule.server.delegate.init with parameters of type AbstractValueView | |
private static Object |
IBAHelper.getValue(AbstractValueView value)
|
Uses of AbstractValueView in com.ptc.epm.commands.util |
Methods in com.ptc.epm.commands.util that return AbstractValueView | |
protected static AbstractValueView |
AttributeHelper.createValue(AttributeDefDefaultView attrDef,
Object value)
|
Methods in com.ptc.epm.commands.util with parameters of type AbstractValueView | |
static Object |
AttributeHelper.getValue(AbstractValueView attributeValue)
|
static void |
AttributeHelper.setValue(AbstractValueView attributeValue,
Object newValue)
|
Uses of AbstractValueView in com.ptc.windchill.cadx.editattrs |
Methods in com.ptc.windchill.cadx.editattrs that return AbstractValueView | |
private AbstractValueView |
EditAttributesFormTaskDelegate.createAttribute(AttributeDefDefaultView attrDef,
String value)
|
Methods in com.ptc.windchill.cadx.editattrs with parameters of type AbstractValueView | |
private void |
EditAttributesFormTaskDelegate.setValue(AbstractValueView attributeValueView,
Object newValue)
|
private void |
EditAttributesFormTaskDelegate.setRatioValues(AbstractValueView attributeValueView,
Object numeratorValue,
Object denominatorValue)
|
private void |
EditAttributesFormTaskDelegate.setTimestampValues(AbstractValueView attributeValueView,
Object timestampValue)
|
private void |
EditAttributesFormTaskDelegate.setURLValues(AbstractValueView attributeValueView,
Object linkValue,
Object labelValue)
|
static Double |
EditAttributesFormTaskDelegate.getDefaultUnitValue(AbstractValueView attributeValueView,
Double displayValue)
|
Uses of AbstractValueView in com.ptc.windchill.counterpart.metadata.attribute |
Methods in com.ptc.windchill.counterpart.metadata.attribute that return AbstractValueView | |
AbstractValueView[] |
cReferenceIBADefinition.createValues(nitidus.sil.be.clf.iOverridablePropertyMetadata opm)
|
AbstractValueView[] |
cBasicIBADefinition.createValues(nitidus.sil.be.clf.iOverridablePropertyMetadata opm)
creates the array of AbstractValueView objects |
protected AbstractValueView |
cBasicIBADefinition.createValueView(String strval)
|
Uses of AbstractValueView in com.ptc.windchill.uwgm.cadx.multieditattr |
Methods in com.ptc.windchill.uwgm.cadx.multieditattr that return AbstractValueView | |
private AbstractValueView |
MultiEditAttrFormTaskDelegate.createAttribute(AttributeDefDefaultView attrDef,
String value)
|
Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type AbstractValueView | |
private void |
MultiEditAttrFormTaskDelegate.setValue(AbstractValueView attributeValueView,
Object newValue)
|
private void |
MultiEditAttrFormTaskDelegate.setRatioValues(AbstractValueView attributeValueView,
Object numeratorValue,
Object denominatorValue)
|
private void |
MultiEditAttrFormTaskDelegate.setTimestampValues(AbstractValueView attributeValueView,
Object timestampValue)
|
private void |
MultiEditAttrFormTaskDelegate.setURLValues(AbstractValueView attributeValueView,
Object linkValue,
Object labelValue)
|
static Double |
MultiEditAttrFormTaskDelegate.getDefaultUnitValue(AbstractValueView attributeValueView,
Double displayValue)
|
int |
MultiEditAttrFormTaskDelegate.updateAttributes(DefaultAttributeContainer dac,
String wcAttrName,
String selectedAttrValue,
Locale locale,
AbstractValueView[] avv)
|
Uses of AbstractValueView in com.ptc.windchill.uwgm.common.attributes |
Methods in com.ptc.windchill.uwgm.common.attributes with parameters of type AbstractValueView | |
void |
IBAHelper.setAttributeValue(AbstractValueView avv,
String value)
|
Uses of AbstractValueView in com.ptc.windchill.uwgm.proesrv.attribute |
Methods in com.ptc.windchill.uwgm.proesrv.attribute with parameters of type AbstractValueView | |
private static String[] |
AttributeHelper.getParamInfo(AbstractValueView aVal,
boolean isJ03)
|
Uses of AbstractValueView in com.ptc.windchill.uwgm.proesrv.util |
Methods in com.ptc.windchill.uwgm.proesrv.util with parameters of type AbstractValueView | |
private static Hashtable |
NeutralDataHelper.createConversionMap(AbstractValueView[] attrValues)
|
private static HashMap |
NeutralDataHelper.getExistingAttributes(AbstractValueView[] attrValues)
|
Uses of AbstractValueView in wt.clients.csm.classification |
Methods in wt.clients.csm.classification that return AbstractValueView | |
AbstractValueView[] |
InlineClassificationNodeValueEditorWidget.getNewValues()
|
Uses of AbstractValueView in wt.clients.csm.navigation |
Methods in wt.clients.csm.navigation that return AbstractValueView | |
private AbstractValueView |
RangeQFDetailsDialog.getSortedValue(Vector values,
boolean order)
|
Methods in wt.clients.csm.navigation with parameters of type AbstractValueView | |
void |
InlineDiscreteValueEditorWrapper.valueShown(AttributeDefDefaultView definition,
AbstractValueView obj)
Callback function. |
void |
DiscreteQFDetailsDialog.valueShown(AttributeDefDefaultView def,
AbstractValueView view)
|
Uses of AbstractValueView in wt.clients.csm.ranking |
Methods in wt.clients.csm.ranking that return AbstractValueView | |
AbstractValueView |
InlineRankingValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineRankingValueEditorWidget.getNewValues()
Get the new values. |
Methods in wt.clients.csm.ranking with parameters of type AbstractValueView | |
void |
InlineRankingValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
Uses of AbstractValueView in wt.clients.csm.widgets |
Fields in wt.clients.csm.widgets declared as AbstractValueView | |
private AbstractValueView |
EnhancedDiscreteQFValue.value
|
Methods in wt.clients.csm.widgets that return AbstractValueView | |
AbstractValueView |
EnhancedDiscreteQFValue.getValue()
|
Constructors in wt.clients.csm.widgets with parameters of type AbstractValueView | |
EnhancedDiscreteQFValue(AbstractValueView value,
boolean not)
|
Uses of AbstractValueView in wt.clients.iba.container |
Methods in wt.clients.iba.container that return AbstractValueView | |
AbstractValueView |
InlineValueEditorWrapper.getValue()
Get the current display AbstractValueView. |
Methods in wt.clients.iba.container with parameters of type AbstractValueView | |
void |
ValueEditorListenerInterface.valueShown(AttributeDefDefaultView definition,
AbstractValueView obj)
Callback function. |
void |
ValueDetailsMainPanel.valueShown(AttributeDefDefaultView definition,
AbstractValueView obj)
|
private int |
ValueDetailsDependencyPanel.findInsertPosition(AbstractValueView obj)
This method checks where to insert the next object makes use of the compare to method in AbstractValueView |
void |
ValueDetailsDependencyPanel.add(AbstractValueView value)
This method adds a new row to the table |
int |
MainPanelSelectorModel.findInsertPosition(AbstractValueView obj)
|
int |
InlineValueEditorWrapper.addValue(AbstractValueView obj)
Set the AbstractValueView to this wrapper. |
void |
InlineValueEditorWrapper.displayValue(AbstractValueView obj)
Display the value. |
void |
InlineValueEditorWrapper.addAndDisplayValue(AbstractValueView obj)
Add and display the AbstractValueView object. |
private int |
InlineValueEditorWrapper.findInsertPosition(AbstractValueView obj)
Find the insert position of this object to the vector. |
void |
InlineValueEditorWrapper.valueShown(AttributeDefDefaultView definition,
AbstractValueView obj)
Callback function. |
void |
IBAContainerEditorPanel.valueShown(AttributeDefDefaultView definition,
AbstractValueView obj)
|
Uses of AbstractValueView in wt.clients.iba.widgets |
Methods in wt.clients.iba.widgets that return AbstractValueView | |
AbstractValueView |
InlineValueEditorWidgetInterface.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineValueEditorWidgetInterface.getNewValues()
Get the new values. |
AbstractValueView |
InlineURLValueEditorWidget.getShownValue()
|
AbstractValueView[] |
InlineURLValueEditorWidget.getNewValues()
|
AbstractValueView |
InlineUnitValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineUnitValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineTimestampValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineTimestampValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineStringValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineStringValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineReferenceValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineReferenceValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineRatioValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineRatioValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineIntegerValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineIntegerValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineFloatValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineFloatValueEditorWidget.getNewValues()
Get the new values. |
abstract AbstractValueView |
InlineDefaultValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
abstract AbstractValueView[] |
InlineDefaultValueEditorWidget.getNewValues()
Get the new values. |
AbstractValueView |
InlineBooleanValueEditorWidget.getShownValue()
Get the currently shown value from the widget. |
AbstractValueView[] |
InlineBooleanValueEditorWidget.getNewValues()
Get the new values. |
Methods in wt.clients.iba.widgets with parameters of type AbstractValueView | |
void |
InlineValueEditorWidgetInterface.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineURLValueEditorWidget.setShownValue(AbstractValueView obj)
|
void |
InlineUnitValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineTimestampValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineStringValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineReferenceValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineRatioValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineIntegerValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineFloatValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
abstract void |
InlineDefaultValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
void |
InlineBooleanValueEditorWidget.setShownValue(AbstractValueView obj)
Set the AbstractValueView to be displayed in the widget. |
Uses of AbstractValueView in wt.csm |
Methods in wt.csm that return AbstractValueView | |
static AbstractValueView |
ReclassifyTool.attributeAlreadyExist(DefaultAttributeContainer defaultattributecontainer,
AbstractValueView abstractvalueview)
check if an Attribute is already into the DefaultAttributeContainer |
static AbstractValueView |
ReclassifyTool.attributeAlreadyExist(AbstractValueView[] abstractValuesView,
AbstractValueView abstractvalueview)
check if an Attribute is already into an AbstractValueView set |
static AbstractValueView |
ReclassifyTool.copyAttributeValue(AbstractValueView newAbstractValueView,
AbstractValueView oldAbstractValueView)
Copy Attribute values from two Attributes |
static AbstractValueView |
ReclassifyTool.initializeAttributeValue(AbstractValueView abstractValueView)
initialize the value on a given IBA |
Methods in wt.csm with parameters of type AbstractValueView | |
static AbstractValueView |
ReclassifyTool.attributeAlreadyExist(DefaultAttributeContainer defaultattributecontainer,
AbstractValueView abstractvalueview)
check if an Attribute is already into the DefaultAttributeContainer |
static AbstractValueView |
ReclassifyTool.attributeAlreadyExist(AbstractValueView[] abstractValuesView,
AbstractValueView abstractvalueview)
check if an Attribute is already into an AbstractValueView set |
static AbstractValueView |
ReclassifyTool.copyAttributeValue(AbstractValueView newAbstractValueView,
AbstractValueView oldAbstractValueView)
Copy Attribute values from two Attributes |
static AbstractValueView |
ReclassifyTool.initializeAttributeValue(AbstractValueView abstractValueView)
initialize the value on a given IBA |
Uses of AbstractValueView in wt.csm.constraint |
Methods in wt.csm.constraint with parameters of type AbstractValueView | |
boolean |
Rank.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
Rank.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
Rank.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
Rank.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected boolean |
CSMSingleDefConstraint.appliesTo(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CSMSingleDefConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CSMSingleDefConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CSMSingleDefConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected boolean |
CSMContainerConstraint.appliesTo(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CSMContainerConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CSMContainerConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CSMContainerConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
Uses of AbstractValueView in wt.csm.constraint.liteconstraint |
Methods in wt.csm.constraint.liteconstraint with parameters of type AbstractValueView | |
boolean |
AbstractCSMAttributeConstraintView.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
AbstractCSMAttributeConstraintView.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
AbstractCSMAttributeConstraintView.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected boolean |
AbstractCSMAttributeConstraintView.appliesTo(AttributeContainer attrContainer,
AbstractValueView absValueView)
asdfads Supported API: false |
Uses of AbstractValueView in wt.csm.html.query |
Methods in wt.csm.html.query with parameters of type AbstractValueView | |
private AbstractQFElementValueView |
FuncEqSearchTaskDelegate.getCriteriaQFElement(AbstractValueView value,
String range,
String criteria)
|
private AbstractQFElementValueView |
FuncEqSearchTaskDelegate.getTimestampCriteriaQFElement(AbstractValueView value,
String range,
String criteria)
|
private AbstractQFElementValueView |
FuncEqSearchTaskDelegate.getUnitCriteriaQFElement(AbstractValueView value,
String range,
String criteria)
|
private void |
CSMFuncEqFormProcessor.generateIBAAttributeRow(PrintWriter out,
AttributeDefDefaultView addv,
AbstractValueView[] avv,
String changeUnit)
|
Uses of AbstractValueView in wt.csm.navigation |
Methods in wt.csm.navigation that return AbstractValueView | |
static AbstractValueView |
NavigationLoader.internalCreateValue(AbstractAttributeDefinizerView def,
String value1,
String value2)
|
Methods in wt.csm.navigation with parameters of type AbstractValueView | |
private static LiteIBAReferenceable |
NavigationLoader.getValues(AbstractValueView avv)
|
Uses of AbstractValueView in wt.csm.navigation.litenavigation |
Fields in wt.csm.navigation.litenavigation declared as AbstractValueView | |
private AbstractValueView |
RangeQFElementValueDefaultView.lowValue
|
private AbstractValueView |
RangeQFElementValueDefaultView.highValue
|
private AbstractValueView |
LikeQFElementValueDefaultView.value
|
Methods in wt.csm.navigation.litenavigation that return AbstractValueView | |
AbstractValueView |
RangeQFElementValueDefaultView.getLowValue()
Gets the value of the attribute: lowValue. |
AbstractValueView |
RangeQFElementValueDefaultView.getHighValue()
Gets the value of the attribute: highValue. |
AbstractValueView |
LikeQFElementValueDefaultView.getValue()
Gets the value of the attribute: value. |
Methods in wt.csm.navigation.litenavigation with parameters of type AbstractValueView | |
void |
RangeQFElementValueDefaultView.setLowValue(AbstractValueView a_LowValue)
Sets the value of the attribute: lowValue. |
void |
RangeQFElementValueDefaultView.setHighValue(AbstractValueView a_HighValue)
Sets the value of the attribute: highValue. |
void |
LikeQFElementValueDefaultView.setValue(AbstractValueView a_Value)
Sets the value of the attribute: value. |
(package private) Object |
AbstractQFElementValueView.getQueryObjectFromValue(AbstractValueView val)
|
Constructors in wt.csm.navigation.litenavigation with parameters of type AbstractValueView | |
RangeQFElementValueDefaultView(int updateCount,
ObjectIdentifier objectID,
AttributeDefDefaultView attributeDefinition,
AbstractValueView lowValue,
AbstractValueView highValue)
Supported API: false |
|
LikeQFElementValueDefaultView(int updateCount,
ObjectIdentifier objectID,
AttributeDefDefaultView attributeDefinition,
AbstractValueView value,
int queryOperator)
Supported API: false |
Uses of AbstractValueView in wt.csm.navigation.service |
Methods in wt.csm.navigation.service with parameters of type AbstractValueView | |
private static void |
NavigationObjectsFactory.setDefinition(AbstractValueView value,
AttributeDefDefaultView attributeDef)
|
private void |
ClassificationDBService.recurseCopyAttributesToChildren(ClassificationNode[] children,
Vector nodeV,
AbstractValueView[] newValues,
AbstractValueView[] deletedValues,
AbstractCSMAttributeConstraintView[] newConstraints)
|
Uses of AbstractValueView in wt.csm.ranking.service |
Methods in wt.csm.ranking.service with parameters of type AbstractValueView | |
static int |
RankingDBService.findRankingData(IBAHolder holder,
RankingDataDefaultView liteRankData,
AbstractValueView[] ravv)
|
Uses of AbstractValueView in wt.epm |
Methods in wt.epm with parameters of type AbstractValueView | |
protected void |
ContentTransactionListener.add(EPMDocument doc,
AbstractValueView[] attributes)
Adds the given document with an empty list of contents if the document does not already exist in the modified cache. |
Uses of AbstractValueView in wt.epm.attributes |
Methods in wt.epm.attributes that return AbstractValueView | |
AbstractValueView |
EPMDefaultAttributeDelegate.convertToIBAValue(IBAHolder ibaHolder,
EPMNDAttribute inputParam,
AttributeDefDefaultView attrDefView)
Given the EPMNDAttribute from CAD Application, return the IBA Value for same. |
static AbstractValueView |
EPMAttributeHelper.createValue(AttributeDefDefaultView attrDef,
Object value)
Constructs IBA litevalue for the passed IBA definition and the value object. |
AbstractValueView |
EPMAttributeDelegateWithWarnings.convertToIBAValue(IBAHolder ibaHolder,
EPMNDAttribute inputParam,
AttributeDefDefaultView attrDefView)
Given the EPMNDAttribute from CAD Application, return the IBA Value for same. |
AbstractValueView |
EPMAttributeDelegate.convertToIBAValue(IBAHolder ibaHolder,
EPMNDAttribute inputParam,
AttributeDefDefaultView attrDefView)
Given the EPMNDAttribute from CAD Application, return the IBA Value for same. |
Methods in wt.epm.attributes with parameters of type AbstractValueView | |
boolean |
EPMIBAVetoConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
EPMIBAVetoConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
EPMIBAVetoConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
EPMIBAVetoConstraint.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected boolean |
EPMIBAContainerConstraint.appliesTo(AttributeContainer attrContainer,
AbstractValueView absValueView)
asdfads Supported API: false |
boolean |
EPMIBAContainerConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
EPMIBAContainerConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
EPMIBAContainerConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
EPMNDAttribute |
EPMDefaultAttributeDelegate.convertToNDValue(IBAHolder ibaHolder,
AbstractValueView ibaValue,
String cadParameterName)
Given the IBA value in Windchill, return EPMNDAttribute representation of same. |
EPMNDAttribute |
EPMAttributeDelegate.convertToNDValue(IBAHolder ibaHolder,
AbstractValueView ibaValue,
String cadParameterName)
Given the IBA value in Windchill, return EPMNDAttribute representation of same. |
Uses of AbstractValueView in wt.epm.delegate |
Fields in wt.epm.delegate declared as AbstractValueView | |
AbstractValueView[] |
StaleDocumentInfo.modifiedIBAs
|
Constructors in wt.epm.delegate with parameters of type AbstractValueView | |
StaleDocumentInfo(EPMDocument doc,
WTCollection modifiedContents,
AbstractValueView[] modifiedAttributes)
|
Uses of AbstractValueView in wt.epm.ndi.impl |
Fields in wt.epm.ndi.impl declared as AbstractValueView | |
private AbstractValueView |
EPMNDFTValueAttributeImpl.value
|
private AbstractValueView |
EPMNDAttributeImpl.value
|
Methods in wt.epm.ndi.impl with parameters of type AbstractValueView | |
static Object |
NDIAttributeHelper.getValue(AbstractValueView attributeValue)
|
static double |
NDIAttributeHelper.getPrecision(AbstractValueView value)
|
Constructors in wt.epm.ndi.impl with parameters of type AbstractValueView | |
EPMNDAttributeImpl(AttributeDefDefaultView definition,
AbstractValueView value)
|
|
EPMNDAttributeImpl(AttributeDefDefaultView definition,
AbstractValueView value,
String paramName)
|
Uses of AbstractValueView in wt.epm.upload |
Methods in wt.epm.upload with parameters of type AbstractValueView | |
(package private) static HashMap |
EPMAttributeHelper.getExistingAttributes(AbstractValueView[] attrValues)
|
private static void |
EPMAttributeHelper.deleteValues(IBAHolder holder,
AbstractValueView attrValue)
|
private static void |
EPMAttributeHelper.addValue(IBAHolder holder,
AbstractValueView valueObject)
|
private static boolean |
EPMAttributeHelper.setValue(AbstractValueView attributeValue,
Object newValue)
|
static boolean |
EPMAttributeHelper.equals(AbstractValueView existingAttributeValue,
Object newValue)
|
static Object |
EPMAttributeHelper.getValue(AbstractValueView attributeValue)
|
Uses of AbstractValueView in wt.export |
Methods in wt.export with parameters of type AbstractValueView | |
private static boolean |
NavigationExport.setElementValue(String elementType,
String definition,
String valueType,
AbstractValueView avv)
|
private static String |
NavigationExport.getValue(AbstractValueView avv)
|
private String |
IBAValueExport.getValues(AbstractValueView avv)
|
Uses of AbstractValueView in wt.iba.constraint |
Fields in wt.iba.constraint declared as AbstractValueView | |
private AbstractValueView |
IBAConstraintException.value
|
Methods in wt.iba.constraint that return AbstractValueView | |
AbstractValueView |
IBAConstraintException.getValue()
Gets the value of the attribute: value; AttributeValueView that violates constraint. |
Methods in wt.iba.constraint with parameters of type AbstractValueView | |
boolean |
ValueRequired.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueRequired.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueRequired.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueRequired.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
ValueRequired.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView,
int validValue)
|
boolean |
ValueMutabilityConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueMutabilityConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueMutabilityConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueMutabilityConstraint.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected void |
ValueMutabilityConstraint.dumpState(String method,
AbstractValueView abstValueView)
|
boolean |
ValueContentConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueContentConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueContentConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueContentConstraint.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected void |
ValueContentConstraint.dumpState(String method,
AbstractValueView abstValueView)
|
boolean |
ValueConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueCardinalityConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueCardinalityConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueCardinalityConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ValueCardinalityConstraint.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected void |
ValueCardinalityConstraint.dumpState(String method,
AbstractValueView abstValueView)
|
boolean |
UnitIntegerContentDiscreteSet.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitIntegerContentDiscreteSet.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitIntegerContentDiscreteSet.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitIntegerContentDiscreteSet.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
UnitIntegerContentDiscreteSet.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
determines if the Float value is part of the constraint set. |
boolean |
UnitFloatContentDiscreteSet.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitFloatContentDiscreteSet.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitFloatContentDiscreteSet.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitFloatContentDiscreteSet.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
UnitFloatContentDiscreteSet.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
determines if the Float value is part of the constraint set. |
boolean |
UnitContentRange.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitContentRange.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitContentRange.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
UnitContentRange.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
UnitContentRange.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
|
boolean |
StringContentDiscreteSet.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
StringContentDiscreteSet.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
StringContentDiscreteSet.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
StringContentDiscreteSet.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
StringContentDiscreteSet.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
|
boolean |
SingleValued.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
SingleValued.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
SingleValued.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
SingleValued.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
SingleValued.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView,
int validValue)
|
protected boolean |
SingleDefinitionConstraint.appliesTo(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
SingleDefinitionConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
SingleDefinitionConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
SingleDefinitionConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentRange.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentRange.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentRange.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentRange.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
IntegerContentRange.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
|
boolean |
IntegerContentDiscreteSet.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentDiscreteSet.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentDiscreteSet.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
IntegerContentDiscreteSet.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
IntegerContentDiscreteSet.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
determines if the Float value is part of the constraint set. |
boolean |
Immutable.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
Immutable.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
Immutable.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
Immutable.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
void |
IBAConstraintException.setValue(AbstractValueView a_Value)
Sets the value of the attribute: value; AttributeValueView that violates constraint. |
boolean |
FloatContentRange.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
FloatContentRange.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
FloatContentRange.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
FloatContentRange.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
FloatContentRange.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
|
boolean |
FloatContentDiscreteSet.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
FloatContentDiscreteSet.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
FloatContentDiscreteSet.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
FloatContentDiscreteSet.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
private boolean |
FloatContentDiscreteSet.checkValue(AttributeContainer attrContainer,
AbstractValueView abstValueView)
determines if the Float value is part of the constraint set. |
boolean |
ContainerValidator.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ContainerValidator.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ContainerValidator.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
protected boolean |
ContainerConstraint.appliesTo(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ContainerConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ContainerConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ContainerConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ConstraintGroup.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ConstraintGroup.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
ConstraintGroup.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
CheckValue.isValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
AttributeConstraint.isAddValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
AttributeConstraint.isUpdateValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
boolean |
AttributeConstraint.isDeleteValueValid(AttributeContainer attrContainer,
AbstractValueView abstValueView)
Supported API: false |
Uses of AbstractValueView in wt.iba.value |
Fields in wt.iba.value declared as AbstractValueView | |
private AbstractValueView[] |
IBAValueUtility.avv
|
Methods in wt.iba.value that return AbstractValueView | |
static AbstractValueView[] |
DefaultAttributeContainerHelper.getUnclonedAttributeValues(DefaultAttributeContainer defaultAttributeContainer)
Returns uncloned values, excluding values of DELETED_STATE. |
static AbstractValueView[] |
DefaultAttributeContainerHelper.getUnclonedAttributeValuesByState(DefaultAttributeContainer defaultAttributeContainer,
int state)
Returns uncloned values, by state. |
static AbstractValueView[] |
DefaultAttributeContainerHelper.getUnclonedAttributeValuesByDefinition(DefaultAttributeContainer defaultAttributeContainer,
AttributeDefDefaultView attributeDefinition)
Returns uncloned values belongs to attributeDefinition.. |
AbstractValueView[] |
DefaultAttributeContainer.getAttributeValues()
Returns a cloned array of values (not including the values of DELETED state) associate with this container. |
AbstractValueView[] |
DefaultAttributeContainer.getAttributeValues(AttributeDefDefaultView attributeDefinition)
Returns a cloned array of values associate with this container. |
AbstractValueView[] |
DefaultAttributeContainer.getChangedAttributeValues()
Returns a cloned array of values associate with this container of state CHANGED. |
AbstractValueView[] |
DefaultAttributeContainer.getDeletedAttributeValues()
Returns a cloned array of values associate with this container of state DELETED. |
AbstractValueView[] |
DefaultAttributeContainer.getDirtyAttributeValues()
Returns a cloned array of values associate with this container of state NEW, CHANGED, and DELETED. |
AbstractValueView[] |
DefaultAttributeContainer.getNewAttributeValues()
Returns a cloned array of values associate with this container of state NEW. |
protected AbstractValueView |
DefaultAttributeContainer.cloneValueView(AbstractValueView value)
|
protected AbstractValueView[] |
DefaultAttributeContainer.getUnclonedAttributeValues(AttributeDefDefaultView attributeDefinition)
|
protected AbstractValueView[] |
DefaultAttributeContainer.getUnclonedAttributeValues(int state)
|
Methods in wt.iba.value with parameters of type AbstractValueView | |
static String |
IBAValueUtility.getLocalizedIBAValueDisplayString(AbstractValueView abstractValueView,
Locale locale)
This method will retrieve the localized string value for the specified AbstractValueView and Locale. |
private Object |
IBAValueComparison.getValue(AbstractValueView avv)
|
private String |
IBAValueComparison.getAttributeValue(AbstractValueView avv)
|
void |
DefaultAttributeContainer.addAttributeValue(AbstractValueView value)
If value exists, throws IBAConstraintException. |
void |
DefaultAttributeContainer.deleteAttributeValue(AbstractValueView value)
If value does not exist, throws IBACosntraintsExceptin otherwise, deletes the value. |
boolean |
DefaultAttributeContainer.isAddValid(AbstractValueView value)
Supported API: false |
boolean |
DefaultAttributeContainer.isUpdateValid(AbstractValueView value)
Supported API: false |
boolean |
DefaultAttributeContainer.isDeleteValid(AbstractValueView value)
Supported API: false |
void |
DefaultAttributeContainer.updateAttributeValue(AbstractValueView value)
if value.state == UINITIALIZED_STATE or value.state == NEW_STATE update the value; if value.state == UNCHANGED_STATE or value.state == DELETED_STATE set value.state == CHANGED_STATE; update the value; Supported API: false |
protected AttributeDefDefaultView |
DefaultAttributeContainer.getAttrDefinition(AbstractValueView value)
|
protected AbstractValueView |
DefaultAttributeContainer.cloneValueView(AbstractValueView value)
|
protected boolean |
DefaultAttributeContainer.valueExists(AbstractValueView a_value)
|
protected void |
DefaultAttributeContainer.replaceValue(AbstractValueView a_value)
|
protected void |
DefaultAttributeContainer.copyValue(AbstractValueView from,
AbstractValueView to)
|
void |
DefaultAttributeContainer.purgeValue(AbstractValueView a_value)
|
Uses of AbstractValueView in wt.iba.value.litevalue |
Subclasses of AbstractValueView in wt.iba.value.litevalue | |
class |
AbstractContextualValueDefaultView
Supported API: false Extendable: false |
class |
BooleanValueDefaultView
Lightweight version of BooleanValue class Supported API: false Extendable: false |
class |
FloatValueDefaultView
Lightweight version of StringValue class Supported API: false Extendable: false |
class |
IntegerValueDefaultView
Lightweight version of IntegerValue class Supported API: false Extendable: false |
class |
RatioValueDefaultView
Lightweight version of RatioValue class Supported API: false Extendable: false |
class |
ReferenceValueDefaultView
Lightweight version of ReferenceValue class Supported API: false Extendable: false |
class |
StringValueDefaultView
Lightweight version of StringValue class Supported API: false Extendable: false |
class |
TimestampValueDefaultView
Lightweight version of TimestampValue class Supported API: false Extendable: false |
class |
UnitValueDefaultView
Lightweight version of UnitValue class Supported API: false Extendable: false |
class |
URLValueDefaultView
Lightweight version of URLValue class Supported API: false Extendable: false |
Methods in wt.iba.value.litevalue with parameters of type AbstractValueView | |
int |
URLValueDefaultView.compareTo(AbstractValueView valueView)
Supported API: false |
int |
UnitValueDefaultView.compareTo(AbstractValueView valueView)
Compare the value. |
int |
TimestampValueDefaultView.compareTo(AbstractValueView valueView)
Compare the value. |
int |
StringValueDefaultView.compareTo(AbstractValueView valueView)
Compare the value. |
int |
ReferenceValueDefaultView.compareTo(AbstractValueView valueView)
Supported API: false |
int |
RatioValueDefaultView.compareTo(AbstractValueView valueView)
Supported API: false |
int |
IntegerValueDefaultView.compareTo(AbstractValueView valueView)
Compare the value. |
int |
FloatValueDefaultView.compareTo(AbstractValueView valueView)
Compare the value. |
int |
BooleanValueDefaultView.compareTo(AbstractValueView valueView)
Compare the value. |
void |
AbstractValueViewMap.putKey(AbstractValueView avv,
Object key)
|
void |
AbstractValueViewMap.putValue(AbstractValueView avv,
Object value)
|
protected boolean |
AbstractValueView.readVersion(AbstractValueView thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
abstract int |
AbstractValueView.compareTo(AbstractValueView valueView)
Supported API: false |
abstract int |
AbstractContextualValueDefaultView.compareTo(AbstractValueView valueView)
Supported API: false |
Uses of AbstractValueView in wt.iba.value.service |
Methods in wt.iba.value.service with parameters of type AbstractValueView | |
private void |
MultiObjIBAValueDBService.addToValueIBAHolderMap(HashMap valueToIBAHolderMap,
AbstractValueView avv,
IBAHolder iba)
|
private String |
MultiObjIBAValueDBService.avvToString(AbstractValueView value)
|
static void |
LoadValue.createOrUpdateAttributeValueInContainer(DefaultAttributeContainer container,
AbstractValueView newAVV)
|
static AbstractValueView |
LoadValue.cloneAbstractValueView(AbstractValueView fromAVV,
AbstractValueView toAVV)
Copies the value from fromAVV to toAVV |
static AbstractValue |
IBAValueObjectsFactory.newAttributeValue(AbstractValueView liteValue,
IBAHolder ibaHolder)
Converts a lite weight attribute definition to its heavy version Supported API: false |
static AbstractValueView |
IBAValueObjectsFactory.newAbstractValueView(AbstractValueView value)
Converts a lite weight attribute definition to its heavy version Supported API: false |
static String |
IBAValueObjectsFactory.newLocalizedValueDisplayString(AbstractValueView liteValue)
Converts a lite weight attribute definition to its heavy version Supported API: false |
private void |
IBAValueDBService.updateAttributeValue(AbstractValue av,
AbstractValueView liteValue,
IBAHolder holder)
|
Uses of AbstractValueView in wt.occurrence |
Methods in wt.occurrence with parameters of type AbstractValueView | |
private static void |
IBAHelper.printIBAValue(AbstractValueView avv)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |