Search

Class vCACEntityBatchSession

Extends com.vmware.o11n.plugin.dynamicops.dem.batch.CommonBatchSession
Represent OData batch session. All entity modifications within a single session will be executed in a single OData request.

Attributes

None

Methods

Name Returns
createEntity(String entitySetName, Properties parameters, Properties links) void
deleteEntities(VCACEntity[] dataEntities) void
deleteEntity(VCACEntity dataEntity) void
deleteEntityByKey(String entitySetName, String entityKey) void
updateEntity(String entitySetName, Properties entityId, Properties parameters, Properties links) void
updateEntityByKey(String entitySetName, String entityKey, Properties parameters, Properties links) void

Returned by

Method Returns
vCACEntityManager.createEntityBatchSession(vCACVcacHost vcacHost, String modelName, Properties headers) vCACEntityBatchSession

Referenced in

None