this.actionType = actionType;
}
public ResolutionResult reviewProfileChangeAction(IProfile profile) throws ProvisioningException {
MultiStatus initialStatus = getInitialStatus();
ProfileChangeRequest profileChangeRequest = generateProfileChangeRequest(
profile, initialStatus, null);
ProvisioningPlan provisioningPlan = generateProvisioningPlan(profileChangeRequest);
if (provisioningPlan == null) {
throw new ProvisioningException("Failed to generate the Provisioning Plan");
}