|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.occurrence.OccurrenceServiceFwd
This service interface defines the API for managing UsesOccurrence
s,
PathOccurrence
s, CombinedPathOccurrence
s, UsesOccurrenceData
,
PathOccurrenceData
and CombinedPathOccurrenceData
in
the context of OccurrenceableLink
s, PathOccurrenceContext
s
and CombinedPathOccurrenceContext
s
OccurrenceHelper
has helper methodsStandardOccurrenceService
has
listenersOccurrenceEvent
OccurrenceException
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
OccurrenceServiceFwd()
|
Method Summary | |
CombinedPathOccurrenceData |
deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
This method should always be used to delete a CombinedPathOccurrenceData . |
PathOccurrenceData |
deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
This method should always be used to delete a PathOccurrenceData . |
CombinedPathOccurrence |
getCombinedPathOccurrence(PathOccurrence parentOccurrence,
PathParentableOccurrence childOccurrence)
Returns a CombinedPathOccurrence with the given parent PathOccurrence and child PathParentableOccurrence . |
QueryResult |
getCombinedPathOccurrenceData(CombinedPathOccurrence occurrence,
PathOccurrenceContext context,
Class target)
Returns an array of CombinedPathOccurrenceData objects of
the given Class that are associated with the given CombinedPathOccurrence and PathOccurrenceContext . |
QueryResult |
getCombinedPathOccurrenceData(CombinedPathOccurrence occurrence,
PathOccurrenceContext context,
Vector targets)
Returns an array of CombinedPathOccurrenceData objects of
any of the Classes in the targets Vector
associated with the given CombinedPathOccurrence and PathOccurrenceContext . |
QueryResult |
getCombinedPathOccurrenceData(PathOccurrenceContext context)
Returns an array of CombinedPathOccurrenceData objects associated
with the given PathOccurrenceContext . |
QueryResult |
getCombinedPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of CombinedPathOccurrence s
having the given context. |
QueryResult |
getCombinedPathOccurrencesForChild(PathParentableOccurrence childPathOccurrence)
Returns a QueryResult of CombinedPathOccurrence s
where the given PathOccurrence plays the 'child' role. |
QueryResult |
getCombinedPathOccurrencesForParent(PathOccurrence parentPathOccurrence)
Returns a QueryResult of CombinedPathOccurrence s
where the given PathOccurrence plays the 'parent' role. |
private static Manager |
getManager()
|
QueryResult |
getOccurrences(Vector occurrenceableLinks)
Returns a QueryResult of arrays where each array has
one of the given OccurrenceableLink s in position 0, an associated
UsesOccurrence in position 1 and an associated PathOccurrence
(that has no subPath) in position 2; the PathOccurrence
could be null. |
QueryResult |
getOccurrences(Vector occurrenceableLinks,
PathOccurrence subPathOccurrence)
Returns a QueryResult of arrays where each array has
one of the given OccurrenceableLink in position 0, an associated
UsesOccurrence in position 1 and an associated PathOccurrence
(having the given subPath) in position 2; the PathOccurrence
could be null. |
QueryResult |
getPathOccurrenceData(PathOccurrenceContext context)
Returns an array of PathOccurrenceData objects associated
with the given PathOccurrenceContext . |
QueryResult |
getPathOccurrenceData(PathOccurrence occurrence,
PathOccurrenceContext context,
Class target)
Returns an array of PathOccurrenceData objects associated
with the given PathOccurrence and PathOccurrenceContext . |
QueryResult |
getPathOccurrenceData(PathOccurrence occurrence,
PathOccurrenceContext context,
Vector targets)
Returns an array of PathOccurrenceData objects associated
with the given PathOccurrence and PathOccurrenceContext . |
Persistable[][][] |
getPathOccurrenceDataPopulatedUsages(Persistable[][][] usages,
PathOccurrenceContext occurrenceContext,
Class occurrenceDataClass)
Updates the PathOccurrence s in the usages array
by adding PathOccurrenceData of the specified type for the
specified PathOccurrenceContext . |
Persistable[][][] |
getPathOccurrencePopulatedUsages(Persistable[][][] usages,
List pathOccurrences)
Updates the OccurrenceableLink s in the usages
array by setting their usesOccurrenceVector with UsesOccurrence s and setting PathOccurrence s on the UsesOccurrence s. |
QueryResult |
getPathOccurrences(PathOccurrenceMasterContext context)
Returns a QueryResult of PathOccurrence s having
the given context. |
QueryResult |
getPathOccurrences(UsesOccurrence uses)
Returns a QueryResult PathOccurrence s related
to the given UsesOccurrence . |
Vector |
getPopulatedOccurrenceableLinks(Vector occurrenceableLinks)
Returns a Vector of OccurrenceableLink s with
their usesOccurrenceVector populated with their UsesOccurrence s; note that the UsesOccurrence s also
have their pathOccurrence populated. |
Vector |
getPopulatedOccurrenceableLinks(Vector occurrenceableLinks,
PathOccurrence subPathOccurrence)
Returns a Vector of OccurrenceableLink s with
their usesOccurrenceVector populated with their UsesOccurrence s; note that the UsesOccurrence s also
have their pathOccurrence populated. |
QueryResult |
getUsesOccurrenceData(UsesOccurrence occurrence)
Deprecated. |
QueryResult |
getUsesOccurrenceData(UsesOccurrence occurrence,
Vector classes)
Returns an array of UsesOccurrenceData objects of the given
classes and associated with the given UsesOccurrence object. |
WTKeyedMap |
getUsesOccurrenceData(WTCollection occs)
Takes a WTCollection of UsesOccurrence objects and returns a WTKeyedMap where the keys are the UsesOccurrences passed in and the values are WTCollections of the UsesOccurrenceData that correspond to the keys. |
QueryResult |
getUsesOccurrences(OccurrenceableLink link)
Returns a QueryResult of UsesOccurrence objects. |
QueryResult |
getUsesOccurrences(PathOccurrence path)
Returns the UsesOccurrence s associated with the given PathOccurrence . |
QueryResult |
getUsesOccurrences(UsesOccurrenceContext context)
Returns a QueryResult of UsesOccurrence objects
having the given context. |
QueryResult |
getUsesOccurrences(Vector occurrenceableLinks)
Returns a QueryResult of arrays where each array has
an OccurrenceableLink in position 0 and a UsesOccurrence
in position 1. |
WTKeyedMap |
getUsesOccurrences(WTCollection links)
Returns a WTKeyedMap where the keys are the input collection
of OccurrenceableLinks and the values are WTCollections of the corresponding
UsesOccurrence objects. |
CombinedPathOccurrenceData |
saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData)
This method should always be used to insert or store a CombinedPathOccurrenceData . |
PathOccurrenceData |
savePathOccurrenceData(PathOccurrenceData pathOccurrenceData)
This method should always be used to insert or store a . |
QueryResult |
saveUsesOccurrenceAndData(UsesOccurrence occurrence,
Vector occurrenceData)
Deprecated. |
QueryResult |
saveUsesOccurrenceAndData(UsesOccurrence occurrence,
Vector occurrenceData,
Vector occurrenceDataToDelete)
Deprecated. |
WTCollection |
saveUsesOccurrenceAndData(WTKeyedMap occDataMap)
This method should always be used to insert or store an Occurrence
and/or OccurrenceData objects since they need special identifiers
that must be obtained in a special way. |
WTCollection |
saveUsesOccurrenceAndData(WTKeyedMap occDataMap,
WTKeyedMap occDataToDeleteMap)
This method should always be used to insert or store an Occurrence
and/or OccurrenceData objects since they need special identifiers
that must be obtained in a special way. |
void |
setSkipValidation(boolean validationShouldBeSkipped)
This API is intended for use by Windchill Visualization Services when calling either of the savePathOccurrenceAndData so that modification
validation on the UsesOccurrence will not be done in the case
where Visualization is only copying an occurrence from an EPM document
to a part (it isn't really adding new information, only copying it). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public OccurrenceServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public CombinedPathOccurrenceData deleteCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData) throws WTException
CombinedPathOccurrenceData
.
deleteCombinedPathOccurrenceData
in interface OccurrenceService
combinedPathOccurrenceData
-
WTException
public PathOccurrenceData deletePathOccurrenceData(PathOccurrenceData pathOccurrenceData) throws WTException
PathOccurrenceData
.
deletePathOccurrenceData
in interface OccurrenceService
pathOccurrenceData
-
WTException
public QueryResult getCombinedPathOccurrenceData(CombinedPathOccurrence occurrence, PathOccurrenceContext context, Class target) throws WTException
CombinedPathOccurrenceData
objects of
the given Class
that are associated with the given CombinedPathOccurrence
and PathOccurrenceContext
.
getCombinedPathOccurrenceData
in interface OccurrenceService
occurrence
- context
- target
-
WTException
public QueryResult getCombinedPathOccurrenceData(CombinedPathOccurrence occurrence, PathOccurrenceContext context, Vector targets) throws WTException
CombinedPathOccurrenceData
objects of
any of the Classes
in the targets Vector
associated with the given CombinedPathOccurrence
and PathOccurrenceContext
.
getCombinedPathOccurrenceData
in interface OccurrenceService
occurrence
- context
- targets
-
WTException
public QueryResult getCombinedPathOccurrenceData(PathOccurrenceContext context) throws WTException
CombinedPathOccurrenceData
objects associated
with the given PathOccurrenceContext
.
getCombinedPathOccurrenceData
in interface OccurrenceService
context
-
WTException
public CombinedPathOccurrence getCombinedPathOccurrence(PathOccurrence parentOccurrence, PathParentableOccurrence childOccurrence) throws WTException
CombinedPathOccurrence
with the given parent PathOccurrence
and child PathParentableOccurrence
.
getCombinedPathOccurrence
in interface OccurrenceService
parentOccurrence
- childOccurrence
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.
WTException
public QueryResult getCombinedPathOccurrences(PathOccurrenceMasterContext context) throws WTException
QueryResult
of CombinedPathOccurrence
s
having the given context.
getCombinedPathOccurrences
in interface OccurrenceService
context
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.
WTException
public QueryResult getCombinedPathOccurrencesForChild(PathParentableOccurrence childPathOccurrence) throws WTException
QueryResult
of CombinedPathOccurrence
s
where the given PathOccurrence
plays the 'child' role.
getCombinedPathOccurrencesForChild
in interface OccurrenceService
childPathOccurrence
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.
WTException
public QueryResult getCombinedPathOccurrencesForParent(PathOccurrence parentPathOccurrence) throws WTException
QueryResult
of CombinedPathOccurrence
s
where the given PathOccurrence
plays the 'parent' role.
getCombinedPathOccurrencesForParent
in interface OccurrenceService
parentPathOccurrence
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.
WTException
public QueryResult getOccurrences(Vector occurrenceableLinks) throws WTException
QueryResult
of arrays where each array has
one of the given OccurrenceableLink
s in position 0, an associated
UsesOccurrence
in position 1 and an associated PathOccurrence
(that has no subPath) in position 2; the PathOccurrence
could be null.
If there is no UsesOccurrence
, then no QueryResult
entry is returned.
Supported API: false
getOccurrences
in interface OccurrenceService
occurrenceableLinks
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.
WTException
public QueryResult getOccurrences(Vector occurrenceableLinks, PathOccurrence subPathOccurrence) throws WTException
QueryResult
of arrays where each array has
one of the given OccurrenceableLink
in position 0, an associated
UsesOccurrence
in position 1 and an associated PathOccurrence
(having the given subPath) in position 2; the PathOccurrence
could be null.
If there is no UsesOccurrence
, then no QueryResult
entry is returned.
Supported API: false
getOccurrences
in interface OccurrenceService
occurrenceableLinks
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.subPathOccurrence
- This Vector
of PathOccurrence
s should be used to find the associated PathOccurrence
objects which play the superPath
role. In other words we want to find the PathOccurrence
objects that are one UsesOccurrence
longer than the PathOccurrence
objects contained in this Vector
.
WTException
public QueryResult getPathOccurrenceData(PathOccurrence occurrence, PathOccurrenceContext context, Class target) throws WTException
PathOccurrenceData
objects associated
with the given PathOccurrence
and PathOccurrenceContext
.
getPathOccurrenceData
in interface OccurrenceService
occurrence
- context
- target
-
WTException
public QueryResult getPathOccurrenceData(PathOccurrence occurrence, PathOccurrenceContext context, Vector targets) throws WTException
PathOccurrenceData
objects associated
with the given PathOccurrence
and PathOccurrenceContext
.
getPathOccurrenceData
in interface OccurrenceService
occurrence
- context
- targets
-
WTException
public QueryResult getPathOccurrenceData(PathOccurrenceContext context) throws WTException
PathOccurrenceData
objects associated
with the given PathOccurrenceContext
.
getPathOccurrenceData
in interface OccurrenceService
context
-
WTException
public Persistable[][][] getPathOccurrencePopulatedUsages(Persistable[][][] usages, List pathOccurrences) throws WTException
OccurrenceableLink
s in the usages
array by setting their usesOccurrenceVector
with UsesOccurrence
s and setting PathOccurrence
s on the UsesOccurrence
s.
getPathOccurrencePopulatedUsages
in interface OccurrenceService
usages
- The three-dimensional array of Persistable returned from navigating many used-by
objects at once.pathOccurrences
- List of path PathOccurrence
s that match the order of the first dimension of the usages
array.
usages
array passed in, with UsesOccurrence
s
and PathOccurrence
s populated.
WTException
public Persistable[][][] getPathOccurrenceDataPopulatedUsages(Persistable[][][] usages, PathOccurrenceContext occurrenceContext, Class occurrenceDataClass) throws WTException
PathOccurrence
s in the usages
array
by adding PathOccurrenceData
of the specified type for the
specified PathOccurrenceContext
.
getPathOccurrenceDataPopulatedUsages
in interface OccurrenceService
usages
- The three-dimensional array of Persistable returned from navigating many used-by
objects at once.occurrenceContext
- The context of the path occurrence data to add to the PathOccurrence
s.occurrenceDataClass
- The class PathOccurrenceData
or one of its sub-types specifying the type of path occurrence data to fetch.
usages
array passed in, with the path occurrence
data added.
WTException
public QueryResult getPathOccurrences(UsesOccurrence uses) throws WTException
QueryResult
PathOccurrence
s related
to the given UsesOccurrence
.
getPathOccurrences
in interface OccurrenceService
uses
- This Vector
of PathOccurrence
s should be used to find the associated PathOccurrence
objects which play the superPath
role. In other words we want to find the PathOccurrence
objects that are one UsesOccurrence
longer than the PathOccurrence
objects contained in this Vector
.
WTException
public QueryResult getPathOccurrences(PathOccurrenceMasterContext context) throws WTException
QueryResult
of PathOccurrence
s having
the given context.
getPathOccurrences
in interface OccurrenceService
context
- This Vector
of PathOccurrence
s should be used to find the associated PathOccurrence
objects which play the superPath
role. In other words we want to find the PathOccurrence
objects that are one UsesOccurrence
longer than the PathOccurrence
objects contained in this Vector
.
WTException
public Vector getPopulatedOccurrenceableLinks(Vector occurrenceableLinks, PathOccurrence subPathOccurrence) throws WTException
Vector
of OccurrenceableLink
s with
their usesOccurrenceVector
populated with their UsesOccurrence
s; note that the UsesOccurrence
s also
have their pathOccurrence
populated.
getPopulatedOccurrenceableLinks
in interface OccurrenceService
occurrenceableLinks
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.subPathOccurrence
- This Vector
of PathOccurrence
s should be used to find the associated PathOccurrence
objects which play the superPath
role. In other words we want to find the PathOccurrence
objects that are one UsesOccurrence
longer than the PathOccurrence
objects contained in this Vector
.
WTException
public Vector getPopulatedOccurrenceableLinks(Vector occurrenceableLinks) throws WTException
Vector
of OccurrenceableLink
s with
their usesOccurrenceVector
populated with their UsesOccurrence
s; note that the UsesOccurrence
s also
have their pathOccurrence
populated.
getPopulatedOccurrenceableLinks
in interface OccurrenceService
occurrenceableLinks
- This Vector
of OccurrenceableLink
s should be used to find the associated UsesOccurrence
objects.
WTException
public QueryResult getUsesOccurrences(PathOccurrence path) throws OccurrenceException, WTException
UsesOccurrence
s associated with the given PathOccurrence
.
getUsesOccurrences
in interface OccurrenceService
path
-
OccurrenceException
WTException
public WTKeyedMap getUsesOccurrenceData(WTCollection occs) throws WTException
getUsesOccurrenceData
in interface OccurrenceService
occs
-
WTException
public QueryResult getUsesOccurrenceData(UsesOccurrence occurrence) throws WTException
UsesOccurrenceData
objects associated
with the given UsesOccurrence
object.
getUsesOccurrenceData
in interface OccurrenceService
occurrence
-
WTException
public QueryResult getUsesOccurrenceData(UsesOccurrence occurrence, Vector classes) throws WTException
UsesOccurrenceData
objects of the given
classes and associated with the given UsesOccurrence
object.
getUsesOccurrenceData
in interface OccurrenceService
occurrence
- classes
-
WTException
public QueryResult getUsesOccurrences(Vector occurrenceableLinks) throws WTException
QueryResult
of arrays where each array has
an OccurrenceableLink
in position 0 and a UsesOccurrence
in position 1.
If there is no UsesOccurrence
, then no QueryResult
entry is returned.
Supported API: false
getUsesOccurrences
in interface OccurrenceService
occurrenceableLinks
-
WTException
public QueryResult getUsesOccurrences(OccurrenceableLink link) throws WTException
QueryResult
of UsesOccurrence
objects.
getUsesOccurrences
in interface OccurrenceService
link
-
WTException
public QueryResult getUsesOccurrences(UsesOccurrenceContext context) throws WTException
QueryResult
of UsesOccurrence
objects
having the given context.
getUsesOccurrences
in interface OccurrenceService
context
-
WTException
public WTKeyedMap getUsesOccurrences(WTCollection links) throws WTException
WTKeyedMap
where the keys are the input collection
of OccurrenceableLinks and the values are WTCollections of the corresponding
UsesOccurrence
objects.
getUsesOccurrences
in interface OccurrenceService
links
-
WTException
public CombinedPathOccurrenceData saveCombinedPathOccurrenceData(CombinedPathOccurrenceData combinedPathOccurrenceData) throws WTException
CombinedPathOccurrenceData
.
saveCombinedPathOccurrenceData
in interface OccurrenceService
combinedPathOccurrenceData
-
WTException
public PathOccurrenceData savePathOccurrenceData(PathOccurrenceData pathOccurrenceData) throws WTException
savePathOccurrenceData
in interface OccurrenceService
pathOccurrenceData
-
WTException
public QueryResult saveUsesOccurrenceAndData(UsesOccurrence occurrence, Vector occurrenceData) throws WTException
Occurrence
and/or OccurrenceData
objects since they need special identifiers
that must be obtained in a special way.
Returns a QueryResult
of the Occurrence
and the
OccurrenceData
s that have been inserted or updated. Note
that some other OccurrenceData
s may have been updated,
too, but since the user of this method did not have them in their
list they will not be returned.
If the Occurrence
has a unique Occurrence#occurrenceDataIdentifier
(no other Occurrence
shares that occurrenceDataIdentifier
),
then save the OccurrenceData
associated to the occurrence
,
but otherwise, copy the Occurrence
to get one with a
new dataIdentifier
and copy all the associated OccurrenceData
objects and then save the occurrenceData
associated to
the newly copied Occurrence
.
Supported API: false
saveUsesOccurrenceAndData
in interface OccurrenceService
occurrence
- occurrenceData
-
WTException
public QueryResult saveUsesOccurrenceAndData(UsesOccurrence occurrence, Vector occurrenceData, Vector occurrenceDataToDelete) throws WTException
Occurrence
and/or OccurrenceData
objects since they need special identifiers
that must be obtained in a special way.
Returns a QueryResult
of the Occurrence
and the
OccurrenceData
s that have been inserted or updated. Note
that some other OccurrenceData
s may have been updated,
too, but since the user of this method did not have them in their
list they will not be returned.
If the Occurrence
has a unique Occurrence#occurrenceDataIdentifier
(no other Occurrence
shares that occurrenceDataIdentifier
),
then save the OccurrenceData
associated to the occurrence
,
but otherwise, copy the Occurrence
to get one with a
new dataIdentifier
and copy all the associated OccurrenceData
objects and then save the occurrenceData
associated to
the newly copied Occurrence
.
Supported API: false
saveUsesOccurrenceAndData
in interface OccurrenceService
occurrence
- occurrenceData
- occurrenceDataToDelete
-
WTException
public WTCollection saveUsesOccurrenceAndData(WTKeyedMap occDataMap) throws WTException
Occurrence
and/or OccurrenceData
objects since they need special identifiers
that must be obtained in a special way.
Takes a WTKeyedMap
where the keys are the UsesOccurrence
s
and the values are a WTCollection
of UsesOccurrenceData
that correspond to the key.
Returns a WTCollection
of the UsesOccurrence
and the UsesOccurrenceData
s that have been inserted or updated.
Note that some other UsesOccurrenceData
s may have been
updated, too, but since the user of this method did not have them
in their list they will not be returned.
If the Occurrence
has a unique Occurrence#occurrenceDataIdentifier
(no other Occurrence
shares that occurrenceDataIdentifier
),
then save the OccurrenceData
associated to the occurrence
,
but otherwise, copy the Occurrence
to get one with a
new dataIdentifier
and copy all the associated OccurrenceData
objects and then save the occurrenceData
associated to
the newly copied Occurrence
.
Supported API: false
saveUsesOccurrenceAndData
in interface OccurrenceService
occDataMap
-
WTException
public WTCollection saveUsesOccurrenceAndData(WTKeyedMap occDataMap, WTKeyedMap occDataToDeleteMap) throws WTException
Occurrence
and/or OccurrenceData
objects since they need special identifiers
that must be obtained in a special way.
Takes two WTKeyedMap
s where the keys are the UsesOccurrence
s
and the values are a WTCollection
of UsesOccurrenceData
that correspond to the key. The second map identifies the UsesOccurrenceData
to be deleted.
Returns a WTCollection
of the UsesOccurrence
and the UsesOccurrenceData
s that have been inserted or updated.
Note that some other UsesOccurrenceData
s may have been
updated, too, but since the user of this method did not have them
in their list they will not be returned.
If the Occurrence
has a unique Occurrence#occurrenceDataIdentifier
(no other Occurrence
shares that occurrenceDataIdentifier
),
then save the OccurrenceData
associated to the occurrence
,
but otherwise, copy the Occurrence
to get one with a
new dataIdentifier
and copy all the associated OccurrenceData
objects and then save the occurrenceData
associated to
the newly copied Occurrence
.
Supported API: false
saveUsesOccurrenceAndData
in interface OccurrenceService
occDataMap
- occDataToDeleteMap
-
WTException
public void setSkipValidation(boolean validationShouldBeSkipped) throws WTException
savePathOccurrenceAndData
so that modification
validation on the UsesOccurrence
will not be done in the case
where Visualization is only copying an occurrence from an EPM document
to a part (it isn't really adding new information, only copying it).
There should be one call to this method with an argument of true and
a second with an argument of false; in between any number of calls
to the save methods can be done.
Supported API: false
setSkipValidation
in interface OccurrenceService
validationShouldBeSkipped
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |