schema.py
branch3.5
changeset 3287 19c1011736a6
parent 3284 036cf5a25714
child 3293 69c0ba095536
child 3347 428f95118556
equal deleted inserted replaced
3286:d4922a5d0754 3287:19c1011736a6
    42 #  set of meta-relations available for every entity types
    42 #  set of meta-relations available for every entity types
    43 META_RTYPES = set((
    43 META_RTYPES = set((
    44     'owned_by', 'created_by', 'is', 'is_instance_of', 'identity',
    44     'owned_by', 'created_by', 'is', 'is_instance_of', 'identity',
    45     'eid', 'creation_date', 'modification_date', 'has_text', 'cwuri',
    45     'eid', 'creation_date', 'modification_date', 'has_text', 'cwuri',
    46     ))
    46     ))
       
    47 SYSTEM_RTYPES = set(('require_permission', 'custom_workflow', 'in_state', 'wf_info_for'))
    47 
    48 
    48 #  set of entity and relation types used to build the schema
    49 #  set of entity and relation types used to build the schema
    49 SCHEMA_TYPES = set((
    50 SCHEMA_TYPES = set((
    50     'CWEType', 'CWRType', 'CWAttribute', 'CWRelation',
    51     'CWEType', 'CWRType', 'CWAttribute', 'CWRelation',
    51     'CWConstraint', 'CWConstraintType', 'RQLExpression',
    52     'CWConstraint', 'CWConstraintType', 'RQLExpression',