Class EncapsulatedCommonServer
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.EncapsulatedCommonServer
-
public class EncapsulatedCommonServer extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
create
public static EncapsulatedCommonServer create(java.lang.String openBisUrl, java.lang.String userID, java.lang.String password)
-
create
public static EncapsulatedCommonServer create(ch.systemsx.cisd.openbis.generic.shared.ICommonServer commonServer, java.lang.String sessionToken)
-
listExperimentTypes
public java.util.List<IExperimentTypeImmutable> listExperimentTypes()
-
listSampleTypes
public java.util.List<ISampleTypeImmutable> listSampleTypes()
-
listDataSetTypes
public java.util.List<IDataSetTypeImmutable> listDataSetTypes()
-
listMaterialTypes
public java.util.List<IMaterialTypeImmutable> listMaterialTypes()
-
listPropertyTypes
public java.util.List<IPropertyTypeImmutable> listPropertyTypes()
-
listFileFormatTypes
public java.util.List<IFileFormatTypeImmutable> listFileFormatTypes()
-
listScripts
public java.util.List<IScriptImmutable> listScripts()
-
registerExperimentType
public void registerExperimentType(ExperimentTypeImmutable experimentType)
-
registerSampleType
public void registerSampleType(SampleType sampleType)
-
registerDataSetType
public void registerDataSetType(DataSetType dataSetType)
-
registerScript
public void registerScript(Script script)
-
registerMaterialType
public void registerMaterialType(MaterialTypeImmutable materialType)
-
registerPropertyType
public void registerPropertyType(PropertyTypeImmutable propertyType)
-
registerPropertyAssignment
public void registerPropertyAssignment(PropertyAssignment assignment)
-
registerFileFormatType
public void registerFileFormatType(FileFormatTypeImmutable fileFormatType)
-
logout
public void logout()
-
registerVocabulary
public void registerVocabulary(VocabularyImmutable vocabulary)
-
addVocabularyTerms
public void addVocabularyTerms(java.lang.Long vocabularyId, java.util.List<VocabularyTerm> terms, java.lang.Long previousTermOrdinal)
-
update
public void update(VocabularyTermImmutable term)
-
listPropertyAssignments
public java.util.List<IPropertyAssignmentImmutable> listPropertyAssignments()
-
listVocabularies
public java.util.List<IVocabularyImmutable> listVocabularies()
-
listExternalDataManagementSystems
public java.util.List<IExternalDataManagementSystemImmutable> listExternalDataManagementSystems()
-
createOrUpdateExternalDataManagementSystem
public void createOrUpdateExternalDataManagementSystem(ExternalDataManagementSystem edms)
-
getExternalDataManagementSystem
public IExternalDataManagementSystemImmutable getExternalDataManagementSystem(java.lang.String code)
-
-