Search

Class vCACEntityManager

Extends java.lang.Object
Provides the core set of functions for creating, updating, and deleting DO model entities.

Attributes

None

Methods

Name Returns
calculateMD5Hash(ch.dunes.model.fileattachment.MimeAttachment input) ch.dunes.model.fileattachment.MimeAttachment
createEntityBatchSession(vCACVcacHost vcacHost, String modelName, Properties headers) vCACEntityBatchSession
createModelEntity(String hostId, String modelName, String entitySetName, Properties parameters, Properties links, Properties headers) VCACEntity
deleteLink(String hostId, String modelName, String entitySetName, VCACEntity sourceEntity, String targetNavProperty, String serializedKeyString, Properties headers) void
deleteModelEntityBySerializedKey(String hostId, String modelName, String entitySetName, String entityKey, Properties headers) void
readModelEntitiesByCustomFilter(String hostId, String modelName, String entitySetName, Properties properties, Properties headers) VCACEntity[]
readModelEntitiesBySystemExpandQuery(String hostId, String modelName, String entitySetName, String filter, String expand, String orderBy, String select, Number top, Number skip, Properties headers) VCACEntity[]
readModelEntitiesBySystemQuery(String hostId, String modelName, String entitySetName, String filter, String orderBy, String select, Number top, Number skip, Properties headers) VCACEntity[]
readModelEntity(String hostId, String modelName, String entitySetName, Properties entityId, Properties headers) VCACEntity
updateModelEntity(String hostId, String modelName, String entitySetName, Properties entityId, Properties parameters, Properties links, Properties headers) VCACEntity
updateModelEntityBySerializedKey(String hostId, String modelName, String entitySetName, String entityId, Properties parameters, Properties links, Properties headers) VCACEntity

Returned by

None

Referenced in

None