public class PPAProvisioningPolicy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SCOPE_SINGLE_LEVEL
Scope value indicating that the provisioning policy has single level scope.
|
static int |
SCOPE_SUBTREE
Scope value indicating that the provisioning policy has subtree scope.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PPAEntitlement> |
getEntitlements()
Returns the entitlements for the provisioning policy.
|
java.lang.String |
getName()
Returns the name of the provisioning policy.
|
int |
getPriority()
Returns the priority of the provisioning policy.
|
int |
getScope()
Returns the scope of the provisioning policy.
|
public static final int SCOPE_SINGLE_LEVEL
public static final int SCOPE_SUBTREE
public java.util.Collection<PPAEntitlement> getEntitlements()
PPAEntitlementpublic java.lang.String getName()
public int getPriority()
public int getScope()