|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public static final int SYSTEM_REMOTE_RESOURCE_CREATED
public static final int SYSTEM_REMOTE_RESOURCE_DELETED
public static final int SYSTEM_REMOTE_RESOURCE_CHANGED
public static final int SYSTEM_REMOTE_RESOURCE_RENAMED
public static final int SYSTEM_REMOTE_RESOURCE_UPLOADED
public static final int SYSTEM_REMOTE_RESOURCE_DOWNLOADED
public static final String SYSTEM_REMOTE_OPERATION_DELETE
public static final String SYSTEM_REMOTE_OPERATION_RENAME
public static final String SYSTEM_REMOTE_OPERATION_CREATE
public static final String SYSTEM_REMOTE_OPERATION_MOVE
public static final String SYSTEM_REMOTE_OPERATION_COPY
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||