Class | Description |
GeneralFilterActionForm | Serves as a base ActionForm for several other ActionForms. Provides methods that handle filters to select which items the iHub returns. For example, you can request all folders and only the most recent version of all executable files. |
GetJobDetailsActionForm | Stores detail information on jobs. AcGetJobDetailsAction uses this class to store and retrieve the job detail information for display. |
JobActionForm | The base ActionForm for SubmitJobActionForm. Stores values used in submitting a job, such as the document, parameters, and schedule. |
SelectJobNoticesActionForm | Stores the list of job notices for a channel. |
SelectJobsActionForm | Contains the list of job properties for a scheduled, running, pending, or completed job. |
SubmitJobActionForm | Contains the information for submitting a job from the requester page. This class extends JobActionForm. |