Documentation ¶
Index ¶
- func GenReqDefForBatchCreateUsingPost() *def.HttpRequestDef
- func GenReqDefForBatchDeleteLogicalUsingPost() *def.HttpRequestDef
- func GenReqDefForBatchDeleteUsingPost() *def.HttpRequestDef
- func GenReqDefForBatchShowGetUsingPost() *def.HttpRequestDef
- func GenReqDefForBatchUpdateUsingPost() *def.HttpRequestDef
- func GenReqDefForCountUsingPost() *def.HttpRequestDef
- func GenReqDefForCreateUsingPost() *def.HttpRequestDef
- func GenReqDefForDeleteByConditionUsingPost() *def.HttpRequestDef
- func GenReqDefForDeleteUsingPost() *def.HttpRequestDef
- func GenReqDefForListQueryUsingPost() *def.HttpRequestDef
- func GenReqDefForListSelectUsingPost() *def.HttpRequestDef
- func GenReqDefForListUsingPost() *def.HttpRequestDef
- func GenReqDefForSaveAllUsingPost() *def.HttpRequestDef
- func GenReqDefForSaveAsUsingPost() *def.HttpRequestDef
- func GenReqDefForSaveUsingPost() *def.HttpRequestDef
- func GenReqDefForShowFindUsingPost() *def.HttpRequestDef
- func GenReqDefForShowGetByUniqueKey() *def.HttpRequestDef
- func GenReqDefForShowGetUsingPost() *def.HttpRequestDef
- func GenReqDefForShowLogicalDeleteByConditionUsingPost() *def.HttpRequestDef
- func GenReqDefForShowLogicalDeleteUsingPost() *def.HttpRequestDef
- func GenReqDefForShowStaticsUsingPost() *def.HttpRequestDef
- func GenReqDefForUpdateByConditionUsingPost() *def.HttpRequestDef
- func GenReqDefForUpdateUsingPost() *def.HttpRequestDef
- func IDMEClassicAPIClientBuilder() *http_client.HcHttpClientBuilder
- type BatchCreateUsingPostInvoker
- type BatchDeleteLogicalUsingPostInvoker
- type BatchDeleteUsingPostInvoker
- type BatchShowGetUsingPostInvoker
- type BatchUpdateUsingPostInvoker
- type CountUsingPostInvoker
- type CreateUsingPostInvoker
- type DeleteByConditionUsingPostInvoker
- type DeleteUsingPostInvoker
- type IDMEClassicAPIClient
- func (c *IDMEClassicAPIClient) BatchCreateUsingPost(request *model.BatchCreateUsingPostRequest) (*model.BatchCreateUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) BatchCreateUsingPostInvoker(request *model.BatchCreateUsingPostRequest) *BatchCreateUsingPostInvoker
- func (c *IDMEClassicAPIClient) BatchDeleteLogicalUsingPost(request *model.BatchDeleteLogicalUsingPostRequest) (*model.BatchDeleteLogicalUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) BatchDeleteLogicalUsingPostInvoker(request *model.BatchDeleteLogicalUsingPostRequest) *BatchDeleteLogicalUsingPostInvoker
- func (c *IDMEClassicAPIClient) BatchDeleteUsingPost(request *model.BatchDeleteUsingPostRequest) (*model.BatchDeleteUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) BatchDeleteUsingPostInvoker(request *model.BatchDeleteUsingPostRequest) *BatchDeleteUsingPostInvoker
- func (c *IDMEClassicAPIClient) BatchShowGetUsingPost(request *model.BatchShowGetUsingPostRequest) (*model.BatchShowGetUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) BatchShowGetUsingPostInvoker(request *model.BatchShowGetUsingPostRequest) *BatchShowGetUsingPostInvoker
- func (c *IDMEClassicAPIClient) BatchUpdateUsingPost(request *model.BatchUpdateUsingPostRequest) (*model.BatchUpdateUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) BatchUpdateUsingPostInvoker(request *model.BatchUpdateUsingPostRequest) *BatchUpdateUsingPostInvoker
- func (c *IDMEClassicAPIClient) CountUsingPost(request *model.CountUsingPostRequest) (*model.CountUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) CountUsingPostInvoker(request *model.CountUsingPostRequest) *CountUsingPostInvoker
- func (c *IDMEClassicAPIClient) CreateUsingPost(request *model.CreateUsingPostRequest) (*model.CreateUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) CreateUsingPostInvoker(request *model.CreateUsingPostRequest) *CreateUsingPostInvoker
- func (c *IDMEClassicAPIClient) DeleteByConditionUsingPost(request *model.DeleteByConditionUsingPostRequest) (*model.DeleteByConditionUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) DeleteByConditionUsingPostInvoker(request *model.DeleteByConditionUsingPostRequest) *DeleteByConditionUsingPostInvoker
- func (c *IDMEClassicAPIClient) DeleteUsingPost(request *model.DeleteUsingPostRequest) (*model.DeleteUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) DeleteUsingPostInvoker(request *model.DeleteUsingPostRequest) *DeleteUsingPostInvoker
- func (c *IDMEClassicAPIClient) ListQueryUsingPost(request *model.ListQueryUsingPostRequest) (*model.ListQueryUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ListQueryUsingPostInvoker(request *model.ListQueryUsingPostRequest) *ListQueryUsingPostInvoker
- func (c *IDMEClassicAPIClient) ListSelectUsingPost(request *model.ListSelectUsingPostRequest) (*model.ListSelectUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ListSelectUsingPostInvoker(request *model.ListSelectUsingPostRequest) *ListSelectUsingPostInvoker
- func (c *IDMEClassicAPIClient) ListUsingPost(request *model.ListUsingPostRequest) (*model.ListUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ListUsingPostInvoker(request *model.ListUsingPostRequest) *ListUsingPostInvoker
- func (c *IDMEClassicAPIClient) SaveAllUsingPost(request *model.SaveAllUsingPostRequest) (*model.SaveAllUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) SaveAllUsingPostInvoker(request *model.SaveAllUsingPostRequest) *SaveAllUsingPostInvoker
- func (c *IDMEClassicAPIClient) SaveAsUsingPost(request *model.SaveAsUsingPostRequest) (*model.SaveAsUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) SaveAsUsingPostInvoker(request *model.SaveAsUsingPostRequest) *SaveAsUsingPostInvoker
- func (c *IDMEClassicAPIClient) SaveUsingPost(request *model.SaveUsingPostRequest) (*model.SaveUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) SaveUsingPostInvoker(request *model.SaveUsingPostRequest) *SaveUsingPostInvoker
- func (c *IDMEClassicAPIClient) ShowFindUsingPost(request *model.ShowFindUsingPostRequest) (*model.ShowFindUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ShowFindUsingPostInvoker(request *model.ShowFindUsingPostRequest) *ShowFindUsingPostInvoker
- func (c *IDMEClassicAPIClient) ShowGetByUniqueKey(request *model.ShowGetByUniqueKeyRequest) (*model.ShowGetByUniqueKeyResponse, error)
- func (c *IDMEClassicAPIClient) ShowGetByUniqueKeyInvoker(request *model.ShowGetByUniqueKeyRequest) *ShowGetByUniqueKeyInvoker
- func (c *IDMEClassicAPIClient) ShowGetUsingPost(request *model.ShowGetUsingPostRequest) (*model.ShowGetUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ShowGetUsingPostInvoker(request *model.ShowGetUsingPostRequest) *ShowGetUsingPostInvoker
- func (c *IDMEClassicAPIClient) ShowLogicalDeleteByConditionUsingPost(request *model.ShowLogicalDeleteByConditionUsingPostRequest) (*model.ShowLogicalDeleteByConditionUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ShowLogicalDeleteByConditionUsingPostInvoker(request *model.ShowLogicalDeleteByConditionUsingPostRequest) *ShowLogicalDeleteByConditionUsingPostInvoker
- func (c *IDMEClassicAPIClient) ShowLogicalDeleteUsingPost(request *model.ShowLogicalDeleteUsingPostRequest) (*model.ShowLogicalDeleteUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ShowLogicalDeleteUsingPostInvoker(request *model.ShowLogicalDeleteUsingPostRequest) *ShowLogicalDeleteUsingPostInvoker
- func (c *IDMEClassicAPIClient) ShowStaticsUsingPost(request *model.ShowStaticsUsingPostRequest) (*model.ShowStaticsUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) ShowStaticsUsingPostInvoker(request *model.ShowStaticsUsingPostRequest) *ShowStaticsUsingPostInvoker
- func (c *IDMEClassicAPIClient) UpdateByConditionUsingPost(request *model.UpdateByConditionUsingPostRequest) (*model.UpdateByConditionUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) UpdateByConditionUsingPostInvoker(request *model.UpdateByConditionUsingPostRequest) *UpdateByConditionUsingPostInvoker
- func (c *IDMEClassicAPIClient) UpdateUsingPost(request *model.UpdateUsingPostRequest) (*model.UpdateUsingPostResponse, error)
- func (c *IDMEClassicAPIClient) UpdateUsingPostInvoker(request *model.UpdateUsingPostRequest) *UpdateUsingPostInvoker
- type ListQueryUsingPostInvoker
- type ListSelectUsingPostInvoker
- type ListUsingPostInvoker
- type SaveAllUsingPostInvoker
- type SaveAsUsingPostInvoker
- type SaveUsingPostInvoker
- type ShowFindUsingPostInvoker
- type ShowGetByUniqueKeyInvoker
- type ShowGetUsingPostInvoker
- type ShowLogicalDeleteByConditionUsingPostInvoker
- type ShowLogicalDeleteUsingPostInvoker
- type ShowStaticsUsingPostInvoker
- type UpdateByConditionUsingPostInvoker
- type UpdateUsingPostInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForBatchCreateUsingPost ¶
func GenReqDefForBatchCreateUsingPost() *def.HttpRequestDef
func GenReqDefForBatchDeleteLogicalUsingPost ¶
func GenReqDefForBatchDeleteLogicalUsingPost() *def.HttpRequestDef
func GenReqDefForBatchDeleteUsingPost ¶
func GenReqDefForBatchDeleteUsingPost() *def.HttpRequestDef
func GenReqDefForBatchShowGetUsingPost ¶
func GenReqDefForBatchShowGetUsingPost() *def.HttpRequestDef
func GenReqDefForBatchUpdateUsingPost ¶
func GenReqDefForBatchUpdateUsingPost() *def.HttpRequestDef
func GenReqDefForCountUsingPost ¶
func GenReqDefForCountUsingPost() *def.HttpRequestDef
func GenReqDefForCreateUsingPost ¶
func GenReqDefForCreateUsingPost() *def.HttpRequestDef
func GenReqDefForDeleteByConditionUsingPost ¶
func GenReqDefForDeleteByConditionUsingPost() *def.HttpRequestDef
func GenReqDefForDeleteUsingPost ¶
func GenReqDefForDeleteUsingPost() *def.HttpRequestDef
func GenReqDefForListQueryUsingPost ¶
func GenReqDefForListQueryUsingPost() *def.HttpRequestDef
func GenReqDefForListSelectUsingPost ¶
func GenReqDefForListSelectUsingPost() *def.HttpRequestDef
func GenReqDefForListUsingPost ¶
func GenReqDefForListUsingPost() *def.HttpRequestDef
func GenReqDefForSaveAllUsingPost ¶
func GenReqDefForSaveAllUsingPost() *def.HttpRequestDef
func GenReqDefForSaveAsUsingPost ¶
func GenReqDefForSaveAsUsingPost() *def.HttpRequestDef
func GenReqDefForSaveUsingPost ¶
func GenReqDefForSaveUsingPost() *def.HttpRequestDef
func GenReqDefForShowFindUsingPost ¶
func GenReqDefForShowFindUsingPost() *def.HttpRequestDef
func GenReqDefForShowGetByUniqueKey ¶
func GenReqDefForShowGetByUniqueKey() *def.HttpRequestDef
func GenReqDefForShowGetUsingPost ¶
func GenReqDefForShowGetUsingPost() *def.HttpRequestDef
func GenReqDefForShowLogicalDeleteByConditionUsingPost ¶
func GenReqDefForShowLogicalDeleteByConditionUsingPost() *def.HttpRequestDef
func GenReqDefForShowLogicalDeleteUsingPost ¶
func GenReqDefForShowLogicalDeleteUsingPost() *def.HttpRequestDef
func GenReqDefForShowStaticsUsingPost ¶
func GenReqDefForShowStaticsUsingPost() *def.HttpRequestDef
func GenReqDefForUpdateByConditionUsingPost ¶
func GenReqDefForUpdateByConditionUsingPost() *def.HttpRequestDef
func GenReqDefForUpdateUsingPost ¶
func GenReqDefForUpdateUsingPost() *def.HttpRequestDef
func IDMEClassicAPIClientBuilder ¶
func IDMEClassicAPIClientBuilder() *http_client.HcHttpClientBuilder
Types ¶
type BatchCreateUsingPostInvoker ¶
type BatchCreateUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*BatchCreateUsingPostInvoker) Invoke ¶
func (i *BatchCreateUsingPostInvoker) Invoke() (*model.BatchCreateUsingPostResponse, error)
type BatchDeleteLogicalUsingPostInvoker ¶
type BatchDeleteLogicalUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteLogicalUsingPostInvoker) Invoke ¶
func (i *BatchDeleteLogicalUsingPostInvoker) Invoke() (*model.BatchDeleteLogicalUsingPostResponse, error)
type BatchDeleteUsingPostInvoker ¶
type BatchDeleteUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteUsingPostInvoker) Invoke ¶
func (i *BatchDeleteUsingPostInvoker) Invoke() (*model.BatchDeleteUsingPostResponse, error)
type BatchShowGetUsingPostInvoker ¶
type BatchShowGetUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*BatchShowGetUsingPostInvoker) Invoke ¶
func (i *BatchShowGetUsingPostInvoker) Invoke() (*model.BatchShowGetUsingPostResponse, error)
type BatchUpdateUsingPostInvoker ¶
type BatchUpdateUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*BatchUpdateUsingPostInvoker) Invoke ¶
func (i *BatchUpdateUsingPostInvoker) Invoke() (*model.BatchUpdateUsingPostResponse, error)
type CountUsingPostInvoker ¶
type CountUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*CountUsingPostInvoker) Invoke ¶
func (i *CountUsingPostInvoker) Invoke() (*model.CountUsingPostResponse, error)
type CreateUsingPostInvoker ¶
type CreateUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*CreateUsingPostInvoker) Invoke ¶
func (i *CreateUsingPostInvoker) Invoke() (*model.CreateUsingPostResponse, error)
type DeleteByConditionUsingPostInvoker ¶
type DeleteByConditionUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteByConditionUsingPostInvoker) Invoke ¶
func (i *DeleteByConditionUsingPostInvoker) Invoke() (*model.DeleteByConditionUsingPostResponse, error)
type DeleteUsingPostInvoker ¶
type DeleteUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteUsingPostInvoker) Invoke ¶
func (i *DeleteUsingPostInvoker) Invoke() (*model.DeleteUsingPostResponse, error)
type IDMEClassicAPIClient ¶
type IDMEClassicAPIClient struct {
HcClient *http_client.HcHttpClient
}
func NewIDMEClassicAPIClient ¶
func NewIDMEClassicAPIClient(hcClient *http_client.HcHttpClient) *IDMEClassicAPIClient
func (*IDMEClassicAPIClient) BatchCreateUsingPost ¶
func (c *IDMEClassicAPIClient) BatchCreateUsingPost(request *model.BatchCreateUsingPostRequest) (*model.BatchCreateUsingPostResponse, error)
BatchCreateUsingPost 批量创建实例
批量创建指定数据模型的数据实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) BatchCreateUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) BatchCreateUsingPostInvoker(request *model.BatchCreateUsingPostRequest) *BatchCreateUsingPostInvoker
BatchCreateUsingPostInvoker 批量创建实例
func (*IDMEClassicAPIClient) BatchDeleteLogicalUsingPost ¶
func (c *IDMEClassicAPIClient) BatchDeleteLogicalUsingPost(request *model.BatchDeleteLogicalUsingPostRequest) (*model.BatchDeleteLogicalUsingPostResponse, error)
BatchDeleteLogicalUsingPost 批量软删除实例
根据数据实例的唯一编码,批量软删除指定数据模型中的多个数据实例。
通过此接口进行删除操作时,系统会将当前删除的实例转存至XDM应用的XDMLogicDeleteData内置模型中。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) BatchDeleteLogicalUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) BatchDeleteLogicalUsingPostInvoker(request *model.BatchDeleteLogicalUsingPostRequest) *BatchDeleteLogicalUsingPostInvoker
BatchDeleteLogicalUsingPostInvoker 批量软删除实例
func (*IDMEClassicAPIClient) BatchDeleteUsingPost ¶
func (c *IDMEClassicAPIClient) BatchDeleteUsingPost(request *model.BatchDeleteUsingPostRequest) (*model.BatchDeleteUsingPostResponse, error)
BatchDeleteUsingPost 批量删除实例
根据数据实例的唯一编码,批量删除指定数据模型中的多个数据实例。
请您谨慎使用删除操作,实例删除后将无法恢复。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) BatchDeleteUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) BatchDeleteUsingPostInvoker(request *model.BatchDeleteUsingPostRequest) *BatchDeleteUsingPostInvoker
BatchDeleteUsingPostInvoker 批量删除实例
func (*IDMEClassicAPIClient) BatchShowGetUsingPost ¶
func (c *IDMEClassicAPIClient) BatchShowGetUsingPost(request *model.BatchShowGetUsingPostRequest) (*model.BatchShowGetUsingPostResponse, error)
BatchShowGetUsingPost 批量查询实例
根据多个数据实例的唯一编码,批量查询实例的详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) BatchShowGetUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) BatchShowGetUsingPostInvoker(request *model.BatchShowGetUsingPostRequest) *BatchShowGetUsingPostInvoker
BatchShowGetUsingPostInvoker 批量查询实例
func (*IDMEClassicAPIClient) BatchUpdateUsingPost ¶
func (c *IDMEClassicAPIClient) BatchUpdateUsingPost(request *model.BatchUpdateUsingPostRequest) (*model.BatchUpdateUsingPostResponse, error)
BatchUpdateUsingPost 批量更新实例
批量更新指定数据模型中的多个实例数据。如果某个实例的唯一编码不存在,该实例不做任何更新操作。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) BatchUpdateUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) BatchUpdateUsingPostInvoker(request *model.BatchUpdateUsingPostRequest) *BatchUpdateUsingPostInvoker
BatchUpdateUsingPostInvoker 批量更新实例
func (*IDMEClassicAPIClient) CountUsingPost ¶
func (c *IDMEClassicAPIClient) CountUsingPost(request *model.CountUsingPostRequest) (*model.CountUsingPostResponse, error)
CountUsingPost 统计指定数据模型的实例总数
根据指定的查询条件,统计指定数据模型中的实例总数。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) CountUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) CountUsingPostInvoker(request *model.CountUsingPostRequest) *CountUsingPostInvoker
CountUsingPostInvoker 统计指定数据模型的实例总数
func (*IDMEClassicAPIClient) CreateUsingPost ¶
func (c *IDMEClassicAPIClient) CreateUsingPost(request *model.CreateUsingPostRequest) (*model.CreateUsingPostResponse, error)
CreateUsingPost 创建实例
创建指定数据模型的数据实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) CreateUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) CreateUsingPostInvoker(request *model.CreateUsingPostRequest) *CreateUsingPostInvoker
CreateUsingPostInvoker 创建实例
func (*IDMEClassicAPIClient) DeleteByConditionUsingPost ¶
func (c *IDMEClassicAPIClient) DeleteByConditionUsingPost(request *model.DeleteByConditionUsingPostRequest) (*model.DeleteByConditionUsingPostResponse, error)
DeleteByConditionUsingPost 根据指定条件删除实例
通过此接口,删除指定条件查询返回的实例。
请您谨慎使用删除操作,实例删除后将无法恢复。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) DeleteByConditionUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) DeleteByConditionUsingPostInvoker(request *model.DeleteByConditionUsingPostRequest) *DeleteByConditionUsingPostInvoker
DeleteByConditionUsingPostInvoker 根据指定条件删除实例
func (*IDMEClassicAPIClient) DeleteUsingPost ¶
func (c *IDMEClassicAPIClient) DeleteUsingPost(request *model.DeleteUsingPostRequest) (*model.DeleteUsingPostResponse, error)
DeleteUsingPost 删除实例
根据数据实例的唯一编码,删除指定数据模型中的一个数据实例。
请您谨慎使用删除操作,实例删除后将无法恢复。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) DeleteUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) DeleteUsingPostInvoker(request *model.DeleteUsingPostRequest) *DeleteUsingPostInvoker
DeleteUsingPostInvoker 删除实例
func (*IDMEClassicAPIClient) ListQueryUsingPost ¶
func (c *IDMEClassicAPIClient) ListQueryUsingPost(request *model.ListQueryUsingPostRequest) (*model.ListQueryUsingPostResponse, error)
ListQueryUsingPost 根据“列表属性”为“是”的属性查询实例
当数据模型中存在“列表属性”为“是”的属性时,可通过此接口查询数据模型中的实例数据。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ListQueryUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ListQueryUsingPostInvoker(request *model.ListQueryUsingPostRequest) *ListQueryUsingPostInvoker
ListQueryUsingPostInvoker 根据“列表属性”为“是”的属性查询实例
func (*IDMEClassicAPIClient) ListSelectUsingPost ¶
func (c *IDMEClassicAPIClient) ListSelectUsingPost(request *model.ListSelectUsingPostRequest) (*model.ListSelectUsingPostResponse, error)
ListSelectUsingPost 查询实例的指定属性
根据查询条件及指定属性分页返回(不支持扩展属性作为选定属性列)。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ListSelectUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ListSelectUsingPostInvoker(request *model.ListSelectUsingPostRequest) *ListSelectUsingPostInvoker
ListSelectUsingPostInvoker 查询实例的指定属性
func (*IDMEClassicAPIClient) ListUsingPost ¶
func (c *IDMEClassicAPIClient) ListUsingPost(request *model.ListUsingPostRequest) (*model.ListUsingPostResponse, error)
ListUsingPost 查询实例的基础属性
根据查询条件分页返回模型基本属性信息且不级联查询(不支持扩展属性作为查询条件)。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ListUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ListUsingPostInvoker(request *model.ListUsingPostRequest) *ListUsingPostInvoker
ListUsingPostInvoker 查询实例的基础属性
func (*IDMEClassicAPIClient) SaveAllUsingPost ¶
func (c *IDMEClassicAPIClient) SaveAllUsingPost(request *model.SaveAllUsingPostRequest) (*model.SaveAllUsingPostResponse, error)
SaveAllUsingPost 根据唯一键为“是”的属性更新实例数据
当数据模型中存在“唯一键”为“是”的属性时,可根据该属性的英文名称更新该数据模型中实例的所有字段数据。如果更新的实例不存在,系统将自动创建该实例数据。
调用此接口时,建议传入该实例的所有字段信息。如果未传入某个字段,该字段的数据将更新为空值。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) SaveAllUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) SaveAllUsingPostInvoker(request *model.SaveAllUsingPostRequest) *SaveAllUsingPostInvoker
SaveAllUsingPostInvoker 根据唯一键为“是”的属性更新实例数据
func (*IDMEClassicAPIClient) SaveAsUsingPost ¶
func (c *IDMEClassicAPIClient) SaveAsUsingPost(request *model.SaveAsUsingPostRequest) (*model.SaveAsUsingPostResponse, error)
SaveAsUsingPost 另存版本对象的实例数据
版本对象的另存为接口(saveAs)用于创建一条与原版本对象实例数据相同的数据实例。该实例数据会完全复制原实例现有的数据,包括与其关联的主对象和分支对象,且新实例数据的版本号从初始值开始计算。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) SaveAsUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) SaveAsUsingPostInvoker(request *model.SaveAsUsingPostRequest) *SaveAsUsingPostInvoker
SaveAsUsingPostInvoker 另存版本对象的实例数据
func (*IDMEClassicAPIClient) SaveUsingPost ¶
func (c *IDMEClassicAPIClient) SaveUsingPost(request *model.SaveUsingPostRequest) (*model.SaveUsingPostResponse, error)
SaveUsingPost 根据唯一键为“是”的属性更新实例的指定字段
当数据模型中存在“唯一键”为“是”的属性时,可根据该属性的英文名称更新该数据模型中实例的指定字段数据。
如果更新的实例不存在,系统将自动创建该实例数据。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) SaveUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) SaveUsingPostInvoker(request *model.SaveUsingPostRequest) *SaveUsingPostInvoker
SaveUsingPostInvoker 根据唯一键为“是”的属性更新实例的指定字段
func (*IDMEClassicAPIClient) ShowFindUsingPost ¶
func (c *IDMEClassicAPIClient) ShowFindUsingPost(request *model.ShowFindUsingPostRequest) (*model.ShowFindUsingPostResponse, error)
ShowFindUsingPost 分页查询实例
分页查询指定数据模型中的所有实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ShowFindUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ShowFindUsingPostInvoker(request *model.ShowFindUsingPostRequest) *ShowFindUsingPostInvoker
ShowFindUsingPostInvoker 分页查询实例
func (*IDMEClassicAPIClient) ShowGetByUniqueKey ¶
func (c *IDMEClassicAPIClient) ShowGetByUniqueKey(request *model.ShowGetByUniqueKeyRequest) (*model.ShowGetByUniqueKeyResponse, error)
ShowGetByUniqueKey 根据唯一键为“是”的属性查询实例
当数据模型中存在“唯一键”为“是”的属性时,可根据该属性查询实例数据。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ShowGetByUniqueKeyInvoker ¶
func (c *IDMEClassicAPIClient) ShowGetByUniqueKeyInvoker(request *model.ShowGetByUniqueKeyRequest) *ShowGetByUniqueKeyInvoker
ShowGetByUniqueKeyInvoker 根据唯一键为“是”的属性查询实例
func (*IDMEClassicAPIClient) ShowGetUsingPost ¶
func (c *IDMEClassicAPIClient) ShowGetUsingPost(request *model.ShowGetUsingPostRequest) (*model.ShowGetUsingPostResponse, error)
ShowGetUsingPost 查询实例
根据一个数据实例的唯一编码,查询实例的详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ShowGetUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ShowGetUsingPostInvoker(request *model.ShowGetUsingPostRequest) *ShowGetUsingPostInvoker
ShowGetUsingPostInvoker 查询实例
func (*IDMEClassicAPIClient) ShowLogicalDeleteByConditionUsingPost ¶
func (c *IDMEClassicAPIClient) ShowLogicalDeleteByConditionUsingPost(request *model.ShowLogicalDeleteByConditionUsingPostRequest) (*model.ShowLogicalDeleteByConditionUsingPostResponse, error)
ShowLogicalDeleteByConditionUsingPost 根据指定条件软删除实例
通过此接口,软删除指定条件查询返回的实例。
通过此接口进行删除操作时,系统会将当前删除的实例转存至XDM应用的XDMLogicDeleteData内置模型中。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ShowLogicalDeleteByConditionUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ShowLogicalDeleteByConditionUsingPostInvoker(request *model.ShowLogicalDeleteByConditionUsingPostRequest) *ShowLogicalDeleteByConditionUsingPostInvoker
ShowLogicalDeleteByConditionUsingPostInvoker 根据指定条件软删除实例
func (*IDMEClassicAPIClient) ShowLogicalDeleteUsingPost ¶
func (c *IDMEClassicAPIClient) ShowLogicalDeleteUsingPost(request *model.ShowLogicalDeleteUsingPostRequest) (*model.ShowLogicalDeleteUsingPostResponse, error)
ShowLogicalDeleteUsingPost 软删除实例
根据数据实例的唯一编码,软删除指定数据模型中的一个数据实例。
通过此接口进行删除操作时,系统会将当前删除的实例转存至XDM应用的XDMLogicDeleteData内置模型中。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ShowLogicalDeleteUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ShowLogicalDeleteUsingPostInvoker(request *model.ShowLogicalDeleteUsingPostRequest) *ShowLogicalDeleteUsingPostInvoker
ShowLogicalDeleteUsingPostInvoker 软删除实例
func (*IDMEClassicAPIClient) ShowStaticsUsingPost ¶
func (c *IDMEClassicAPIClient) ShowStaticsUsingPost(request *model.ShowStaticsUsingPostRequest) (*model.ShowStaticsUsingPostResponse, error)
ShowStaticsUsingPost 查询指定数据模型的实例统计信息
根据指定函数,统计指定数据模型的实例信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) ShowStaticsUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) ShowStaticsUsingPostInvoker(request *model.ShowStaticsUsingPostRequest) *ShowStaticsUsingPostInvoker
ShowStaticsUsingPostInvoker 查询指定数据模型的实例统计信息
func (*IDMEClassicAPIClient) UpdateByConditionUsingPost ¶
func (c *IDMEClassicAPIClient) UpdateByConditionUsingPost(request *model.UpdateByConditionUsingPostRequest) (*model.UpdateByConditionUsingPostResponse, error)
UpdateByConditionUsingPost 根据指定条件更新实例
根据指定条件更新指定模型的实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) UpdateByConditionUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) UpdateByConditionUsingPostInvoker(request *model.UpdateByConditionUsingPostRequest) *UpdateByConditionUsingPostInvoker
UpdateByConditionUsingPostInvoker 根据指定条件更新实例
func (*IDMEClassicAPIClient) UpdateUsingPost ¶
func (c *IDMEClassicAPIClient) UpdateUsingPost(request *model.UpdateUsingPostRequest) (*model.UpdateUsingPostResponse, error)
UpdateUsingPost 更新实例
更新指定数据模型中的一个实例数据。如果实例的唯一编码不存在,则不做任何更新操作。
Please refer to HUAWEI cloud API Explorer for details.
func (*IDMEClassicAPIClient) UpdateUsingPostInvoker ¶
func (c *IDMEClassicAPIClient) UpdateUsingPostInvoker(request *model.UpdateUsingPostRequest) *UpdateUsingPostInvoker
UpdateUsingPostInvoker 更新实例
type ListQueryUsingPostInvoker ¶
type ListQueryUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ListQueryUsingPostInvoker) Invoke ¶
func (i *ListQueryUsingPostInvoker) Invoke() (*model.ListQueryUsingPostResponse, error)
type ListSelectUsingPostInvoker ¶
type ListSelectUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ListSelectUsingPostInvoker) Invoke ¶
func (i *ListSelectUsingPostInvoker) Invoke() (*model.ListSelectUsingPostResponse, error)
type ListUsingPostInvoker ¶
type ListUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ListUsingPostInvoker) Invoke ¶
func (i *ListUsingPostInvoker) Invoke() (*model.ListUsingPostResponse, error)
type SaveAllUsingPostInvoker ¶
type SaveAllUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*SaveAllUsingPostInvoker) Invoke ¶
func (i *SaveAllUsingPostInvoker) Invoke() (*model.SaveAllUsingPostResponse, error)
type SaveAsUsingPostInvoker ¶
type SaveAsUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*SaveAsUsingPostInvoker) Invoke ¶
func (i *SaveAsUsingPostInvoker) Invoke() (*model.SaveAsUsingPostResponse, error)
type SaveUsingPostInvoker ¶
type SaveUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*SaveUsingPostInvoker) Invoke ¶
func (i *SaveUsingPostInvoker) Invoke() (*model.SaveUsingPostResponse, error)
type ShowFindUsingPostInvoker ¶
type ShowFindUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ShowFindUsingPostInvoker) Invoke ¶
func (i *ShowFindUsingPostInvoker) Invoke() (*model.ShowFindUsingPostResponse, error)
type ShowGetByUniqueKeyInvoker ¶
type ShowGetByUniqueKeyInvoker struct {
*invoker.BaseInvoker
}
func (*ShowGetByUniqueKeyInvoker) Invoke ¶
func (i *ShowGetByUniqueKeyInvoker) Invoke() (*model.ShowGetByUniqueKeyResponse, error)
type ShowGetUsingPostInvoker ¶
type ShowGetUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ShowGetUsingPostInvoker) Invoke ¶
func (i *ShowGetUsingPostInvoker) Invoke() (*model.ShowGetUsingPostResponse, error)
type ShowLogicalDeleteByConditionUsingPostInvoker ¶
type ShowLogicalDeleteByConditionUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ShowLogicalDeleteByConditionUsingPostInvoker) Invoke ¶
func (i *ShowLogicalDeleteByConditionUsingPostInvoker) Invoke() (*model.ShowLogicalDeleteByConditionUsingPostResponse, error)
type ShowLogicalDeleteUsingPostInvoker ¶
type ShowLogicalDeleteUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ShowLogicalDeleteUsingPostInvoker) Invoke ¶
func (i *ShowLogicalDeleteUsingPostInvoker) Invoke() (*model.ShowLogicalDeleteUsingPostResponse, error)
type ShowStaticsUsingPostInvoker ¶
type ShowStaticsUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*ShowStaticsUsingPostInvoker) Invoke ¶
func (i *ShowStaticsUsingPostInvoker) Invoke() (*model.ShowStaticsUsingPostResponse, error)
type UpdateByConditionUsingPostInvoker ¶
type UpdateByConditionUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateByConditionUsingPostInvoker) Invoke ¶
func (i *UpdateByConditionUsingPostInvoker) Invoke() (*model.UpdateByConditionUsingPostResponse, error)
type UpdateUsingPostInvoker ¶
type UpdateUsingPostInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateUsingPostInvoker) Invoke ¶
func (i *UpdateUsingPostInvoker) Invoke() (*model.UpdateUsingPostResponse, error)