List<String> |
FilesAndFoldersInterface.addDataFileToCatalogFromTemplate(String userId,
String fileManagerCapabilityGUID,
String fileManagerCapabilityName,
String templateGUID,
TemplateProperties templateProperties) |
Add an asset description a file based on the content of a template object.
|
List<String> |
FilesAndFoldersInterface.addDataFolderToCatalogFromTemplate(String userId,
String fileManagerCapabilityGUID,
String fileManagerCapabilityName,
String templateGUID,
TemplateProperties templateProperties) |
Creates a new folder asset that is identified as a data asset using a template.
|
String |
APIManagerInterface.createAPIFromTemplate(String userId,
String apiManagerGUID,
String apiManagerName,
boolean apiManagerIsHome,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent an API using an existing metadata element as a template.
|
String |
APIManagerInterface.createAPIOperationFromTemplate(String userId,
String apiManagerGUID,
String apiManagerName,
String templateGUID,
String apiGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a an API Operation using an existing API Operation as a template.
|
String |
APIManagerInterface.createAPIParameterListFromTemplate(String userId,
String apiManagerGUID,
String apiManagerName,
String templateGUID,
String apiOperationGUID,
APIParameterListType parameterListType,
TemplateProperties templateProperties) |
Create a new metadata element to represent a an API Parameter List using an existing API Parameter List as a template.
|
String |
ConnectionManagerInterface.createConnectionFromTemplate(String userId,
String dataManagerGUID,
String dataManagerName,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a connection using an existing metadata element as a template.
|
String |
DatabaseManagerInterface.createDatabaseColumnFromTemplate(String userId,
String databaseManagerGUID,
String databaseManagerName,
String templateGUID,
String databaseTableGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a database column using an existing metadata element as a template.
|
String |
DatabaseManagerInterface.createDatabaseFromTemplate(String userId,
String databaseManagerGUID,
String databaseManagerName,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a database using an existing metadata element as a template.
|
String |
DatabaseManagerInterface.createDatabaseSchemaFromTemplate(String userId,
String databaseManagerGUID,
String databaseManagerName,
String templateGUID,
String databaseGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a database schema using an existing metadata element as a template.
|
String |
DatabaseManagerInterface.createDatabaseTableFromTemplate(String userId,
String databaseManagerGUID,
String databaseManagerName,
String templateGUID,
String databaseSchemaGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a database table using an existing metadata element as a template.
|
String |
DatabaseManagerInterface.createDatabaseViewFromTemplate(String userId,
String databaseManagerGUID,
String databaseManagerName,
String templateGUID,
String databaseSchemaGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a database view using an existing metadata element as a template.
|
String |
DisplayApplicationInterface.createDataContainerFromTemplate(String userId,
String applicationGUID,
String applicationName,
boolean applicationIsHome,
String parentElementGUID,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a data container using an existing metadata element as a template.
|
String |
DisplayApplicationInterface.createDataFieldFromTemplate(String userId,
String applicationGUID,
String applicationName,
boolean applicationIsHome,
String templateGUID,
String parentElementGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a an data field using an existing data field as a template.
|
String |
ConnectionManagerInterface.createEndpointFromTemplate(String userId,
String dataManagerGUID,
String dataManagerName,
String networkAddress,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
|
String |
EventBrokerInterface.createEventTypeFromTemplate(String userId,
String eventBrokerGUID,
String eventBrokerName,
String templateGUID,
String topicGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a an event type using an existing event type as a template.
|
String |
DisplayApplicationInterface.createFormFromTemplate(String userId,
String applicationGUID,
String applicationName,
boolean applicationIsHome,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a form using an existing metadata element as a template.
|
String |
DisplayApplicationInterface.createQueryFromTemplate(String userId,
String applicationGUID,
String applicationName,
boolean applicationIsHome,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a query using an existing metadata element as a template.
|
String |
DisplayApplicationInterface.createReportFromTemplate(String userId,
String applicationGUID,
String applicationName,
boolean applicationIsHome,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a report using an existing metadata element as a template.
|
String |
SchemaManagerInterface.createSchemaAttributeFromTemplate(String userId,
String externalSourceGUID,
String externalSourceName,
String schemaElementGUID,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
|
String |
SchemaManagerInterface.createSchemaTypeFromTemplate(String userId,
String externalSourceGUID,
String externalSourceName,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a schema type using an existing metadata element as a template.
|
String |
EventBrokerInterface.createTopicFromTemplate(String userId,
String eventBrokerGUID,
String eventBrokerName,
boolean eventBrokerIsHome,
String templateGUID,
TemplateProperties templateProperties) |
Create a new metadata element to represent a topic using an existing metadata element as a template.
|