public interface OntologyBatchManager extends OsidManager, OntologyBatchProfile
The ontology batch manager provides access to ontology batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
SubjectBatchAdminSession: a session to create,
modify and delete subjects in bulk RelevancyBatchSession: a session to create, modify
and delete relevancies in bulk OntologyBatchAdminSession: a session to create,
modify and delete ontologies in bulk | Modifier and Type | Method and Description |
|---|---|
OntologyBatchAdminSession |
getOntologyBatchAdminSession()
Gets the
OsidSession associated with the bulk ontology
administration service. |
RelevancyBatchAdminSession |
getRelevancyBatchAdminSession()
Gets the
OsidSession associated with the bulk relevancy
administration service. |
RelevancyBatchAdminSession |
getRelevancyBatchAdminSessionForOntology(Id ontologyId)
Gets the
OsidSession associated with the bulk relevancy
administration service for the given ontology. |
SubjectBatchAdminSession |
getSubjectBatchAdminSession()
Gets the
OsidSession associated with the bulk subject
administration service. |
SubjectBatchAdminSession |
getSubjectBatchAdminSessionForOntology(Id ontologyId)
Gets the
OsidSession associated with the bulk subject
administration service for the given ontology. |
changeBranch, initialize, rollbackServiceclosesupportsOntologyBatchAdmin, supportsRelevancyBatchAdmin, supportsSubjectBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdSubjectBatchAdminSession getSubjectBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk subject
administration service. SubjectBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsSubjectBatchAdmin() is false optional - This method must be implemented if
supportsSubjectBatchAdmin() is true.
SubjectBatchAdminSession getSubjectBatchAdminSessionForOntology(Id ontologyId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk subject
administration service for the given ontology.ontologyId - the Id of the Ontology
SubjectBatchAdminSession NotFoundException - no Ontology found by
the given Id NullArgumentException - ontologyId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSubjectBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSubjectBatchAdmin() and
supportsVisibleFederation() are true
RelevancyBatchAdminSession getRelevancyBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk relevancy
administration service. RelevancyBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsRelevancyBatchAdmin() is false optional - This method must be implemented if
supportsRelevancyBatchAdmin() is true.
RelevancyBatchAdminSession getRelevancyBatchAdminSessionForOntology(Id ontologyId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk relevancy
administration service for the given ontology.ontologyId - the Id of the Ontology
RelevancyBatchAdminSession NotFoundException - no Ontology found by
the given Id NullArgumentException - ontologyId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsRelevancyBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsRelevancyBatchAdmin() and
supportsVisibleFederation() are true
OntologyBatchAdminSession getOntologyBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk ontology
administration service. OntologyBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsOntologyBatchAdmin() is false optional - This method must be implemented if
supportsOntologyBatchAdmin() is true.