public interface DomainMgmt
Modifier and Type | Method and Description |
---|---|
ResultList |
addDomainDevices(Domain domain,
DomainDeviceList deviceList,
SessionHandle sessionHandle) |
ResultList |
addDomains(DomainList domainList,
SessionHandle sessionHandle) |
DomainListResult |
getDeviceDomainList(DeviceDomainListQuery deviceDomainListQuery,
SessionHandle sessionHandle) |
DomainDeviceListResult |
getDomainDeviceList(DomainDeviceListQuery domainDeviceListQuery,
SessionHandle sessionHandle) |
DomainListResult |
getDomainList(DomainListQuery domainListQuery,
SessionHandle sessionHandle) |
ResultList |
modifyDomainDevices(Domain domain,
DomainDeviceList deviceList,
SessionHandle sessionHandle) |
ResultList |
modifyDomains(DomainList domainList,
SessionHandle sessionHandle) |
ResultList |
removeDomainDevices(Domain domain,
DomainDeviceList deviceList,
SessionHandle sessionHandle) |
ResultList |
removeDomains(DomainList domainList,
SessionHandle sessionHandle) |
ResultList addDomains(DomainList domainList, SessionHandle sessionHandle)
domainList
- sessionHandle
- ResultList modifyDomains(DomainList domainList, SessionHandle sessionHandle)
domainList
- sessionHandle
- ResultList removeDomains(DomainList domainList, SessionHandle sessionHandle)
domainList
- sessionHandle
- ResultList addDomainDevices(Domain domain, DomainDeviceList deviceList, SessionHandle sessionHandle)
deviceList
- domain
- sessionHandle
- ResultList modifyDomainDevices(Domain domain, DomainDeviceList deviceList, SessionHandle sessionHandle)
deviceList
- domain
- sessionHandle
- ResultList removeDomainDevices(Domain domain, DomainDeviceList deviceList, SessionHandle sessionHandle)
deviceList
- domain
- sessionHandle
- DomainListResult getDomainList(DomainListQuery domainListQuery, SessionHandle sessionHandle)
domainListQuery
- sessionHandle
- DomainDeviceListResult getDomainDeviceList(DomainDeviceListQuery domainDeviceListQuery, SessionHandle sessionHandle)
domainDeviceListQuery
- sessionHandle
- DomainListResult getDeviceDomainList(DeviceDomainListQuery deviceDomainListQuery, SessionHandle sessionHandle)
deviceDomainListQuery
- sessionHandle
-