|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.policy.analysis.PPAEntitlement
This class contains information that can be used in the analysis of an entitlement for a provisioning parameter. Included in the entitlement are:
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.util.Collection |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ALL
public static final int HOST_SELECTION_POLICY
public static final int SERVICE_INSTANCE
public static final int SERVICE_TYPE
Method Detail |
public java.util.Collection getProvisioningParameters()
PPAProvisioningParameter
public java.lang.String getTargetName()
public int getTargetType()
public boolean isWorkflowRequired()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |