Class AbstractReconciliationReport

java.lang.Object
com.ptc.windchill.baseserver.bll.AbstractExecutionReport
com.ptc.windchill.baseserver.bll.PersistableExecutionReport
com.ptc.windchill.associativity.reconciliation.AbstractReconciliationReport
All Implemented Interfaces:
ExecutionReport
Direct Known Subclasses:
ReconciliationReport

public abstract class AbstractReconciliationReport extends com.ptc.windchill.baseserver.bll.PersistableExecutionReport
The base report class to gather all the information.

Supported API: true

Extendable: false
  • Method Details

    • getNewObjects

      public Set<Persistable> getNewObjects()


      Supported API: true
      Returns:
    • addNewObjects

      public void addNewObjects(Collection<? extends Persistable> newObjects)


      Supported API: true
      Parameters:
      newObjects -
    • getRemoveObjects

      public Set<Persistable> getRemoveObjects()


      Supported API: true
      Returns:
    • addRemoveObjects

      public void addRemoveObjects(Collection<? extends Persistable> removeObjects)


      Supported API: true
      Parameters:
      removeObjects -
    • getChangedObjects

      public Set<Persistable> getChangedObjects()


      Supported API: true
      Returns:
    • addChangedObjects

      public void addChangedObjects(Collection<? extends Persistable> changedObjects)


      Supported API: true
      Parameters:
      changedObjects -