Package com.ptc.core.meta.type.command.typemodel.common

Class Summary
AbstractGetAttributesCommand

Supported API: true

Extendable: false
AbstractTypeModelCommand Abstract command containing common input attribute (type_id) and common output attribute (answer) for TypeModel commands.
ContainsCommand Returns true if the passed in type_id is a Windchill type.
GetAncestorsCommand Returns TypeIdentifiers for all ancestors of the TypeIdentifier argument passed in.
GetChildrenCommand Gets the TypeIdentifiers for the direct inheritors of the type represented by type_id.
GetClosestInstantiableDescendantsCommand Gets the TypeIdentifiers for the direct or indirect, instantiable inheritors of the type represented by type_id.
GetDescendantsCommand Gets the TypeIdentifiers for all the descendants, both direct and indirect, of the type represented by type_id.
GetFilteredChildrenCommand Gets the TypeIdentifiers for the common direct inheritors of type_id and interface_type_id.
GetFilteredDescendantsCommand Gets the TypeIdentifiers for all the descendants, both direct and indirect, that are descendants of type_id and interface_type_id.
GetFilteredInstantiableChildrenCommand Gets the TypeIdentifiers that are direct, instantiable inheritors of both type_id and interface_type_id.
GetFilteredInstantiableDescendantsCommand Gets the TypeIdentifiers for all the instantiable descendants, both direct and indirect, that are descendants of type_id and interface_type_id.
GetHardSchemaAttributesCommand

Supported API: true

Extendable: false
GetInstantiableChildrenCommand Gets the TypeIdentifiers for the direct, instantiable inheritors of the type represented by type_id.
GetInstantiableDescendantsCommand Gets the TypeIdentifiers for all instantiable descendants, both direct and indirect, of the type represented by type_id.
GetInterfacesCommand Gets the TypeIdentifiers for the interface types directly implemented by the type represented by type_id.
GetParentCommand Gets the TypeIdentifier for the type "class" directly specialized by the type represented by type_id.
GetSchemaAttributesCommand

Supported API: true

Extendable: false
GetSoftSchemaAttributesCommand

Supported API: true

Extendable: false
GetTypeIdentifierCommand Gets a TypeIdentifier for the passed in typename String.
IsACommand Determines if the type_id type is a (is type compatible with) the ancestor type.