|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.provisioning.vo.EntitlementInstance
public class EntitlementInstance
This class represents the an instance of an Entitlement provisioned to user. This value object represents an entry in ENT_ASSIGN table and meta-data related to Entitlement.
| Nested Class Summary | |
|---|---|
static class |
EntitlementInstance.ACTIONAn enumeration that represents the operation associated with the Entitlement Instance. |
| Field Summary | |
|---|---|
static long |
serialVersionUID |
| Constructor Summary | |
|---|---|
EntitlementInstance() |
|
EntitlementInstance(Entitlement entitlement)This constructor to create EntitlementInstance using Entitlement value object. |
|
| Method Summary | |
|---|---|
long |
getAccountKey()This method gets the account ID for this EntitlementInstance (OIU_KEY). |
EntitlementInstance.ACTION |
getAction()This method gets the action associated to this EntitlementInstance. |
java.util.Map |
getChildFormValues()This method gets the Map containing the child table data for a single row as key being the UD_CHILD_FIELD_NAME and the value being its value. |
long |
getChildTablePrimaryKey()This method gets the primary key of child table record (UD_CHILD_KEY). |
Entitlement |
getEntitlement()This method gets the Entitlement value object associated to this EntitlementInstance. |
long |
getEntitlementInstanceKey()This method gets the primary key of EntitlementInstance for this EntitlementInstance (ENT_ASSIGN_KEY). |
long |
getPolicyKey()This method gets the policy key associated to child table record from UD_CHILD table. |
long |
getProcessInstanceKey()This method gets the process instance key (ORC_KEY) associated to this EntitlementInstance via UD_CHILD. |
java.lang.String |
getProvisionedBy()This method gets the provisioned by user for this EntitlementInstance. |
java.lang.String |
getProvisionedByMechanism()This method gets the provisioned by mechanism for this EntitlementInstance. |
java.lang.String |
getRequestKey()This method gets the request key associated to child table record from UD_CHILD table. |
static long |
getSerialversionuid() |
void |
setAccountKey(long accountKey)This method sets the account ID for this EntitlementInstance (OIU_KEY). |
void |
setAction(EntitlementInstance.ACTION action)This method sets the action associated to this EntitlementInstance. |
void |
setChildFormValues(java.util.Map childFormValues)This method sets the Map containing the child table data for a single row as key being the UD_CHILD_FIELD_NAME and the value being its value. |
void |
setChildTablePrimaryKey(long childTablePrimaryKey)This method sets the primary key of child table record (UD_CHILD_KEY). |
void |
setEntitlement(Entitlement entitlement)This method sets the Entitlement value object to this EntitlementInstance. |
void |
setEntitlementInstanceKey(long entitlementInstanceKey)This method sets the primary key of EntitlementInstance for this EntitlementInstance (ENT_ASSIGN_KEY). |
void |
setPolicyKey(long policyKey)This method sets the policy key to child table record from UD_CHILD table. |
void |
setProcessInstanceKey(long processInstanceKey)This method sets the process instance key (ORC_KEY) to this EntitlementInstance via UD_CHILD. |
void |
setProvisionedBy(java.lang.String provisionedBy)This method sets the provisioned by user for this EntitlementInstance. |
void |
setProvisionedByMechanism(java.lang.String provisionedByMechanism)This method sets the provisioned by mechanism for this EntitlementInstance. |
void |
setRequestKey(java.lang.String requestKey)This method sets the request key to child table record from UD_CHILD table. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public EntitlementInstance()
public EntitlementInstance(Entitlement entitlement)
entitlement - the Entitlement value objectEntitlement| Method Detail |
|---|
public long getChildTablePrimaryKey()
public void setChildTablePrimaryKey(long childTablePrimaryKey)
childTablePrimaryKey - the primary key of child table record (UD_CHILD_KEY).public java.util.Map getChildFormValues()
public java.lang.String toString()
toString in class java.lang.Objectpublic long getPolicyKey()
public void setPolicyKey(long policyKey)
policyKey - the policy key to child table record from UD_CHILD table.public java.lang.String getRequestKey()
public void setRequestKey(java.lang.String requestKey)
requestKey - the request key to child table record from UD_CHILD table.public Entitlement getEntitlement()
public void setEntitlement(Entitlement entitlement)
entitlement - the Entitlement value object to this EntitlementInstance.public static long getSerialversionuid()
public long getProcessInstanceKey()
public void setProcessInstanceKey(long processInstanceKey)
processInstanceKey - the process instance key (ORC_KEY) to this EntitlementInstance via UD_CHILD.public void setChildFormValues(java.util.Map childFormValues)
childFormValues - the Map containing the child table data for a single row as key being the UD_CHILD_FIELD_NAME and the value being its value.public EntitlementInstance.ACTION getAction()
EntitlementInstance.ACTIONpublic void setAction(EntitlementInstance.ACTION action)
action -EntitlementInstance.ACTIONpublic java.lang.String getProvisionedBy()
public void setProvisionedBy(java.lang.String provisionedBy)
provisionedBy -public java.lang.String getProvisionedByMechanism()
public void setProvisionedByMechanism(java.lang.String provisionedByMechanism)
provisionedByMechanism -public long getAccountKey()
public void setAccountKey(long accountKey)
accountKey - the account ID for this EntitlementInstance (OIU_KEY).public long getEntitlementInstanceKey()
public void setEntitlementInstanceKey(long entitlementInstanceKey)
entitlementInstanceKey - the primary key of EntitlementInstance for this EntitlementInstance (ENT_ASSIGN_KEY).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||