These are the predefined constants used in the API.
Anchor |
---|
| conceptsyncmethod |
---|
| conceptsyncmethod |
---|
|
ConceptSyncMethod | |
---|
DROP | No synchronization, do not import concept. |
FILL | Fill (only add missing value) selected parts, defined in ImportSettings object. |
MERGE | Merge (overwrite with new value, but do not remove value) selected parts, defined in ImportSettings object. |
NO_SYNC | No synchronization, create new concept. |
OVERWRITE | Overwrite selected parts, defined in ImportSettings object. |
REPLACE | Overwrite entire concept. |
Anchor |
---|
| criteriacomparison |
---|
| criteriacomparison |
---|
|
CriteriaComparison | |
---|
CONTAINS | A filter criteria comparison with contains. |
EQUALS | A filter criteria comparison with equals. |
EXISTS | A filter criteria comparison with exists. |
GREATER_THAN | A filter criteria comparison with greater than. |
LESS_THAN | A filter criteria comparison with less than. |
NOT_CONTAINS | A filter criteria comparison with not contains. |
NOT_EQUALS | A filter criteria comparison with notequals. |
NOT_EXISTS | A filter criteria comparison with not exists. |
STARTS_WITH | A filter criteria comparison with starts with. |
TERM_CRITERIA_START | Indicates that the criteria is the start of a set of term level criterias. |
Anchor |
---|
| criteriaoperator |
---|
| criteriaoperator |
---|
|
CriteriaOperator | |
---|
AND | Criteria should be joined with logical AND with the following criteria. |
NONE | Deprecated Use NOP instead. Will be removed in future version. |
NOP | Criteria is the last in the filter on either concept level or in a term group. |
OR | Criteria should be joined with logical OR with the following criteria. |
...
Anchor |
---|
| FieldDataType |
---|
| FieldDataType |
---|
|
FieldDataType |
---|
DATE |
MULTIVALUED |
NOTE_TEXT |
PICKLIST |
PLAIN_TEXT |
Anchor |
---|
| termsyncmethod |
---|
| termsyncmethod |
---|
|
TermSyncMethod | |
---|
NO_SYNC | No synchronization, all terms in corresponding language are affected by the concept sync method. |
SIMILARITY | Synchronization on term similarity (term name and language) |
TERM_ID | Synchronization on Term ID. |
WorkflowTask | |
---|
CREATE_CONCEPT | Triggered when a concept is created in the dictionary. |
CREATE_TERM | Triggered when a term is created in the dictionary. |
DELETE_CONCEPT | Triggered when a concept is deleted from the dictionary. |
DELETE_TERM | Triggered when a term is deleted from the dictionary. |
EDIT_CONCEPT | Triggered when a concept is updated in the dictionary. |
UPDATE_TERM | Triggered when a term is updated in the dictionary. |
Anchor |
---|
| workflowfunction |
---|
| workflowfunction |
---|
|
WorkflowFunction | |
---|
REMINDER_EMAIL | Function for sending a reminder email if a concept does not fulfil certain conditions after a specified time after original mail. |
SEND_EMAIL | Function for sending email. |
SET_FIELD_VALUE | Sets a field value in the concept or term. |