Class RelatedObjectsBean
java.lang.Object
com.ptc.windchill.enterprise.workSet.beans.RelatedObjectsBean
- All Implemented Interfaces:
Serializable
RelatedObjectsBean class is used by workset add/remove components/documents
form processors to return the working copy of the work set and a collection
of invalid objects (i.e. Objects not valid for the link, or a link already
exists for the given objects).
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the Rejected/invalid objects
Supported API: trueGets the WorkSet
Supported API: true
-
Method Details
-
getRejectedObjects
Gets the Rejected/invalid objects
Supported API: true- Returns:
- List
-
getWorkSet
Gets the WorkSet
Supported API: true- Returns:
- WTWorkSet
-