Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These are the predefined constants used in the API.

Anchor
conceptsyncmethod
conceptsyncmethod

ConceptSyncMethod 
DROPNo synchronization, do not import concept.
FILLFill (only add missing value) selected parts, defined in ImportSettings object.
MERGEMerge (overwrite with new value, but do not remove value) selected parts, defined in ImportSettings object.
NO_SYNCNo synchronization, create new concept.
OVERWRITEOverwrite selected parts, defined in ImportSettings object.
REPLACEOverwrite entire concept.

Anchor
criteriacomparison
criteriacomparison

CriteriaComparison 
CONTAINSA filter criteria comparison with contains.
EQUALSA filter criteria comparison with equals.
EXISTSA filter criteria comparison with exists.
GREATER_THANA filter criteria comparison with greater than.
LESS_THANA filter criteria comparison with less than.
NOT_CONTAINSA filter criteria comparison with not contains.
NOT_EQUALSA filter criteria comparison with notequals.
NOT_EXISTSA filter criteria comparison with not exists.
STARTS_WITHA filter criteria comparison with starts with.
TERM_CRITERIA_STARTIndicates that the criteria is the start of a set of term level criterias.

Anchor
criteriaoperator
criteriaoperator

CriteriaOperator 
ANDCriteria should be joined with logical AND with the following criteria.
NONEDeprecated
Use NOP instead. Will be removed in future version.
NOPCriteria is the last in the filter on either concept level or in a term group.
ORCriteria should be joined with logical OR with the following criteria.

Anchor
datacategory
datacategory

...

Anchor
FieldDataType
FieldDataType

FieldDataType
DATE
MULTIVALUED
NOTE_TEXT
PICKLIST
PLAIN_TEXT

Anchor
termsyncmethod
termsyncmethod

TermSyncMethod 
NO_SYNCNo synchronization, all terms in corresponding language are affected by the concept sync method.
SIMILARITYSynchronization on term similarity (term name and language)
TERM_IDSynchronization on Term ID.

Anchor
workflowtask
workflowtask

WorkflowTask 
CREATE_CONCEPTTriggered when a concept is created in the dictionary.
CREATE_TERMTriggered when a term is created in the dictionary.
DELETE_CONCEPTTriggered when a concept is deleted from the dictionary.
DELETE_TERMTriggered when a term is deleted from the dictionary.
EDIT_CONCEPTTriggered when a concept is updated in the dictionary.
UPDATE_TERMTriggered when a term is updated in the dictionary.

Anchor
workflowfunction
workflowfunction

WorkflowFunction 
REMINDER_EMAILFunction for sending a reminder email if a concept does not fulfil certain conditions after a specified time after original mail.
SEND_EMAILFunction for sending email.
SET_FIELD_VALUESets a field value in the concept or term.