Ifd:addPreference

From dev.ifd-library.org

Jump to: navigation, search
public IfdOrganization [] addPreference (
                               String concept_guid,
                               String representation_guid,
                               String session_id ) throws IfdServerException

EXPRESS heading

QUERY_FUNCTION addPreference(
                 concept_guid : STRING;
                 representation_guid : STRING ) : LIST OF IfdOrganization;


Function to add an organization to a list of organizations that preferr the given name, description or illustration for a concept. The organization is the organization to which the current user belongs.

Input:

  • concept_guid string - the guid for the concept that the name, description or illustration will be the preferred representation from the list of awailable names, descriptions or illustrations.
  • representation_guid string - the guid for the name, description or illustration that will be the preferred representation for the given concept.
  • session_id string - The session id for the active user

Returns:

  • IfdOrganization [] - An array of organisations having a preferense for the given name, desctiption or illustration for the given concept

Back to the API