| Package | Description |
|---|---|
| com.orchestranetworks.addon.igov.enumerations |
Enumeration classes for the services API.
|
| com.orchestranetworks.addon.igov.services |
Provides APIs to execute the EBX® Information Governance Add-on 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 |
|---|---|
static ISOType |
ISOType.parse(String value)
Returns the ISO-IEC 11179 type instance corresponding to the value specified.
|
static ISOType |
ISOType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISOType[] |
ISOType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ISOType |
MetadataCreationSpec.getISOType() |
| 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 |
|---|---|
ISOType |
IGovServiceMetadataCreationSpec.getIsoType()
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.
|