|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.ProvisioningModelAssembler
public class ProvisioningModelAssembler
Assembles a provisioning model based on the configured SDO environment iterating through the configured SDO name-spaces or taking a specific name-space list or various of the constructor arguments.
| Constructor Summary | |
|---|---|
ProvisioningModelAssembler()
Constructs a provisioning model based on all configured SDO namespaces. |
|
ProvisioningModelAssembler(DataAccessProviderName serviceName)
Constructs a provisioning model based on the given provider. |
|
ProvisioningModelAssembler(java.util.List<Namespace> namespaces)
Constructs a provisioning model based on the given list of SDO name spaces. |
|
ProvisioningModelAssembler(Query query,
java.lang.String destNamespaceURI,
java.lang.String destNamespacePrefix)
Constructs a provisioning model based on the given query. |
|
| Method Summary | |
|---|---|
Model |
getModel()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProvisioningModelAssembler()
public ProvisioningModelAssembler(DataAccessProviderName serviceName)
serviceName - the service providerpublic ProvisioningModelAssembler(java.util.List<Namespace> namespaces)
namespaces - the SDO name spaces
public ProvisioningModelAssembler(Query query,
java.lang.String destNamespaceURI,
java.lang.String destNamespacePrefix)
query - the querydestNamespaceURI - the destination namespace URIdestNamespacePrefix - the destination namespace prefix| Method Detail |
|---|
public Model getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||