6.2

Table Of Contents
AddObject
Adds the specified object to the set of objects the DataServiceContext is tracking.
Table 62. AddObject Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext to which to add the object.
Instance Object The object to be tracked by the DataServiceContext.
AttachTo
Notifies the DataServiceContext to start tracking the specified resource.
Table 63. AttachTo Activity Input Parameters
Argument Type Description
DataServiceContext RepositoryServiceContext The DataServiceContext that should track the resource.
Instance Object The resource to be tracked by the DataServiceContext. The
resource is attached in the Unchanged state.
CreateRepositoryServiceContext<T>
Creates a context for a model loaded into the Model Manager.
When you add this activity to a workflow in vCloud Automation Center Designer, you must select a class
that inherits from the RepositoryServiceContext class.
Table 64. CreateRepositoryServiceContext<T> Activity Input Parameters
Argument Type Description
Uri URI (Optional) Root URI to use in connecting to the model.
Username String (Optional) Username to use in connecting to the context.
Table 65. CreateRepositoryServiceContext<T> Activity Output Parameters
Argument Type Description
Result RepositoryServiceContext The specific type returned is an instance of the class selected
when the activity was added to the workflow.
DeleteLink
Changes the state of the link to deleted in the list of links being tracked by the DataServiceContext.
Machine Extensibility
VMware, Inc. 57