|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Determines if you can modify an Occurrence
, which may involve
checking access rights to the Occurrence
or some related
object (frequently an OccurrenceableLink
or a PathOccurrenceContext
.
Supported API: true
Extendable: true
Field Summary | |
static int |
DELETE
Supported API: false |
static int |
INSERT
Supported API: false |
static int |
UPDATE
Supported API: false |
Method Summary | |
void |
approveModification(Occurrence occurrence,
int operation)
Supported API: false |
Field Detail |
public static final int INSERT
public static final int UPDATE
public static final int DELETE
Method Detail |
public void approveModification(Occurrence occurrence, int operation) throws WTException, OccurrenceException
occurrence
- operation
- This parameter should use the constants INSERT
, UPDATE
or DELETE
.
WTException
OccurrenceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |