CoWorkOperationType
Inheritance: java.lang.Object
public final class CoWorkOperationType
Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future.
Fields
| Field | Description |
|---|---|
| ADD_IMAGE | Add image operation (editable) |
| ADMIN_CONFIG | Admin configuration operation (administrative) |
| COPY_IMAGE | Copy image operation (editable) |
| DELETE_COLUMN | Delete column operation (editable) |
| DELETE_ROW | Delete row operation (editable) |
| DOWNLOAD | Download operation |
| EDIT | Edit operation (editable) |
| GET_IMAGE | Get image operation (read-only) |
| GET_OLE | Get OLE object operation (read-only) |
| INSERT_COLUMN | Insert column operation (editable) |
| INSERT_ROW | Insert row operation (editable) |
| LOAD | Load operation (read-only) |
| LOAD_SHEET | Load sheet operation (read-only) |
| UPDATE_CELL | Update cell operation (editable) |
| USER_MANAGEMENT | User management operation (administrative) |
| VIEW | View operation (read-only) |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ADD_IMAGE
public static final int ADD_IMAGE
Add image operation (editable)
ADMIN_CONFIG
public static final int ADMIN_CONFIG
Admin configuration operation (administrative)
COPY_IMAGE
public static final int COPY_IMAGE
Copy image operation (editable)
DELETE_COLUMN
public static final int DELETE_COLUMN
Delete column operation (editable)
DELETE_ROW
public static final int DELETE_ROW
Delete row operation (editable)
DOWNLOAD
public static final int DOWNLOAD
Download operation
EDIT
public static final int EDIT
Edit operation (editable)
GET_IMAGE
public static final int GET_IMAGE
Get image operation (read-only)
GET_OLE
public static final int GET_OLE
Get OLE object operation (read-only)
INSERT_COLUMN
public static final int INSERT_COLUMN
Insert column operation (editable)
INSERT_ROW
public static final int INSERT_ROW
Insert row operation (editable)
LOAD
public static final int LOAD
Load operation (read-only)
LOAD_SHEET
public static final int LOAD_SHEET
Load sheet operation (read-only)
UPDATE_CELL
public static final int UPDATE_CELL
Update cell operation (editable)
USER_MANAGEMENT
public static final int USER_MANAGEMENT
User management operation (administrative)
VIEW
public static final int VIEW
View operation (read-only)
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |