|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSolutionComponentDefinition | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgSolutionComponentDefinition in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgSolutionComponentDefinition | |
---|---|
java.util.Collection<CfgSolutionComponentDefinition> |
CfgDeltaService.getAddedComponentDefinitions()
A pointer to a list of predefined solution components for this solution. |
java.util.Collection<CfgSolutionComponentDefinition> |
CfgDeltaService.getChangedComponentDefinitions()
A pointer to a list of structures of type
CfgSolutionComponentDefinition
that contain information about solution component definition within
this solution whose parameters have been changed. |
java.util.Collection<CfgSolutionComponentDefinition> |
CfgService.getComponentDefinitions()
A pointer to a list of predefined solution components for this solution. |
java.util.Collection<CfgSolutionComponentDefinition> |
CfgDeltaService.getDeletedComponentDefinitions()
A pointer to a list of structures of type
CfgSolutionComponentDefinition
that contain information about solution component definition that
are no longer defined within this solution. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgSolutionComponentDefinition | |
---|---|
void |
CfgService.setComponentDefinitions(java.util.Collection<CfgSolutionComponentDefinition> value)
A pointer to a list of predefined solution components for this solution. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |