public interface OntologyBatchProxyManager extends OsidProxyManager, OntologyBatchProfile
The ontology batch proxy manager provides access to ontology batch
sessions and provides interoperability tests for various aspects of this
service. Methods in this manager support the passing of a Proxy
object. 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(Proxy proxy)
Gets the
OsidSession associated with the bulk ontology
administration service. |
RelevancyBatchAdminSession |
getRelevancyBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk relevancy
administration service. |
RelevancyBatchAdminSession |
getRelevancyBatchAdminSessionForOntology(Id ontologyId,
Proxy proxy)
Gets the
OsidSession associated with the bulk relevancy
administration service for the given ontology. |
SubjectBatchAdminSession |
getSubjectBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk subject
administration service. |
SubjectBatchAdminSession |
getSubjectBatchAdminSessionForOntology(Id ontologyId,
Proxy proxy)
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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk subject
administration service.proxy - a proxy SubjectBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSubjectBatchAdmin() is false optional - This method must be implemented if
supportsSubjectBatchAdmin() is true.
SubjectBatchAdminSession getSubjectBatchAdminSessionForOntology(Id ontologyId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk subject
administration service for the given ontology.ontologyId - the Id of the Ontology
proxy - a proxy SubjectBatchAdminSession NotFoundException - no Ontology found by
the given Id NullArgumentException - ontologyId or
proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk relevancy
administration service.proxy - a proxy RelevancyBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsRelevancyBatchAdmin() is false optional - This method must be implemented if
supportsRelevancyBatchAdmin() is true.
RelevancyBatchAdminSession getRelevancyBatchAdminSessionForOntology(Id ontologyId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk relevancy
administration service for the given ontology.ontologyId - the Id of the Ontology
proxy - a proxy RelevancyBatchAdminSession NotFoundException - no Ontology found by
the given Id NullArgumentException - ontologyId or
proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk ontology
administration service.proxy - a proxy OntologyBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsOntologyBatchAdmin() is false optional - This method must be implemented if
supportsOntologyBatchAdmin() is true.