public class PPAEntitlement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Target type value that indicates that the target type is
all services for all profiles.
|
static int |
HOST_SELECTION_POLICY
Target type value that indicates that the target type is
a host selection policy.
|
static int |
SERVICE_INSTANCE
Target type value that indicates that the target type is
a service instance.
|
static int |
SERVICE_TYPE
Target type value that indicates that the target type is
a service type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOwnershipType()
Returns the ownership type value.
|
java.util.Collection<PPAProvisioningParameter> |
getProvisioningParameters()
Returns the provisioning parameters for the entitlement.
|
java.lang.String |
getTargetName()
Returns the name of the target.
|
int |
getTargetType()
Returns the type of the target.
|
boolean |
isWorkflowRequired()
Returns an indication as to whether or not workflow is required.
|
void |
setOwnershipType(java.lang.String ownershipType)
Sets the value of the ownership type.
|
public static final int ALL
public static final int HOST_SELECTION_POLICY
public static final int SERVICE_INSTANCE
public static final int SERVICE_TYPE
public java.util.Collection<PPAProvisioningParameter> getProvisioningParameters()
PPAProvisioningParameterpublic java.lang.String getTargetName()
public int getTargetType()
public boolean isWorkflowRequired()
public java.lang.String getOwnershipType()
public void setOwnershipType(java.lang.String ownershipType)
ownershipType - The ownership type.