|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSolutionComponent | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgSolutionComponent in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgSolutionComponent | |
---|---|
java.util.Collection<CfgSolutionComponent> |
CfgDeltaService.getAddedComponents()
A pointer to a list of solution components defined for this solution (every item of this list is structured as
CfgSolutionComponent
). |
java.util.Collection<CfgSolutionComponent> |
CfgDeltaService.getChangedComponents()
A pointer to a list of structures of type
CfgSolutionComponent
that contain information about solution components within this solution
whose parameters have been changed. |
java.util.Collection<CfgSolutionComponent> |
CfgService.getComponents()
A pointer to a list of solution components defined for this solution (every item of this list is structured as
CfgSolutionComponent
). |
java.util.Collection<CfgSolutionComponent> |
CfgDeltaService.getDeletedComponents()
A pointer to a list of structures of type
CfgSolutionComponent
that contain information about solution components that are no longer
defined within this solution. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgSolutionComponent | |
---|---|
void |
CfgService.setComponents(java.util.Collection<CfgSolutionComponent> value)
A pointer to a list of solution components defined for this solution (every item of this list is structured as
CfgSolutionComponent
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |