|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OccurrenceNameValidationDelegate | |
wt.epm.structure.occurrences | |
wt.occurrence | Defines the capability to uniquely distinguish one occurrence of an object
within some complex structure from another occurrence of that same object within the same structure using OccurrenceService . |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
Uses of OccurrenceNameValidationDelegate in wt.epm.structure.occurrences |
Classes in wt.epm.structure.occurrences that implement OccurrenceNameValidationDelegate | |
class |
EPMUsesOccurrenceNameValidationDelegate
Check that the name is unique within the context of the 'UsedBy' document for the associated OccurrenceableLink . |
Uses of OccurrenceNameValidationDelegate in wt.occurrence |
Classes in wt.occurrence that implement OccurrenceNameValidationDelegate | |
class |
UniqueWithinPathOccurrenceContextOccurrenceNameValidationDelegate
This delegate checks that a PathOccurrence name is unique among
all that share the same PathOccurrenceContext . |
Methods in wt.occurrence that return OccurrenceNameValidationDelegate | |
OccurrenceNameValidationDelegate |
OccurrenceDelegateFactory.getOccurrenceNameValidationDelegate(Occurrence occurrence)
Supported API: false |
Uses of OccurrenceNameValidationDelegate in wt.part |
Classes in wt.part that implement OccurrenceNameValidationDelegate | |
class |
DefaultPartPathOccurrenceNameValidationDelegate
Check that the name is unique within the context of the PathOccurrenceContext part for the associated OccurrenceableLink . |
class |
DefaultPartUsesOccurrenceNameValidationDelegate
Check that the name is unique within the context of the 'UsedBy' part for the associated OccurrenceableLink . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |