Search

Class com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService() constructor
createSimpleCollectionProperty(String , Object[] , java.lang.Class ) org.odata4j.core.OProperty
createSimpleProperty(org.odata4j.consumer.ODataConsumer , String , String , Object ) org.odata4j.core.OProperty
deleteEntity(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , Properties , Properties ) void
deleteEntity(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , String , Properties ) void
deleteLink(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , org.odata4j.core.OEntity , String , String , Properties ) void
findById(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , Properties , Properties ) org.odata4j.core.OEntity
findById(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , org.odata4j.core.OEntityKey , Properties ) org.odata4j.core.OEntity
findByProperties(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , Properties , Properties ) Object[]
findBySystemQuery(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , com.vmware.o11n.plugin.dynamicops.model.support.OdataSystemQuery , Properties ) Object[]
getAppServiceComponentTemplates(org.odata4j.consumer.ODataConsumer , String ) Object[]
getAvailablePostProvisionigActions(vCACVirtualMachine ) Object[]
getOrGenerateGuid(org.odata4j.consumer.ODataConsumer , String , Properties ) org.odata4j.core.OProperty
getVirtualMachineTemplateProperties(org.odata4j.consumer.ODataConsumer , String ) Properties
invokePostProvisioningAction(vCACVirtualMachine , String , Properties , Properties ) String
populateSimpleArgument(String , org.odata4j.consumer.ODataConsumer , String , Object , Object[] ) Object[]
registerVirtualMachine(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , String , String , String , String , Properties ) void
saveEntity(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , Properties , Properties , Properties ) org.odata4j.core.OEntity
setApplicationContext(org.springframework.context.ApplicationContext ) void
updateEntity(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , Properties , Properties , Properties , Properties ) org.odata4j.core.OEntity
updateEntity(com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection , String , String , String , Properties , Properties , Properties ) org.odata4j.core.OEntity

Returned by

Method Returns
com.vmware.o11n.plugin.dynamicops.model.BaseVcacEntity.getAccessService() com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService

Referenced in

Method Returns
com.vmware.o11n.plugin.dynamicops.model.BaseVcacEntity.setAccessService(com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService ) void