|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.policy.ProvisioningParameters
public class ProvisioningParameters
This class contains the parameters that define how the service should be provisioned. This class is part of the Entitlement.
Entitlement
,
ProvisioningPolicy
,
Serialized FormConstructor Summary | |
---|---|
ProvisioningParameters()
The default constructor. |
|
ProvisioningParameters(java.util.Collection parameters)
The constructor accepting collection of provisioning parameters. |
Method Summary | |
---|---|
java.util.Map |
getParameterMap()
Method gets immutable map of provisioning parameters where the key of the map is the attribute name and the value is ServiceAttributeParameter object. |
java.util.Collection |
getParameters()
Returns mutable collection of all provisioning parameters contained by this object. |
void |
setParameters(java.util.Collection parameters)
Sets collection of provisioning parameters. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProvisioningParameters()
public ProvisioningParameters(java.util.Collection parameters)
parameters
- collection of ServiceAttributeParameter objects.Method Detail |
---|
public void setParameters(java.util.Collection parameters)
parameters
- Collection of ServiceAttributeParameter objectspublic java.util.Collection getParameters()
public java.util.Map getParameterMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |