Uses of Interface
org.osid.hold.batch.IssueBatchFormList
Packages that use IssueBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.hold.batch
service.
-
Uses of IssueBatchFormList in org.osid.hold.batch
Methods in org.osid.hold.batch that return IssueBatchFormListModifier and TypeMethodDescriptionIssueBatchAdminSession.getIssueFormsForCreate(long number, Type[] issueRecordTypes) Gets the issue forms for creating a bunch of new issues.IssueBatchAdminSession.getIssueFormsForUpdate(IdList issueIds) Gets the issue forms for updating an existing set of issues.Methods in org.osid.hold.batch with parameters of type IssueBatchFormListModifier and TypeMethodDescriptionIssueBatchAdminSession.createIssues(IssueBatchFormList issueForms) Creates a new set ofIssues.IssueBatchAdminSession.updateIssues(IssueBatchFormList issueForms) Updates existing issues.