|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Determines if you can create another UsesOccurrence
for a specific
OccurrenceableLink
object; it may say no in all cases for certain
types of OccurrenceableLink
objects.
Supported API: true
Extendable: true
Method Summary | |
void |
approveCreation(OccurrenceableLink link)
Checks to see if exactly one UsesOccurrence can be created
for the given OccurrenceableLink . |
void |
approveCreation(OccurrenceableLink link,
int count)
Checks to see if a give count of UsesOccurrence s
can be created for the given OccurrenceableLink . |
Method Detail |
public void approveCreation(OccurrenceableLink link) throws WTException
UsesOccurrence
can be created
for the given OccurrenceableLink
.
link
-
WTException
public void approveCreation(OccurrenceableLink link, int count) throws WTException
count
of UsesOccurrence
s
can be created for the given OccurrenceableLink
. Returns
false
if count
is zero or less.
link
- count
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |