Interface SystemBatchAdminSession
- All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession, SystemAdminSession
This session creates, updates, and deletes Systems in bulk. The
data for create and update is provided by the consumer via the form
object. OsidForms are requested for each create or update and may
not be reused.
Create and update operations differ in their usage. To create a
System , a SystemForm is requested using
getSystemFormsForCreate() specifying the desired record Types or
none if no record Types are needed. Each of the returned
SystemForms will indicate that it is to be used with a create operation
and can be used to examine metdata or validate data prior to creation.
Once a SystemForm is submiited to a create operation, it cannot be
reused with another create operation unless the first operation was
unsuccessful. Each SystemForm corresponds to an attempted
transaction.
The SystemForms returned from
getSystemFormsForCreate() may be linked to the originating request
through the peer Ids of the SystemForm . In the case where
there may be duplicates, any SystemForm of the same peer
Ids may be used for a create operation.
Once a batch of SystemForms are submitted for create, a
CreateResponse is returned for each SystemForm , although the
ordering is not defined. Only errors that pertain to the entire create
operation are returned from createSystem() , errors specific to an
individual SystemForm are indicated in the corresponding
CreateResponse . CreateResponses may be linked to the originating
SystemForm through the SystemForm Id .
For updates, SystemForms are requested to the
SystemForm Id that is to be updated using
getSystemFormsForUpdate() where the reference Id in the
SystemForm may be used to link the request. Similarly, the
SystemForm has metadata about the data that can be updated and it can
perform validation before submitting the update. The SystemForm
can only be used once for a successful update and cannot be reused.
Once a batch of SystemForms are submitted for update, an
UpdateResponse is returned for each SystemForm , although
the ordering is not defined. Only errors that pertain to the entire update
operation are returned from updateSystem() , errors specific to an
individual SystemForm are indicated in the corresponding
UpdateResponse . UpdateResponses may be linked to the originating
SystemForm through the SystemForm Id .
The delete operations delete Systems in bulk. Bulk delete
operations return the results in DeleteResponses .
-
Method Summary
Modifier and TypeMethodDescriptionaliasSystems(AliasRequestList aliasRequests) Adds anIdto aSystemfor the purpose of creating compatibility.createSystems(SystemBatchFormList systemForms) Creates a new set ofSystems.Deletes allSystems.deleteSystems(IdList systemIds) Deletes systems for the givenIds.getSystemFormsForCreate(long number, Type[] systemRecordTypes) Gets the system forms for creating a bunch of new systems.getSystemFormsForUpdate(IdList systemIds) Gets the system forms for updating an existing set of systems.updateSystems(SystemBatchFormList systemForms) Updates existing system.Methods inherited from interface OsidSession
closeMethods inherited from interface OsidSession
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionsModifier and TypeMethodDescriptionGets the agent authenticated to this session.Gets theIdof the agent authenticated to this session.Gets the rate of the service clock.getDate()Gets the service date which may be the current date or the effective date in which this session exists.Gets the effective agent in use by this session.Gets theIdof the effective agent in use by this session.Gets theDisplayTextformatTypepreference in effect for this session.Gets the locale indicating the localization preferences in effect for this session.booleanTests if an agent is authenticated to this session.Starts a new transaction for this sesson.booleanTests for the availability of transactions.Methods inherited from interface SystemAdminSession
aliasSystem, canCreateSystems, canCreateSystemWithRecordTypes, canDeleteSystems, canManageSystemAliases, canUpdateSystems, createSystem, deleteSystem, getSystemFormForCreate, getSystemFormForUpdate, updateSystemModifier and TypeMethodDescriptionvoidaliasSystem(Id systemId, Id aliasId) Adds anIdto aSystemfor the purpose of creating compatibility.booleanTests if this user can createSystems.booleancanCreateSystemWithRecordTypes(Type[] systemRecordTypes) Tests if this user can create a singleSystemusing the desired record types.booleanTests if this user can deleteSystems.booleanTests if this user can manageIdaliases forSystems.booleanTests if this user can updateSystems.createSystem(SystemForm systemForm) Creates a newSystem.voiddeleteSystem(Id systemId) Deletes aSystem.getSystemFormForCreate(Type[] systemRecordTypes) Gets the system form for creating new systems.getSystemFormForUpdate(Id systemId) Gets the system form for updating an existing system.voidupdateSystem(SystemForm systemForm) Updates an existing system
-
Method Details
-
getSystemFormsForCreate
SystemBatchFormList getSystemFormsForCreate(long number, Type[] systemRecordTypes) throws OperationFailedException, PermissionDeniedException Gets the system forms for creating a bunch of new systems.- Parameters:
number- the number of forms to retrievesystemRecordTypes- array of system record types to be included in each create operation or an empty list if none- Returns:
- the system forms
- Throws:
NullArgumentException-systemRecordTypesisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failureUnsupportedException- unable to request forms with given record types- Compliance:
mandatory- This method must be implemented.
-
createSystems
CreateResponseList createSystems(SystemBatchFormList systemForms) throws OperationFailedException, PermissionDeniedException Creates a new set ofSystems. This method returns an error if the entire operation fails. Otherwise, the status of an individual create operation is indicated in theBatchCreateResponse.- Parameters:
systemForms- the system forms- Returns:
- the create responses
- Throws:
NullArgumentException-systemFormsisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure- Compliance:
mandatory- This method must be implemented.
-
getSystemFormsForUpdate
SystemBatchFormList getSystemFormsForUpdate(IdList systemIds) throws NotFoundException, OperationFailedException, PermissionDeniedException Gets the system forms for updating an existing set of systems. A new system form should be requested for each update transaction.- Parameters:
systemIds- theIdsof theSystems- Returns:
- the system form
- Throws:
NotFoundException- asystemIdis not foundNullArgumentException-systemIdsisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure- Compliance:
mandatory- This method must be implemented.
-
updateSystems
UpdateResponseList updateSystems(SystemBatchFormList systemForms) throws OperationFailedException, PermissionDeniedException Updates existing system. This method returns an error if the entire operation fails. Otherwise, the status of an individual update operation is indicated in theBatchCreateResponse.- Parameters:
systemForms- the form containing the elements to be updated- Returns:
- the update responses
- Throws:
NullArgumentException-systemFormsisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure- Compliance:
mandatory- This method must be implemented.
-
deleteAllSystems
Deletes allSystems.- Returns:
- the delete responses
- Throws:
OperationFailedException- unable to complete requestPermissionDeniedException- authorization failure- Compliance:
mandatory- This method must be implemented.
-
deleteSystems
DeleteResponseList deleteSystems(IdList systemIds) throws OperationFailedException, PermissionDeniedException Deletes systems for the givenIds.- Parameters:
systemIds- theIdsof the systems to delete- Returns:
- the delete responses
- Throws:
NullArgumentException-systemIdsisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure- Compliance:
mandatory- This method must be implemented.
-
aliasSystems
AliasResponseList aliasSystems(AliasRequestList aliasRequests) throws OperationFailedException, PermissionDeniedException Adds anIdto aSystemfor the purpose of creating compatibility. The primaryIdof theSystemis determined by the provider. The newIdis an alias to the primaryId. If the alias is a pointer to another system, it is reassigned to the given systemId.- Parameters:
aliasRequests- the alias requests- Returns:
- the alias responses
- Throws:
NullArgumentException-aliasRequestsisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure- Compliance:
mandatory- This method must be implemented.
-