Class CreateTreeData
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.CreateTreeData
Data needed to create the tree of
ComposedTypeModel in the modeling view.-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates with data needed to create the tree ofComposedTypeModelfor a new integration object.CreateTreeData(ComposedTypeModel root, IntegrationObjectDefinition definitionMap) Instantiates with data needed to create the tree ofComposedTypeModelfor an existing integration object. -
Method Summary
-
Constructor Details
-
CreateTreeData
Instantiates with data needed to create the tree ofComposedTypeModelfor a new integration object.- Parameters:
root- aComposedTypeModelwhich will be used to create the root node of the tree.
-
CreateTreeData
Instantiates with data needed to create the tree ofComposedTypeModelfor an existing integration object.- Parameters:
root- aComposedTypeModelwhich will be used to create the root node of the tree.definitionMap- aIntegrationObjectDefinitionwhich contains the definition map for an existing integration object.
-
-
Method Details
-
getRoot
-
getDefinitionMap
-