|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeleteApiOp
Field Summary |
---|
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation |
---|
NO_TIMEOUT |
Method Summary | |
---|---|
void |
delete(ObjectClass objClass,
Uid uid,
OperationOptions options)
Delete the object that the specified Uid identifies (if any). |
Method Detail |
---|
void delete(ObjectClass objClass, Uid uid, OperationOptions options)
objClass
- type of object to delete.uid
- The unique id that specifies the object to delete.options
- additional options that impact the way this operation is run.
May be null.
UnknownUidException
- iff the Uid
does not exist on the resource.
RuntimeException
- iff a problem occurs during the operation (for instance, an
operational timeout).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |