ch.systemsx.cisd.openbis.generic.shared.api.v1
Interface IGeneralInformationChangingService

All Superinterfaces:
IRpcService

public interface IGeneralInformationChangingService
extends IRpcService

Service for changing general informations.


Field Summary
static java.lang.String JSON_SERVICE_URL
          URL where the service is exposed via JSON interface.
static java.lang.String SERVICE_NAME
          Name of this service for which it is registered at the RPC name server.
static java.lang.String SERVICE_URL
          Application part of the URL to access this service remotely.
 
Method Summary
 void addUnofficialVocabularyTerm(java.lang.String sessionToken, java.lang.Long vocabularyId, NewVocabularyTerm term)
          Adds new unofficial terms to a vocabulary starting from specified ordinal + 1.
 void addUnofficialVocabularyTerm(java.lang.String sessionToken, ch.systemsx.cisd.openbis.generic.shared.basic.TechId vocabularyId, java.lang.String code, java.lang.String label, java.lang.String description, java.lang.Long previousTermOrdinal)
          Deprecated. Because the parameters refer to an internal openBIS class (TechID).
 void updateSampleProperties(java.lang.String sessionToken, long sampleID, java.util.Map<java.lang.String,java.lang.String> properties)
           
 
Methods inherited from interface ch.systemsx.cisd.common.api.IRpcService
getMajorVersion, getMinorVersion
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Name of this service for which it is registered at the RPC name server.

See Also:
Constant Field Values

SERVICE_URL

static final java.lang.String SERVICE_URL
Application part of the URL to access this service remotely.

See Also:
Constant Field Values

JSON_SERVICE_URL

static final java.lang.String JSON_SERVICE_URL
URL where the service is exposed via JSON interface.

See Also:
Constant Field Values
Method Detail

updateSampleProperties

void updateSampleProperties(java.lang.String sessionToken,
                            long sampleID,
                            java.util.Map<java.lang.String,java.lang.String> properties)

addUnofficialVocabularyTerm

@Deprecated
void addUnofficialVocabularyTerm(java.lang.String sessionToken,
                                            ch.systemsx.cisd.openbis.generic.shared.basic.TechId vocabularyId,
                                            java.lang.String code,
                                            java.lang.String label,
                                            java.lang.String description,
                                            java.lang.Long previousTermOrdinal)
Deprecated. Because the parameters refer to an internal openBIS class (TechID).

Adds new unofficial terms to a vocabulary starting from specified ordinal + 1.


addUnofficialVocabularyTerm

void addUnofficialVocabularyTerm(java.lang.String sessionToken,
                                 java.lang.Long vocabularyId,
                                 NewVocabularyTerm term)
Adds new unofficial terms to a vocabulary starting from specified ordinal + 1.