public abstract class ChangeDescriptor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeDescriptor.Create
Describes a create operation
|
static class |
ChangeDescriptor.Delete
Describes a delete operation on a resource
|
static class |
ChangeDescriptor.IdentityChange
Represents an identity change operation on a resource
|
static class |
ChangeDescriptor.Update
Describes an update operation on a resource.
|
static class |
ChangeDescriptor.UpdateAndIdentityChange
Describes a combined update and identity change operation on a resource.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ChangeDescriptor(Ref ref) |
| Modifier and Type | Method and Description |
|---|---|
Ref |
getRef()
Returns the reference to the resource that is being changed
|