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

Class Summary
ContainsCommandDelegate Checks if the passed in type is a Windchill type (is contained by the Windchill system).
GetAncestorsCommandDelegate Returns array of TypeIdentifiers for all ancestors of the TypeIdentifier argument passed in.
GetChildrenCommandDelegate Gets the TypeIdentifiers for the direct inheritors of the type represented by type_id.
GetDescendantsCommandDelegate Gets the TypeIdentifiers for all the descendants, both direct and indirect, of the type represented by type_id.
GetFilteredChildrenCommandDelegate

Supported API: true

Extendable: false
GetFilteredDescendantsCommandDelegate

Supported API: true

Extendable: false
GetFilteredInstantiableChildrenCommandDelegate

Supported API: true

Extendable: false
GetFilteredInstantiableDescendantsCommandDelegate

Supported API: true

Extendable: false
GetInstantiableChildrenCommandDelegate Gets the TypeIdentifiers for the direct, instantiable inheritors of the type represented by type_id.
GetInstantiableDescendantsCommandDelegate Gets the TypeIdentifiers for all instantiable descendants, both direct and indirect, of the type represented by type_id.
GetInterfacesCommandDelegate Gets the TypeIdentifiers for the interface types directly implemented by the type represented by type_id.
GetParentCommandDelegate Gets the TypeIdentifier for the type "class" directly specialized by the type represented by type_id.
GetTypeIdentifierCommandDelegate Gets a TypeIdentifier for the typename String set on the GetTypeIdentifierCommand bean.
IsACommandDelegate Determines if the type_id type is a (is type compatible with) the ancestor type.