public static class ProvisioningPlan.ObjectRequest extends ProvisioningPlan.AbstractRequest
| Constructor and Description |
|---|
ObjectRequest() |
ObjectRequest(java.util.Map map) |
ObjectRequest(ProvisioningPlan.ObjectRequest src) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequestID() |
java.lang.String |
getTargetClass()
Deprecated.
use
ProvisioningPlan.AbstractRequest.getType()
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. |
java.lang.String |
getTargetId()
Deprecated.
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too.
|
java.lang.String |
getTargetName()
Deprecated.
use
ProvisioningPlan.AbstractRequest.getNativeIdentity()
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too. |
Reference |
getTargetReference()
Deprecated.
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too.
|
boolean |
hasNoAttributesOrPermissions() |
ProvisioningPlan.AbstractRequest |
instantiate()
Must be implemented in the subclass to create the same
class of object from another.
|
void |
setRequestID(java.lang.String id) |
void |
setTargetClass(java.lang.String clazz)
Deprecated.
use
ProvisioningPlan.AbstractRequest.setType(String)
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. |
void |
setTargetId(java.lang.String targetId)
Deprecated.
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too.
|
void |
setTargetName(java.lang.String targetName)
Deprecated.
use
ProvisioningPlan.AbstractRequest.setNativeIdentity(String)
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too. |
void |
setTargetReference(Reference ref)
Deprecated.
use
ProvisioningPlan.AbstractRequest.setType(String) and ProvisioningPlan.AbstractRequest.setNativeIdentity(String)
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too. |
add, addAll, addArgument, addAssignmentIds, clone, cloneRequest, cloneRequestProperties, collapse, fromMap, get, getAccountSelector, getAccountSelectorRule, getApplication, getApplication, getApplicationName, getArgument, getArguments, getAssignmentIdList, getAssignmentIds, getAttributeRequest, getAttributeRequests, getAttributeRequests, getComments, getInstance, getNativeIdentity, getOp, getPermissionRequest, getPermissionRequests, getPermissionRequests, getRequest, getResult, getSourceRole, getString, getTargetIntegration, getTrackingId, getType, getUnmappedApplication, getUuid, hasAssignmentId, isAccountRequest, isCleanable, isEmpty, isGroupRequest, isTargetMatch, put, remove, setAccountSelector, setAccountSelectorRule, setApplication, setArguments, setAssignmentIds, setAttributeRequests, setCleanable, setComments, setInstance, setNativeIdentity, setOp, setPermissionRequests, setResult, setSourceRole, setTargetIntegration, setTrackingId, setType, setUnmappedApplication, setUuid, toMappublic ObjectRequest()
public ObjectRequest(java.util.Map map)
public ObjectRequest(ProvisioningPlan.ObjectRequest src)
public ProvisioningPlan.AbstractRequest instantiate()
ProvisioningPlan.AbstractRequestinstantiate in class ProvisioningPlan.AbstractRequest@Deprecated public void setTargetClass(java.lang.String clazz)
ProvisioningPlan.AbstractRequest.setType(String)
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator.public void setRequestID(java.lang.String id)
public java.lang.String getRequestID()
@Deprecated public java.lang.String getTargetClass()
ProvisioningPlan.AbstractRequest.getType()
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator.@Deprecated public void setTargetId(java.lang.String targetId)
@Deprecated public java.lang.String getTargetId()
@Deprecated public void setTargetName(java.lang.String targetName)
ProvisioningPlan.AbstractRequest.setNativeIdentity(String)
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too.@Deprecated public java.lang.String getTargetName()
ProvisioningPlan.AbstractRequest.getNativeIdentity()
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too.@Deprecated public void setTargetReference(Reference ref)
ProvisioningPlan.AbstractRequest.setType(String) and ProvisioningPlan.AbstractRequest.setNativeIdentity(String)
Temporary backward compatibility for parsing objects created with
older versions of RemediationCalculator. This one we ignore and assume
that name will come in too.@Deprecated public Reference getTargetReference()
public boolean hasNoAttributesOrPermissions()