Class ProvisioningObjectChange
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.ProvisioningObjectChange
-
Constructor Summary
ConstructorDescriptionProvisioningObjectChange
(String attributeName, ProvisioningObjectChangeAction provisioningObjectChangeAction, Object oldValue, Object newValue) -
Method Summary
Modifier and TypeMethodDescriptionboolean
if there is a specific exception for this one attribute, list it heretrue if this change has been successfully made in the targetint
hashCode()
void
setAttributeName
(String attributeName) void
setException
(Exception exception) if there is a specific exception for this one attribute, list it herevoid
setNewValue
(Object newValue) void
setOldValue
(Object oldValue) void
setProvisioned
(Boolean provisioned) true if this change has been successfully made in the targetvoid
setProvisioningObjectChangeAction
(ProvisioningObjectChangeAction provisioningObjectChangeAction)
-
Constructor Details
-
ProvisioningObjectChange
public ProvisioningObjectChange() -
ProvisioningObjectChange
public ProvisioningObjectChange(String attributeName, ProvisioningObjectChangeAction provisioningObjectChangeAction, Object oldValue, Object newValue)
-
-
Method Details
-
getException
if there is a specific exception for this one attribute, list it here- Returns:
-
setException
if there is a specific exception for this one attribute, list it here- Parameters:
exception
-
-
getProvisioned
true if this change has been successfully made in the target- Returns:
-
setProvisioned
true if this change has been successfully made in the target- Parameters:
provisioned
-
-
getAttributeName
-
setAttributeName
-
getProvisioningObjectChangeAction
-
setProvisioningObjectChangeAction
public void setProvisioningObjectChangeAction(ProvisioningObjectChangeAction provisioningObjectChangeAction) -
getOldValue
-
setOldValue
-
getNewValue
-
setNewValue
-
equals
-
hashCode
public int hashCode()
-