Package | Description |
---|---|
com.orchestranetworks.addon.igov.services |
Provides APIs to execute the {addon.label} services.
|
com.orchestranetworks.addon.igov.services.metadatacreation |
Since 1.7.0, all the APIs under this package have been deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContextDefinitionBean> |
MetadataCreationSpec.getDefinitionBeans() |
Constructor and Description |
---|
MetadataCreationSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
com.orchestranetworks.service.Session session,
ISOType isoType,
EBXType logicalDataType,
String universalName,
List<ContextDefinitionBean> definitionBeans,
boolean isUpdateOnDuplicate)
Creates a specification for service execution.
|
Modifier and Type | Method and Description |
---|---|
List<ContextDefinitionBean> |
IGovServiceMetadataCreationSpec.getDefinitionBeans()
Deprecated.
|
Constructor and Description |
---|
IGovServiceMetadataCreationSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
com.orchestranetworks.service.Session session,
ISOType isoType,
EBXType logicalDataType,
String universalName,
List<ContextDefinitionBean> definitionBeans,
boolean isUpdateOnDuplicate)
Deprecated.
Creates a specification for service execution.
|