Interface ResourcesSelectionWizardStepData


public interface ResourcesSelectionWizardStepData
Interface for the object set as input data on CResourcesSelectionWizardStep by the wizard
  • Method Details

    • getResourceSearchContext

      OperationPlanResourceSearchContext getResourceSearchContext()
      Get a object that have some additional data useful for resource selection
    • setResourceSearchContext

      void setResourceSearchContext(OperationPlanResourceSearchContext sc)
    • setResources

      void setResources(LongSet resources)
      Set the list of available resources
    • getResources

      LongSet getResources()
    • setForeman

      void setForeman(Long foreman)
    • getForeman

      Long getForeman()