|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationDelegate
The configuration package defines the concept of a configuration and
instances, but does not assert the definition of a structure. This delegate
is used by the configuration package to provide the implementation details
that define structure.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
double |
getLinkQuantity(OccurrenceableLink link)
Return the quantity of the link. |
QueryResult |
getLinksConfiguringVersions(BaselineConfigurationConfigSpec configurationConfigSpec,
QueryResult versions)
Return the links calling out the versions passed. |
QueryResult |
getLinksToSerialNumberedObjects(BaselineConfigurationConfigSpec configurationConfigSpec)
Return the links calling out serial numbered objects in this configuration. |
wt.visitor.Navigator |
getNavigator(BaselineConfigurationVersion configuration,
ConfigSpec configSpec)
Returns the navigator used to populate a configuration. |
QueryResult |
getUnconfiguredElements(BaselineConfigurationConfigSpec configurationConfigSpec)
Returns the unconfigured elements of the configuration. |
QueryResult |
getUnconfiguredVersionsOf(BaselineConfigurationConfigSpec configurationConfigSpec,
QueryResult versions)
For the versions passed, return those no longer called out by anything in the configuration. |
void |
validateAddToConfiguration(BaselineConfigurationVersion configuration,
WTCollection configurationManageables)
Validates whether or not the object can be added to the configuration, that is, whether or not it is called out by something else in the configuration. |
| Method Detail |
|---|
wt.visitor.Navigator getNavigator(BaselineConfigurationVersion configuration,
ConfigSpec configSpec)
throws WTException
configuration - configSpec -
WTException
void validateAddToConfiguration(BaselineConfigurationVersion configuration,
WTCollection configurationManageables)
throws WTException
configuration - configurationManageables -
WTException
QueryResult getUnconfiguredElements(BaselineConfigurationConfigSpec configurationConfigSpec)
throws WTException
configurationConfigSpec -
WTException
QueryResult getUnconfiguredVersionsOf(BaselineConfigurationConfigSpec configurationConfigSpec,
QueryResult versions)
throws WTException
configurationConfigSpec - versions -
WTException
QueryResult getLinksConfiguringVersions(BaselineConfigurationConfigSpec configurationConfigSpec,
QueryResult versions)
throws WTException
configurationConfigSpec - versions -
WTException
QueryResult getLinksToSerialNumberedObjects(BaselineConfigurationConfigSpec configurationConfigSpec)
throws WTException
configurationConfigSpec -
WTException
double getLinkQuantity(OccurrenceableLink link)
throws WTException
link -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||