Class OperationParams

java.lang.Object
edu.internet2.middleware.grouperClient.OperationParams

public class OperationParams extends Object
params passed to an operation
  • Constructor Details

    • OperationParams

      public OperationParams()
  • Method Details

    • isShouldSaveResultsToFile

      public boolean isShouldSaveResultsToFile()
      if the results should be saved to file
      Returns:
      true if should be saved to file
    • setShouldSaveResultsToFile

      public void setShouldSaveResultsToFile(boolean shouldSaveResultsToFile2)
      if should results be saved to file
      Parameters:
      shouldSaveResultsToFile2 -
    • getArgMap

      public Map<String,String> getArgMap()
      args passed in (without the --) and their values
      Returns:
      the map of args passed in to their values
    • setArgMap

      public void setArgMap(Map<String,String> argMap1)
      args passed in (without the --) and their values
      Parameters:
      argMap1 -
    • getArgMapNotUsed

      public Map<String,String> getArgMapNotUsed()
      args still in here have not been read, so they are extra (errors)
      Returns:
      the map
    • setArgMapNotUsed

      public void setArgMapNotUsed(Map<String,String> argMapNotUsed1)
      args still in here have not been read, so they are extra (errors)
      Parameters:
      argMapNotUsed1 -