| Method Summary |
| |
__init__(self,
uniqueId,
name,
description,
uri,
connections,
clients,
data,
eventLocation,
textLocation,
applications,
services,
backupServer)
|
| |
AddApplication(self,
applicationDescription)
|
| |
AddConnection(self,
connectionDescription)
|
| |
AddData(self,
dataDescription)
|
| |
AddService(self,
serviceDescription)
|
| |
AddUser(self,
userProfile)
|
| |
GetApplications(self)
|
| |
GetConnections(self)
|
| |
GetData(self)
|
| |
GetDescription(self)
|
| |
GetEventLocation(self)
|
| |
GetName(self)
|
| |
GetServices(self)
|
| |
GetTextLocation(self)
|
| |
GetUniqueId(self)
|
| |
GetUri(self)
|
| |
GetUsers(self)
|
| |
ModifyUser(self,
userProfile)
|
| |
RemoveApplication(self,
applicationDescription)
|
| |
RemoveConnection(self,
connectionDescription)
|
| |
RemoveData(self,
dataDescription)
|
| |
RemoveService(self,
serviceDescription)
|
| |
RemoveUser(self,
userProfile)
|
| |
SetConnections(self,
connectionList)
|
| |
SetDescription(self,
description)
|
| |
SetEventLocation(self,
eventLocation)
|
| |
SetName(self,
name)
|
| |
SetTextLocation(self,
textLocation)
|
| |
SetUniqueId(self,
uniqueId)
|
| |
SetUri(self,
uri)
|
| |
UpdateApplication(self,
applicationDescription)
|
| |
UpdateData(self,
dataDescription)
|
| |
UpdateService(self,
serviceDescription)
|