|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemRemoteChangeEvents
The event IDs sent when remote resources in the model change These IDs are used when creating ISystemRemoteChangeEvent objects.
Field Summary | |
---|---|
static String |
SYSTEM_REMOTE_OPERATION_COPY
Indicates that the event is for a copy operation |
static String |
SYSTEM_REMOTE_OPERATION_CREATE
Indicates that the event is for a create operation |
static String |
SYSTEM_REMOTE_OPERATION_DELETE
Indicates that the event is for a delete operation |
static String |
SYSTEM_REMOTE_OPERATION_MOVE
Indicates that the event is for a move operation |
static String |
SYSTEM_REMOTE_OPERATION_RENAME
Indicates that the event is for a rename operation |
static int |
SYSTEM_REMOTE_RESOURCE_CHANGED
Event Type: a remote resource was changed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_CREATED
Event Type: a remote resource was added The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_DELETED
Event Type: a remote resource was removed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_DOWNLOADED
Event Type: a remote resource was downloaded The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_RENAMED
Event Type: a remote resource was renamed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_UPLOADED
Event Type: a remote resource was uploaded The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
Field Detail |
---|
static final int SYSTEM_REMOTE_RESOURCE_CREATED
static final int SYSTEM_REMOTE_RESOURCE_DELETED
static final int SYSTEM_REMOTE_RESOURCE_CHANGED
static final int SYSTEM_REMOTE_RESOURCE_RENAMED
static final int SYSTEM_REMOTE_RESOURCE_UPLOADED
static final int SYSTEM_REMOTE_RESOURCE_DOWNLOADED
static final String SYSTEM_REMOTE_OPERATION_DELETE
static final String SYSTEM_REMOTE_OPERATION_RENAME
static final String SYSTEM_REMOTE_OPERATION_CREATE
static final String SYSTEM_REMOTE_OPERATION_MOVE
static final String SYSTEM_REMOTE_OPERATION_COPY
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |