Class AssignedOptionSetResult

java.lang.Object
com.ptc.windchill.esi.ov.AssignedOptionSetResult
All Implemented Interfaces:
Serializable

public class AssignedOptionSetResult extends Object implements Serializable
Hold the information about Option set assignment for an object.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • AssignedOptionSetResult

      public AssignedOptionSetResult(Serializable delegateResult, Persistable anObject, Persistable context) throws WTException
      Creates an OptionSetAssignmentResult for an assignedToObject object for which delegateResult is returned by OptionService

      Supported API: true
      Parameters:
      delegateResult - - Result returned by OptionService
      anObject - - Input configurable object for which to look for an associated option set.
      context - - A context for anObject. This is typically a immediate parent under which anObject is added as child object.
      Throws:
      WTException
  • Method Details

    • getAssignmentDerivedFrom

      public final Persistable getAssignmentDerivedFrom()
      An object from which the assignment of option set is derived from

      Supported API: true
      Returns:
      the assignmentDerivedFrom
    • getAssignedToObject

      public final Persistable getAssignedToObject()
      Returns an object for which this Option Set result is returned.

      Supported API: true
      Returns:
      the assignedToObject
    • getOptionSet

      public final OptionSet getOptionSet()
      Returns an assigned Option Set.

      Supported API: true
      Returns:
      an optionSet
    • getAssignedBy

      public final OptionSetAssignable getAssignedBy()
      Returns an OptionSetAssignable that associates Option Set to an Object by way of containment or master relationship.

      Supported API: true
      Returns:
      an assignedBy
    • isOverridden

      public final boolean isOverridden()
      Returns true if Option Set is overriden. A false otherwise.

      Supported API: true
      Returns:
      the isOverriden