| calais_access | Implementation of hook_access() |
| calais_admin_settings | Build the administration page for Calais and Content Types |
| calais_admin_settings_submit | Have to override so that we can manage vocabulary - node_type relationships. |
| calais_assign_node_calaisterm | |
| calais_assign_node_taxonomyterm | |
| calais_build_entity_settings | Build the Entity selector. Used for Entity suppression. |
| calais_build_nodetype_settings | Build the node type settings form for Calais integration. |
| calais_calais_preprocess | Implementation of hook_calais_preprocess. |
| calais_create_entity_vocabulary | Creates a new vocabulary for the supplied Calais entity name. |
| calais_get_entity_vocabularies | Get a list of the entities that Calais API defines:
http://opencalais.mashery.com/page/calaissemanticmetadata |
| calais_get_keywords | Returns a map of suggested terms for a given vocabulary id. This will return
sugested terms for all vocabularies if no vid is specified. |
| calais_get_node_settings | Return the Calais parameter settings for the specific node type. |
| calais_get_vocabularies | Returns the Calais vocabularies that are enabled for this node type.
<p>Compare to: calais_api_get_all_entities() which gives entityname/vid pairs.
Vocabulary names can be updated by users. Entity names stay as defined
by Calais. |
| calais_menu | Implementation of hook_menu(). |
| calais_nodeapi | Implementation of hook_nodeapi(). |
| calais_perm | Implementation of hook_perm(). |
| calais_processing_type | Determines which processing type (none, manual, auto) is
applicable to a node specific node instance passed as an argument. |
| calais_verify_and_get_term | Checks if a specified term exists in a specified vocabulary.
If it does not exist - creates it. |
| ____debug | |