|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractLiteObject in com.ptc.core.meta.container.client |
Methods in com.ptc.core.meta.container.client that return AbstractLiteObject | |
protected AbstractLiteObject[] |
AttributeDefTypeIDSelector.getRootNodes()
|
protected AbstractLiteObject[] |
AttributeDefTypeIDSelector.getThisNodeChildren(DefaultLiteTreeNode parent)
|
Methods in com.ptc.core.meta.container.client with parameters of type AbstractLiteObject | |
protected DefaultLiteTreeNode |
AttributeDefTypeIDSelector.createTreeNode(AbstractLiteObject obj,
boolean hasDummyChildren)
|
protected boolean |
AttributeDefTypeIDSelector.checkObjectIsRoot(AbstractLiteObject object)
|
protected boolean |
AttributeDefTypeIDSelector.checkObjectIsParentOf(AbstractLiteObject parent,
AbstractLiteObject node)
|
protected String |
AttributeDefTypeIDSelector.getParentObjectID(AbstractLiteObject node)
|
Constructors in com.ptc.core.meta.container.client with parameters of type AbstractLiteObject | |
AttributeDefTypeIDTreeNode(AbstractLiteObject userObject,
boolean hasDummyChildren)
This constructor will construct a node which contains an AbstractAttributeDefinizerNodeView as the user object. |
Uses of AbstractLiteObject in com.ptc.core.meta.type.admin.client.impl |
Methods in com.ptc.core.meta.type.admin.client.impl that return AbstractLiteObject | |
protected AbstractLiteObject[] |
TypeSelector.getRootNodes()
|
protected AbstractLiteObject[] |
TypeSelector.getThisNodeChildren(DefaultLiteTreeNode parent)
Get the children of a node |
Methods in com.ptc.core.meta.type.admin.client.impl with parameters of type AbstractLiteObject | |
protected DefaultLiteTreeNode |
TypeSelector.createTreeNode(AbstractLiteObject obj,
boolean hasDummyChildren)
|
protected boolean |
TypeSelector.checkObjectIsRoot(AbstractLiteObject object)
|
protected boolean |
TypeSelector.checkObjectIsParentOf(AbstractLiteObject parent,
AbstractLiteObject node)
|
protected String |
TypeSelector.getParentObjectID(AbstractLiteObject node)
|
Constructors in com.ptc.core.meta.type.admin.client.impl with parameters of type AbstractLiteObject | |
TypeTreeNode(AbstractLiteObject userObject,
boolean hasDummyChildren)
This constructor will construct a node which contains an TypeDefinitionNodeView as the user object. |
Uses of AbstractLiteObject in com.ptc.core.meta.type.mgmt.common |
Subclasses of AbstractLiteObject in com.ptc.core.meta.type.mgmt.common | |
class |
LocalizedAttributeDefinitionNodeView
Supported API: false Extendable: false |
class |
TypeDefinitionDefaultView
Supported API: true Extendable: false |
class |
TypeDefinitionNodeView
Supported API: false Extendable: false |
Uses of AbstractLiteObject in wt.clients.csm.classification |
Methods in wt.clients.csm.classification that return AbstractLiteObject | |
protected AbstractLiteObject[] |
ClassificationNodeSelector.getRootNodes()
|
protected AbstractLiteObject[] |
ClassificationNodeSelector.getThisNodeChildren(DefaultLiteTreeNode parent)
|
Methods in wt.clients.csm.classification with parameters of type AbstractLiteObject | |
protected DefaultLiteTreeNode |
ClassificationNodeSelector.createTreeNode(AbstractLiteObject obj,
boolean hasDummyChildren)
|
protected boolean |
ClassificationNodeSelector.checkObjectIsRoot(AbstractLiteObject object)
|
protected boolean |
ClassificationNodeSelector.checkObjectIsParentOf(AbstractLiteObject parent,
AbstractLiteObject node)
|
protected String |
ClassificationNodeSelector.getParentObjectID(AbstractLiteObject node)
|
Constructors in wt.clients.csm.classification with parameters of type AbstractLiteObject | |
ClassificationNodeTreeNode(AbstractLiteObject userObject,
boolean hasDummyChildren)
This constructor will construct a node which contains an AbstractAttributeDefinizerNodeView as the user object. |
Uses of AbstractLiteObject in wt.clients.csm.navigation |
Methods in wt.clients.csm.navigation that return AbstractLiteObject | |
AbstractLiteObject[] |
NavigationNodeSelector.getRootNodes()
protected |
protected AbstractLiteObject[] |
NavigationNodeSelector.getThisNodeChildren(DefaultLiteTreeNode parent)
|
Methods in wt.clients.csm.navigation with parameters of type AbstractLiteObject | |
protected DefaultLiteTreeNode |
NavigationNodeSelector.createTreeNode(AbstractLiteObject obj,
boolean hasDummyChildren)
|
protected boolean |
NavigationNodeSelector.checkObjectIsRoot(AbstractLiteObject object)
|
protected boolean |
NavigationNodeSelector.checkObjectIsParentOf(AbstractLiteObject parent,
AbstractLiteObject node)
|
protected String |
NavigationNodeSelector.getParentObjectID(AbstractLiteObject node)
|
Constructors in wt.clients.csm.navigation with parameters of type AbstractLiteObject | |
NavigationNodeTreeNode(AbstractLiteObject userObject,
boolean hasDummyChildren)
This constructor will construct a node which contains an AbstractAttributeDefinizerNodeView as the user object. |
Uses of AbstractLiteObject in wt.clients.iba.definition |
Methods in wt.clients.iba.definition that return AbstractLiteObject | |
protected AbstractLiteObject[] |
AttributeDefinitionSelector.getRootNodes()
|
protected AbstractLiteObject[] |
AttributeDefinitionSelector.getThisNodeChildren(DefaultLiteTreeNode parent)
|
Methods in wt.clients.iba.definition with parameters of type AbstractLiteObject | |
protected DefaultLiteTreeNode |
AttributeDefinitionSelector.createTreeNode(AbstractLiteObject obj,
boolean hasDummyChildren)
|
protected boolean |
AttributeDefinitionSelector.checkObjectIsRoot(AbstractLiteObject object)
|
protected boolean |
AttributeDefinitionSelector.checkObjectIsParentOf(AbstractLiteObject parent,
AbstractLiteObject node)
|
protected String |
AttributeDefinitionSelector.getParentObjectID(AbstractLiteObject node)
|
Constructors in wt.clients.iba.definition with parameters of type AbstractLiteObject | |
AttributeDefinitionTreeNode(AbstractLiteObject userObject,
boolean hasDummyChildren)
This constructor will construct a node which contains an AbstractAttributeDefinizerNodeView as the user object. |
Uses of AbstractLiteObject in wt.clients.widgets |
Methods in wt.clients.widgets that return AbstractLiteObject | |
protected abstract AbstractLiteObject[] |
DefaultTreeNodeSelector.getRootNodes()
|
protected abstract AbstractLiteObject[] |
DefaultTreeNodeSelector.getThisNodeChildren(DefaultLiteTreeNode parent)
|
AbstractLiteObject |
DefaultLiteTreeNode.getLiteNodeObject()
Return the AbstractAttributeDefinizerNodeView object |
Methods in wt.clients.widgets with parameters of type AbstractLiteObject | |
protected abstract DefaultLiteTreeNode |
DefaultTreeNodeSelector.createTreeNode(AbstractLiteObject obj,
boolean hasDummyChildren)
|
protected abstract boolean |
DefaultTreeNodeSelector.checkObjectIsRoot(AbstractLiteObject object)
|
protected abstract boolean |
DefaultTreeNodeSelector.checkObjectIsParentOf(AbstractLiteObject parent,
AbstractLiteObject node)
|
protected abstract String |
DefaultTreeNodeSelector.getParentObjectID(AbstractLiteObject node)
|
private void |
DefaultTreeNodeSelector.checkChildrenIfExist(DefaultLiteTreeNode parent,
AbstractLiteObject object)
This method will check whether the object exists under the parent node. |
private boolean |
DefaultTreeNodeSelector.checkAllNodes(AbstractLiteObject obj)
|
private DefaultLiteTreeNode |
DefaultTreeNodeSelector.checkAllNodesForParent(AbstractLiteObject obj)
This method will check all the nodes stored inside the hashtable and see if we can find the parent of this object. |
Uses of AbstractLiteObject in wt.csm.businessentity.litebusinessentity |
Subclasses of AbstractLiteObject in wt.csm.businessentity.litebusinessentity | |
class |
BusinessEntityDefaultView
Supported API: false Extendable: false |
Methods in wt.csm.businessentity.litebusinessentity that return AbstractLiteObject | |
AbstractLiteObject |
BusinessEntityDefaultView.getReferencedLiteObject()
Supported API: false |
Uses of AbstractLiteObject in wt.csm.businessentity.service |
Methods in wt.csm.businessentity.service with parameters of type AbstractLiteObject | |
BusinessEntityDefaultView |
StandardBusinessEntityService.getBusinessEntity(AbstractLiteObject object)
Supported API: false |
BusinessEntityDefaultView |
BusinessEntityServiceFwd.getBusinessEntity(AbstractLiteObject object)
Supported API: false |
BusinessEntityDefaultView |
BusinessEntityService.getBusinessEntity(AbstractLiteObject object)
Supported API: false |
BusinessEntity |
BusinessEntityDBService.getBusinessEntity(AbstractLiteObject object)
Supported API: false |
Uses of AbstractLiteObject in wt.csm.constraint.liteconstraint |
Subclasses of AbstractLiteObject in wt.csm.constraint.liteconstraint | |
class |
AbstractCSMAttributeConstraintView
Supported API: false Extendable: false |
class |
CSMContainerConstraintDefaultView
Supported API: false Extendable: false |
class |
CSMSingleDefConstraintDefaultView
Supported API: false Extendable: false |
Uses of AbstractLiteObject in wt.csm.navigation.litenavigation |
Subclasses of AbstractLiteObject in wt.csm.navigation.litenavigation | |
class |
AbstractFormView
Supported API: false Extendable: false |
class |
AbstractNavigationView
Supported API: false Extendable: false |
class |
AbstractNavStructView
Supported API: false Extendable: false |
class |
AbstractNodeDefaultView
Supported API: false Extendable: false |
class |
AbstractNodeNodeView
Supported API: false Extendable: false |
class |
AbstractNodeView
Supported API: false Extendable: false |
class |
AbstractQFElementValueView
Supported API: false Extendable: false |
class |
AbstractQueryFormElementView
Supported API: false Extendable: false |
class |
AbstractQueryFormView
Supported API: false Extendable: false |
class |
AbstractQueryTargetView
Supported API: false Extendable: false |
class |
ClassificationNavStructDefaultView
Supported API: false Extendable: false |
class |
ClassificationNodeDefaultView
Supported API: false Extendable: false |
class |
ClassificationNodeNodeView
Supported API: false Extendable: false |
class |
ClassificationStructDefaultView
Supported API: false Extendable: false |
class |
DefaultQueryFormDefaultView
Supported API: false Extendable: false |
class |
DefaultQueryFormReferenceView
Supported API: false Extendable: false |
class |
DirectQueryTargetDefaultView
Supported API: false Extendable: false |
class |
DiscreteQFElementValueDefaultView
Supported API: false Extendable: false |
class |
IndependentNavStructDefaultView
Supported API: false Extendable: false |
class |
IndependentNodeDefaultView
Supported API: false Extendable: false |
class |
IndependentNodeNodeView
Supported API: false Extendable: false |
class |
IndirectQueryTargetDefaultView
Supported API: false Extendable: false |
class |
LikeQFElementValueDefaultView
Supported API: false Extendable: false |
class |
NavStructListView
Supported API: false Extendable: false |
class |
NodeQueryFormDefaultView
Supported API: false Extendable: false |
class |
QueryFormElementDefaultView
Supported API: false Extendable: false |
class |
RangeQFElementValueDefaultView
Supported API: false Extendable: false |
Methods in wt.csm.navigation.litenavigation that return AbstractLiteObject | |
AbstractLiteObject |
ClassificationNodeDefaultView.getReferencedLiteObject()
Supported API: false |
Uses of AbstractLiteObject in wt.csm.query |
Subclasses of AbstractLiteObject in wt.csm.query | |
class |
QueryResultsIBAHolder
Supported API: false Extendable: false |
Uses of AbstractLiteObject in wt.csm.ranking.literanking |
Subclasses of AbstractLiteObject in wt.csm.ranking.literanking | |
class |
RankingContextDefaultView
Supported API: false Extendable: false |
class |
RankingDataDefaultView
Supported API: false Extendable: false |
Methods in wt.csm.ranking.literanking that return AbstractLiteObject | |
AbstractLiteObject |
RankingDataDefaultView.getReferencedLiteObject()
Supported API: false |
Uses of AbstractLiteObject in wt.iba.definition.litedefinition |
Subclasses of AbstractLiteObject in wt.iba.definition.litedefinition | |
class |
AbstractAttributeDefinizerDefaultView
Abstract class that represents Attribute Definition and Organizer. |
class |
AbstractAttributeDefinizerNodeView
Abstract class for Attribute Definition and Organizer Nodes. |
class |
AbstractAttributeDefinizerView
Abstract class for Attribute Definition and Organizer. |
class |
AttributeDefDefaultView
The default view of the AttributeDefinition class; Represents the complete view of the AttributeDefinition class. |
class |
AttributeDefNodeView
A node view of the AttributeDefinition; Represents a subset of the AttributeDefinition class. |
class |
AttributeOrgDefaultView
The default view of the AttributeOrganizer; Represents the complete view of the AttributeOrganizer class. |
class |
AttributeOrgNodeView
A node view of the AttributeOrganizer; Represents a subset of the AttributeOrganizer class. |
class |
BooleanDefView
Liteweight Boolean type definition. |
class |
FloatDefView
Float Definition Supported API: false Extendable: false |
class |
IntegerDefView
Liteweight integer type definition. |
class |
RatioDefView
Definition class for Ratio type. |
class |
ReferenceDefView
Liteweight Reference type definition. |
class |
StringDefView
Liteweight String type definition. |
class |
TimestampDefView
Definition class for TimeStamp. |
class |
UnitDefView
Liteweight Unit type definition. |
class |
URLDefView
Liteweight URL type definition Supported API: false Extendable: false |
Uses of AbstractLiteObject in wt.iba.value.litevalue |
Subclasses of AbstractLiteObject in wt.iba.value.litevalue | |
class |
AbstractContextualValueDefaultView
Supported API: false Extendable: false |
class |
AbstractValueView
Supported API: false Extendable: false |
class |
BooleanValueDefaultView
Lightweight version of BooleanValue class Supported API: false Extendable: false |
class |
DefaultLiteIBAReferenceable
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 that return AbstractLiteObject | |
AbstractLiteObject |
LiteIBAReferenceable.getReferencedLiteObject()
Supported API: false |
AbstractLiteObject |
DefaultLiteIBAReferenceable.getReferencedLiteObject()
Supported API: false |
Uses of AbstractLiteObject in wt.lite |
Methods in wt.lite with parameters of type AbstractLiteObject | |
protected boolean |
AbstractLiteObject.readVersion(AbstractLiteObject thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
AbstractLiteObject.isPersistedObjectEqual(AbstractLiteObject object)
Checks Persited Object Ids. |
int |
AbstractLiteObject.compareUpdateCount(AbstractLiteObject object)
Compare the Update Counts of the persisted objects. |
Uses of AbstractLiteObject in wt.units.service |
Subclasses of AbstractLiteObject in wt.units.service | |
class |
DefaultDisplayUnitsHolder
Supported API: false Extendable: false |
class |
MeasurementSystemDefaultView
Lite version of the Measurement System. |
class |
QuantityOfMeasureDefaultView
Lightweight QuanityOfMeasure Supported API: false Extendable: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |